Changes between Version 57 and Version 58 of NewformsAdminBranch
- Timestamp:
- Jul 9, 2008, 1:17:49 AM (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
NewformsAdminBranch
v57 v58 145 145 146 146 # Make sure the following are executed exactly once (i.e., watch your imports), or you'll see AlreadyRegistered exceptions. 147 # Meaning if you use project.app, thenuse project.app everywhere, including in url configuration (i.e. use 'project.app.views')147 # Meaning if you use project.app, be sure to use project.app everywhere, including in url configuration (i.e. use 'project.app.views') 148 148 admin.site.register(Author) 149 149 admin.site.register(Book, BookAdmin)