Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 270 Bytes

README.md

File metadata and controls

18 lines (12 loc) · 270 Bytes

Blog in Django

A blog interface in Django using MongoDB.

Run by executing

python manage.py runserver

MongoDB server must be running while accessing the site.

Dependencies

  • Python 2.7
  • Django 1.6
  • MongoDB and PyMongo
  • GridFS