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
713162b0
Commit
713162b0
authored
May 06, 2021
by
Matheus Miranda
Browse files
Change course ordering parameter
parent
aea9fe96
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
17 additions
and
0 deletions
+17
-0
courses/migrations/0026_auto_20210504_1504.py
courses/migrations/0026_auto_20210504_1504.py
+17
-0
No files found.
courses/migrations/0026_auto_20210504_1504.py
0 → 100644
View file @
713162b0
# Generated by Django 2.2.20 on 2021-05-04 18:04
from
django.db
import
migrations
class
Migration
(
migrations
.
Migration
):
dependencies
=
[
(
'courses'
,
'0025_auto_20210421_0106'
),
]
operations
=
[
migrations
.
AlterModelOptions
(
name
=
'file'
,
options
=
{
'ordering'
:
[
'-pk'
]},
),
]
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