summaryrefslogtreecommitdiffstats
path: root/README.txt
diff options
context:
space:
mode:
Diffstat (limited to 'README.txt')
-rw-r--r--README.txt7
1 files changed, 7 insertions, 0 deletions
diff --git a/README.txt b/README.txt
index ca5646b..5528911 100644
--- a/README.txt
+++ b/README.txt
@@ -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