Changes between Version 57 and Version 58 of NewformsAdminBranch


Ignore:
Timestamp:
Jul 9, 2008, 1:17:49 AM (16 years ago)
Author:
anonymous
Comment:

better wording

Legend:

Unmodified
Added
Removed
Modified
  • NewformsAdminBranch

    v57 v58  
    145145
    146146# 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, then use 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')
    148148admin.site.register(Author)
    149149admin.site.register(Book, BookAdmin)
Back to Top