Skip to content

theteam/django-simplenews

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Django reusable news app

Usage

Add the url files to the mount point, it requres simplenews as a namespace:

(r'^news/', include('simplenews.urls', namespace='simplenews')),

Please note that the templates aren't provided:

simplenews/object_detail.html
simplenews/object_list.html
simplenews/shortlist.html

Requirements

Testing the app:

$ python bootstrap.py
$ ./bin/buildout
$ ./bin/test

About

Simple app for displaying news.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages