Skip to content
Snippets Groups Projects
Commit b60fc8a3 authored by Klaas Kliffen's avatar Klaas Kliffen :satellite:
Browse files

Merge branch 'hotifx/add_test_processing_site_fixture' into 'main'

Update README with fixture info

See merge request !47
parents 0e1dae38 f4fad8d0
No related branches found
No related tags found
1 merge request!47Update README with fixture info
Pipeline #41468 passed
......@@ -41,13 +41,17 @@ docker exec -ti ldv-specification python manage.py migrate --settings ldvspec.se
- Run `docker-compose -f docker-compose-local.yml up -d` with the following compose file to spin up a new Postgres container, celery worker and rabbitMQ.
- Run the following python command to start developing
> python manage.py migrate --settings=ldvspec.settings.local
>
>
> python manage.py createsuperuser --settings=ldvspec.settings.local
>
> # Or use the following to create it without any user interaction (admin, admin)
> DJANGO_SUPERUSER_PASSWORD=admin python ldvspec/manage.py createsuperuser --username admin --email no-reply@example.com --noinput --settings=ldvspec.settings.local
>
> python manage.py runserver --settings=ldvspec.settings.local
>
>
> # You can use the following fixtures to fille the database with some example data
> python manage.py loaddata fixtures/lofardata_fixture.json --settings=ldvspec.settings.local
> python manage.py loaddata fixtures/test-env.json --settings=ldvspec.settings.local
-[ ] TODO: load fixture to have sample data
### Django Application
* clone the repo
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment