Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 385 Bytes

File metadata and controls

23 lines (16 loc) · 385 Bytes

Backend

Testing

Generates fixtures for the frontend:

./manage.py test

Exploring

./manage.py testserver data.json
./manage.py shell
./manage.py dbshell

Example data

./manage.py dumpdata | jq 'map(select(.model as $in | ["admin.logentry", "auth.permission", "contenttypes.contenttype", "sessions.session"] | index($in) | not))' > data.json