Skip to content

Latest commit

 

History

History
17 lines (15 loc) · 461 Bytes

README.md

File metadata and controls

17 lines (15 loc) · 461 Bytes

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