Skip to content

immodded/django-blog

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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

 
 
 

Contributors