Browse Source

Added apps.py to project from tutorials in reusable apps docs.

Anael Mobilia 5 years ago
parent
commit
a5a28de89d
1 changed files with 1 additions and 0 deletions
  1. 1 0
      docs/intro/reusable-apps.txt

+ 1 - 0
docs/intro/reusable-apps.txt

@@ -66,6 +66,7 @@ After the previous tutorials, our project should look like this::
         polls/
             __init__.py
             admin.py
+            apps.py
             migrations/
                 __init__.py
                 0001_initial.py