2
0
mirror of https://expo.survex.com/repositories/troggle/.git synced 2025-12-14 05:55:06 +00:00

Dj1.11.29 running - trimmed unneeded packages

This commit is contained in:
Philip Sargent
2021-03-17 21:09:44 +00:00
parent 6ac65cf893
commit 314f600523
5 changed files with 6 additions and 20 deletions

View File

@@ -2,11 +2,11 @@
import os
import sys
"""This file is the route to run the standard Django utilities on the command line.
These ar ethe most useful for troggle:
These are the most useful for troggle:
python manage.py test -- runs the troggle test suite
python manage.py test -v 3 -- runs the troggle test suite with more detailed output
python manage.py -Wall check -- runs the djang system package deprecation warnings
python -Wall manage.py check -- runs the python package deprecation warnings
python manage.py makemigrations -- creates django db migrations files
python manage.py inspectdb -- creates datamodel documentaiton as python file
python manage.py check -v 3 --deploy -- runs the django system security warnings