/network-pulse-api

API for the Network-Pulse project

Primary LanguagePythonMozilla Public License 2.0MPL-2.0

Useful commands

./manage.py migrate --run-syncdb fixed things with DB that were broken

./manage.py runserver runs server

./manage.py makemigrations prepare changes to the model

./manage.py migrate actually make the changes to the model