Skip to content

Latest commit

 

History

History
18 lines (16 loc) · 530 Bytes

README.md

File metadata and controls

18 lines (16 loc) · 530 Bytes

Django Blog

steps for runnig server

  1. pip install -r requirements.txt
  2. python manage.py collectstatic
  3. python manage.py makemigrations
  4. python manage.py migrate
  5. pytthon manage.py createsuperuser
  6. python manage.py runserver

Functionalities

  1. create post
  2. edit or delete post by respective user
  3. comments
  4. comment replies functioanlity
  5. user authentication
  6. profile page