Skip to content

Latest commit

 

History

History
39 lines (25 loc) · 684 Bytes

README.md

File metadata and controls

39 lines (25 loc) · 684 Bytes

Universe

A Django API to retrieve the content of the universe, including planets, stars, galaxies, and all other forms of matter and energy

Developement

Apply migrations:

python universe/manage.py migrate

Load the data (planets, stars, galaxies...):

python universe/manage.py loaddata db.json

Run server:

python universe/manage.py runserver

Dump data

Dump data:

python universe/manage.py dumpdata [apps name] --indent 2 > db.json
python universe/manage.py dumpdata common astronomical_object system --indent 2 > db.json

Docs

The documentation can be accessed at the root of the API: https://spookywy.pythonanywhere.com