Docs for the newapp command

This commit is contained in:
Michael Karamuth 2020-03-22 00:06:51 +04:00
parent 61da8cc4ff
commit 80a8f3c91f

View File

@ -140,6 +140,13 @@ Sass Compilation & Live Reloading
If youd like to take advantage of live reloading and Sass compilation you can do so with a little If youd like to take advantage of live reloading and Sass compilation you can do so with a little
bit of preparation, see :ref:`sass-compilation-live-reload`. bit of preparation, see :ref:`sass-compilation-live-reload`.
Starting new apps
-----------------
The *newapp* command is like *startapp* but conforms to the cookiecutter-django directory structure and naming convention: ::
python manage.py newapp name_of_app
Summary Summary
------- -------