First install python https://www.python.org/downloads/
pip install django
python manage.py makemigrations
python manage.py migrate
python manage.py runserver
| Name | Name | Last commit date | ||
|---|---|---|---|---|
First install python https://www.python.org/downloads/
pip install django
python manage.py makemigrations
python manage.py migrate
python manage.py runserver