Skip to content

Simple Django app for managing a magazine, which consist of issues which contain articles.

Notifications You must be signed in to change notification settings

joshuajonah/django-magazine

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

django-magazine

Just like Dominic Rodger's version only without all the irrelevant "book review" parts. This is my effort to make it more generic.

A stub semi-pluggable Django app for managing a simple magazine.

Magazines consist of Issues, each of which contains one or more Articles, which are by one or more Authors.

This app uses South for managing database changes, so you'll need that to use it.

This app depends on Bleach, for cleaning up submitted HTML (particularly content pasted in from Microsoft Word).

This app requires Django 1.3, since it depends on the new {% with %} tag behaviour, and the new {% include %} behaviour.

About

Simple Django app for managing a magazine, which consist of issues which contain articles.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 100.0%