Skip to content
This repository has been archived by the owner on Apr 15, 2021. It is now read-only.

Latest commit

 

History

History
11 lines (9 loc) · 248 Bytes

README.md

File metadata and controls

11 lines (9 loc) · 248 Bytes

dEdium

A clone of medium.com using django 2.0.5

Run instructions

  • git clone
  • Make sure you have django.
  • python manage.py makemigrations
  • python manage.py migrate
  • python manage.py createsuperuser
  • python manage.py runserver