mirror of
https://expo.survex.com/repositories/troggle/.git
synced 2026-02-08 11:21:26 +00:00
Fixing cave list webpage
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user