mirror of
https://github.com/cookiecutter/cookiecutter-django.git
synced 2025-08-15 09:24:52 +03:00
Docs for the newapp command
This commit is contained in:
parent
61da8cc4ff
commit
80a8f3c91f
|
@ -140,6 +140,13 @@ Sass Compilation & Live Reloading
|
||||||
If you’d like to take advantage of live reloading and Sass compilation you can do so with a little
|
If you’d 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
|
||||||
-------
|
-------
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user