Skip to content

Latest commit

 

History

History
21 lines (12 loc) · 230 Bytes

commands.rst

File metadata and controls

21 lines (12 loc) · 230 Bytes

Commands

newapp

Create new app in the apps folder.

python manage.py newapp hello

recompile

Recompile development cache.

python manage.py recompile