Skip to content

pasuinthesky/Dashboard

 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 85.0%
  • HTML 15.0%