summaryrefslogtreecommitdiffstats
path: root/README.txt
diff options
context:
space:
mode:
Diffstat (limited to 'README.txt')
-rw-r--r--README.txt8
1 files changed, 7 insertions, 1 deletions
diff --git a/README.txt b/README.txt
index d62667e..d9f95ea 100644
--- a/README.txt
+++ b/README.txt
@@ -23,7 +23,7 @@ Setting up directories
- create a directory in which you also have the loser/, expoweb/ and drawings/ repositories
- git clone (see below) the current latest troggle from the 'python3' git branch into
a folder called 'troggle'
-- all the 4 repos should now be siblings, and also siblings with expofiles/
+- all the 4 repos should now be siblings, and also siblings with expofiles/ and expowebcache/
- if you have those repos elsewhere, set up symlinks in the directory above troggle
so that troggle thinks they are siblings
@@ -157,6 +157,12 @@ which will give security warnings for deployment.
python manage.py check -Wall
Gives warnings of deprecated Django which should be fixed asap.
+python manage.py test core
+Runs our test suite
+
+python manage.py test
+Runs tests for all the django plugins ("apps")
+
Registering troggle as a django application
-------------------------------------------
In your troggle directory run