This is just a simple template web service I use when I need to spin up a quick document or rest server using django
Download the repo and run
pip install
python manage.py seed_users
The server will default to port 8000. If you want to set a different port, set the DJANGO_RUNSERVER_PORT
environment variable
export DJANGO_RUNSERVER_PORT=4000
python manage.py