Skip to content

marconius/django-blog

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 

Repository files navigation

django-blog

WARNING: this is a work in progress!

A blog for Django projects.

Requirements:

Requirements TODO:

  • Remove commenting and markup from project. These should be added only as they are needed

Mission:

  • Allow adding basic blog functionnality very quickly to a Django project

Installation:

  • pip install git+https://github.com/marconius/django-blog@<TAG>
  • put blog in INSTALLED_APPS
  • currently you need to subclass the Post model and some other tweaking locally. This project will eventually include at least one basic, key-in-hand blog app
  • ./manage.py syncdb or ./manage.py migrate
  • ./manage.py collectstatic