Skip to content

Latest commit

 

History

History
9 lines (8 loc) · 188 Bytes

README.md

File metadata and controls

9 lines (8 loc) · 188 Bytes

Django Blog

steps to deploy

  1. pip install -r requirements.txt
  2. cd src
  3. python manage.py migrate
  4. python manage.py createsuperuser
  5. python manage.py runserver