Skip to content

Latest commit

 

History

History
18 lines (10 loc) · 332 Bytes

README.md

File metadata and controls

18 lines (10 loc) · 332 Bytes

Reference to https://realpython.com/get-started-with-django-1/

Run server from source code folder:

  1. Initial virtual environment

  2. Start Django

$ python manage.py runserver
  1. Access url http://location:8000

Run in idea:

Create a run configuration from __main__.py, put Parameters with runserver