django-admin2/example/blog
Andrew Ingram 88418efc7b Added django admin style registration (for now)
Big changes to how things are structured, ModelAdmin2 handles its views and urls
2013-05-18 15:43:44 +02: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 Added django admin style registration (for now) 2013-05-18 15:43:44 +02:00
models.py Give example project models unicode methods 2013-05-18 13:44:00 +02:00
tests.py Add some tests for views in example app 2013-05-18 13:24:42 +02:00
views.py Add example app 2013-05-18 12:12:57 +02:00