Skip to content

mansi1597/blog

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Django_blog

It is a simple blog project made with Django.

It has following features:

  • Login
  • Create new posts
  • Manage drafts and publish
  • Write comments
  • Approve Comments before adding to post

Quick start

  1. (optional) create virtual env ex. mkvirtualenv mytest_env
  2. pip install -r requirements.txt
  3. python manage.py migrate
  4. Create superuser by python manage.py createsuperuser
  5. python manage.py runserver and login by superuser

About

No description or website provided.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published