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
f762453d
Commit
f762453d
authored
Dec 21, 2021
by
Matheus Miranda
Browse files
Remove repeated migration
parent
75dad341
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
23 deletions
+0
-23
courses/migrations/0038_auto_20211210_1217.py
courses/migrations/0038_auto_20211210_1217.py
+0
-23
No files found.
courses/migrations/0038_auto_20211210_1217.py
deleted
100644 → 0
View file @
75dad341
# Generated by Django 2.2.24 on 2021-12-10 15:17
from
django.db
import
migrations
,
models
class
Migration
(
migrations
.
Migration
):
dependencies
=
[
(
'courses'
,
'0037_auto_20211129_1752'
),
]
operations
=
[
migrations
.
AddField
(
model_name
=
'professormessage'
,
name
=
'release_date'
,
field
=
models
.
DateTimeField
(
blank
=
True
,
default
=
None
,
null
=
True
,
verbose_name
=
'Date'
),
),
migrations
.
AddField
(
model_name
=
'professormessage'
,
name
=
'status'
,
field
=
models
.
CharField
(
choices
=
[(
'draft'
,
'Draft'
),
(
'published'
,
'Published'
)],
default
=
'draft'
,
max_length
=
64
,
verbose_name
=
'Status'
),
),
]
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