Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 686 Bytes

ReadMe.md

File metadata and controls

22 lines (16 loc) · 686 Bytes

Build A Portfolio with Django | Learn Django for Beginner

Set up

Steps: -> These steps are explained here

  1. Clone/pull/download this repository
  2. Create a virtualenv with python -m venv env
  3. Activate virtual environment source env/bin/activate
  4. Install dependencies with pip install -r requirements.txt

Create superuser

python manage.py createsuper

Finally runserver

python manage.py runserver