a single page webapp using django, django rest framework and jquery.
django==2.2 pillow==7.1.1 djangorestframework==3.11.0
you can install them using pip
pip install django==2.2
pip install pillow==7.1.1
pip install djangorestframework==3.11.0
then run manage.py in the root directory of project
python manage.py runserver 0.0.0.0:8000
migrations are made before but if you got errors related to database migrations you should do it manually