We use Django framework as a main framework for our application
- Python
- Django
pip install django
python manage.py runserver
Server will be exposed on 8000 port of your localhost:
- Home page: http://localhost:8000/home
| Name | Name | Last commit date | ||
|---|---|---|---|---|
We use Django framework as a main framework for our application
pip install django
python manage.py runserver
Server will be exposed on 8000 port of your localhost: