Skip to content

A something more than a blog created with Django Python. Supports functionalities of posting, commenting, comment replies, etc.

License

Notifications You must be signed in to change notification settings

immodded/django-blog

Repository files navigation

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

About

A something more than a blog created with Django Python. Supports functionalities of posting, commenting, comment replies, etc.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published