mirror of
https://github.com/django/django.git
synced 2025-08-09 21:38:18 +00:00
Added migrations directory to file structure in tutorial
This commit is contained in:
parent
57dbc87ade
commit
40f2325df6
1 changed files with 2 additions and 0 deletions
|
@ -261,6 +261,8 @@ Your app directory should now look like::
|
||||||
polls/
|
polls/
|
||||||
__init__.py
|
__init__.py
|
||||||
admin.py
|
admin.py
|
||||||
|
migrations/
|
||||||
|
__init__.py
|
||||||
models.py
|
models.py
|
||||||
tests.py
|
tests.py
|
||||||
urls.py
|
urls.py
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue