Skip to content

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

Stars

1 star

Watchers

4 watching

Forks

Releases

Packages

Contributors

Languages