Added apps.py to project from tutorials in reusable apps docs.
This commit is contained in:
parent
266c853e10
commit
a5a28de89d
|
@ -66,6 +66,7 @@ After the previous tutorials, our project should look like this::
|
||||||
polls/
|
polls/
|
||||||
__init__.py
|
__init__.py
|
||||||
admin.py
|
admin.py
|
||||||
|
apps.py
|
||||||
migrations/
|
migrations/
|
||||||
__init__.py
|
__init__.py
|
||||||
0001_initial.py
|
0001_initial.py
|
||||||
|
|
Loading…
Reference in New Issue