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
- Qmanager http://github.com/zacharyvoase/django-qmanager
- django_extensions http://github.com/django-extensions/django-extensions
Testing the app:
$ python bootstrap.py $ ./bin/buildout $ ./bin/test