diff options
Diffstat (limited to 'README.txt')
-rw-r--r-- | README.txt | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -164,6 +164,13 @@ for when it is searching for packages (both django and troggle). Ensure that the path to the troggle/ directory is in the list. It should be at the top, which is where the current working directory is. +Now: +python manage.py check -v 3 --deploy +which will give security warnings for deployment. + +python manage.py check -Wall +Goives warnings of deprecated Django which should be fixed asap. + Registering troggle as a django application ------------------------------------------- In your troggle directory run |