Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
E
edx-platform
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
edx
edx-platform
Commits
3aa061d4
Commit
3aa061d4
authored
Apr 19, 2017
by
John Eskew
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add model migration files for crawlers/programs.
parent
642c500d
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
36 additions
and
0 deletions
+36
-0
openedx/core/djangoapps/crawlers/migrations/0002_auto_20170419_0018.py
+18
-0
openedx/core/djangoapps/programs/migrations/0012_auto_20170419_0018.py
+18
-0
No files found.
openedx/core/djangoapps/crawlers/migrations/0002_auto_20170419_0018.py
0 → 100644
View file @
3aa061d4
# -*- coding: utf-8 -*-
from
__future__
import
unicode_literals
from
django.db
import
migrations
,
models
class
Migration
(
migrations
.
Migration
):
dependencies
=
[
(
'crawlers'
,
'0001_initial'
),
]
operations
=
[
migrations
.
AlterModelOptions
(
name
=
'crawlersconfig'
,
options
=
{},
),
]
openedx/core/djangoapps/programs/migrations/0012_auto_20170419_0018.py
0 → 100644
View file @
3aa061d4
# -*- coding: utf-8 -*-
from
__future__
import
unicode_literals
from
django.db
import
migrations
,
models
class
Migration
(
migrations
.
Migration
):
dependencies
=
[
(
'programs'
,
'0011_auto_20170301_1844'
),
]
operations
=
[
migrations
.
AlterModelOptions
(
name
=
'programsapiconfig'
,
options
=
{},
),
]
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment