A Django API to retrieve the content of the universe, including planets, stars, galaxies, and all other forms of matter and energy
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:
python universe/manage.py dumpdata [apps name] --indent 2 > db.json
python universe/manage.py dumpdata common astronomical_object system --indent 2 > db.json
The documentation can be accessed at the root of the API: https://spookywy.pythonanywhere.com