Skip to content

Latest commit

 

History

History
11 lines (11 loc) · 380 Bytes

README.md

File metadata and controls

11 lines (11 loc) · 380 Bytes

projects

Requirements *Python *Django

Package Installation

Go to the project folder(using console using cd command) where blog lives and execute the following command. Create virtual environment and activate $ pip install -r requirements $ python manage.py migrate $ python manage.py runserver The application will start automatically in your browser on http://localhost:8000