Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Open sidebar
MOOC packages by hacklab
django-courses
Commits
465ba680
Commit
465ba680
authored
Aug 05, 2021
by
Matheus Miranda
Browse files
Fix migration order
parent
eab22c6a
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
courses/migrations/0033_auto_20210805_1035.py
courses/migrations/0033_auto_20210805_1035.py
+2
-2
No files found.
courses/migrations/003
2
_auto_2021080
3_0308
.py
→
courses/migrations/003
3
_auto_2021080
5_1035
.py
View file @
465ba680
# Generated by Django 2.2.24 on 2021-08-0
3 06:08
# Generated by Django 2.2.24 on 2021-08-0
5 13:35
from
django.db
import
migrations
,
models
import
django.db.models.deletion
...
...
@@ -8,7 +8,7 @@ class Migration(migrations.Migration):
dependencies
=
[
(
'certification'
,
'0008_auto_20210730_1110'
),
(
'courses'
,
'003
1
_auto_20210
730_1115
'
),
(
'courses'
,
'003
2
_auto_20210
802_1418
'
),
]
operations
=
[
...
...
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