From 80a8f3c91f809aadb65c7eb56cf4655240ad7314 Mon Sep 17 00:00:00 2001 From: Michael Karamuth Date: Sun, 22 Mar 2020 00:06:51 +0400 Subject: [PATCH] Docs for the newapp command --- docs/developing-locally.rst | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/docs/developing-locally.rst b/docs/developing-locally.rst index 7a58d0999..24786e334 100644 --- a/docs/developing-locally.rst +++ b/docs/developing-locally.rst @@ -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 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 -------