JavaScript integration - Ajax - with Python and Django
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See installing for notes on how to installing the project your system.
Python, Django and JavaScript
pip install django
virtualenv .venv
source .venv/bin/actvate #Linux/Mac
.venv/Scripts/activate #Windows
pip install -r requirements.txt
python manage.py makemigrations
python manage.py migrate
python manage.py createsuperuser
username: ...
password: ...
End with an example of getting some data out of the system or using it for a little demo.
python manage.py runserver