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

annarihu/simple-blog-using-python-django

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 54.3%
  • HTML 43.9%
  • CSS 1.8%