pip install -r requirements.txt
./manage.py migrate
./manage.py createsuperuser
./manage.py test employee
./manage.py runserver
http://localhost:8000/admin
./manage.py loaddata initial_data
curl -H "Content-Type: application/javascript" http://localhost:8000/employee/