Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
AE UTBM
Sith
Commits
c6b35071
Commit
c6b35071
authored
Nov 19, 2015
by
Skia
Browse files
Amend: add migration file
parent
c877fa7b
Changes
1
Hide whitespace changes
Inline
Side-by-side
core/migrations/0003_auto_20151119_1635.py
0 → 100644
View file @
c6b35071
# -*- coding: utf-8 -*-
from
__future__
import
unicode_literals
from
django.db
import
migrations
,
models
import
datetime
from
django.utils.timezone
import
utc
class
Migration
(
migrations
.
Migration
):
dependencies
=
[
(
'core'
,
'0002_auto_20151119_1533'
),
]
operations
=
[
migrations
.
AlterField
(
model_name
=
'user'
,
name
=
'date_of_birth'
,
field
=
models
.
DateTimeField
(
default
=
datetime
.
datetime
(
1942
,
6
,
12
,
0
,
0
,
tzinfo
=
utc
),
verbose_name
=
'date of birth'
),
),
]
Write
Preview
Supports
Markdown
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