summaryrefslogtreecommitdiffstats
path: root/README.txt
diff options
context:
space:
mode:
authorPhilip Sargent <philip.sargent@klebos.com>2021-03-24 00:55:36 +0000
committerPhilip Sargent <philip.sargent@klebos.com>2021-03-24 00:55:36 +0000
commit7f37327bcdb3d6588a5ca189f7f0ecfba3f95ffa (patch)
treeeb73a383f6b98a25f092395fbdb29d6099892248 /README.txt
parenta9fa251fee2f71ef943af7054eaf2b62abe4ea8b (diff)
downloadtroggle-7f37327bcdb3d6588a5ca189f7f0ecfba3f95ffa.tar.gz
troggle-7f37327bcdb3d6588a5ca189f7f0ecfba3f95ffa.tar.bz2
troggle-7f37327bcdb3d6588a5ca189f7f0ecfba3f95ffa.zip
Fixing cave list webpage
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