Skip to content

Latest commit

 

History

History
13 lines (8 loc) · 437 Bytes

File metadata and controls

13 lines (8 loc) · 437 Bytes

iCoder-Django-Blog

This is the Django Blog. It is not too complex but a basic blog website

How-Two

  • Locate yourself to the directory containing the file: manage.py

  • Run this command in the CLI(powershell or cmd) -> pip install -r requirements.txt

  • Then, run this -> python manage.py runserer

  • Now a development server will start at http://localhost:8000

You can access it on http://localhost:8000