Skip to content

Latest commit

 

History

History
14 lines (8 loc) · 321 Bytes

File metadata and controls

14 lines (8 loc) · 321 Bytes

Getting Started with Django

Available Scripts

In the project directory, you can run:

pip install -r requirements.txt

Install all the dependency with pup

django manage.py runserver

Runs the app in the development mode.
Open http://localhost:8000 to view it in the browser.