Skip to content
Snippets Groups Projects
Commit ff910d88 authored by dcz's avatar dcz
Browse files

Readme update.

parent 9adcdc9a
Branches
No related merge requests found
......@@ -67,3 +67,13 @@ Compiled application files will be located in `frontend/dist/`.
python manage.py makemigrations <module-name> (e.g. python manage.py makemigrations users)
python manage.py migrate <module-name> (e.g. python manage.py migrate users)
## Database update
export LOADING_THE_SLOWOSIEC_ONTOLOGY_HIERARCHY_DISABLED=true
export WALENTY_FILE_NAME=<new walenty file>
./update_db.sh
## Run tests
export LOADING_THE_SLOWOSIEC_ONTOLOGY_HIERARCHY_DISABLED=true
python manage.py test --settings=shellvalier.settings-test
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment