Simple project with Django and API Django REST framework
- Install all packages from requirements.txt
- Run in command line:
python manage.py makemigrations app
python manage.py migrate
python manage.py createsuperuser
python manage.py runserver
- Visit http://127.0.0.1:8000/
- list/ # List objects
- create/ # Create abject
- edit/[pk]/ # View, Update and Delete object by pk(!)
This project is licensed under the BSD License - see the LICENSE file for details