django-admin2/example/blog
Chris Lawlor f66ffe8c86 Use admin2_url, redirect create form to index view.
Uses the template tag admin2_url to create namespaced view names
from inside of views.

Create model form now redirects to the model index page, as
django.contrib.admin. does.

Removed get_success_url from ModelListView, as generic.ListView
does not call this method.
2013-05-21 14:01:30 -04:00
..
templates/blog Example project home page 2013-05-19 15:00:10 +02:00
tests Use admin2_url, redirect create form to index view. 2013-05-21 14:01:30 -04:00
__init__.py Add example app 2013-05-18 12:12:57 +02:00
admin.py Expose Post, Comment models from example in admin 2013-05-18 13:27:10 +02:00
admin2.py Fixing issue that permissions cannot be hyperlinked from users and group API resource. 2013-05-19 15:32:51 +02:00
models.py pep8 of code 2013-05-19 10:09:12 +02:00
views.py Add example app 2013-05-18 12:12:57 +02:00