diff options
| author | Anael Mobilia <AnaelMobilia@users.noreply.github.com> | 2020-01-16 14:51:27 +0100 |
|---|---|---|
| committer | Mariusz Felisiak <felisiak.mariusz@gmail.com> | 2020-01-16 14:52:09 +0100 |
| commit | 69c6891140e6bad0f7deedde03d65b6d01d77ac5 (patch) | |
| tree | 860822dc8261b9ceea433cb7c8fde220faf4d968 | |
| parent | d74f383e9b5b4fb08be36aa19c7e0e83f23ffc86 (diff) | |
[3.0.x] Added apps.py to project from tutorials in reusable apps docs.
Backport of a5a28de89dabfa03302a5893102b6f1a7c7861a1 from master
| -rw-r--r-- | docs/intro/reusable-apps.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/intro/reusable-apps.txt b/docs/intro/reusable-apps.txt index 58069dc10a..c5e94debc6 100644 --- a/docs/intro/reusable-apps.txt +++ b/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 |
