Changes between Version 7 and Version 8 of DjangoSpecifications/NfAdmin/FlexibleAppHandling
- Timestamp:
- Jun 18, 2008, 1:07:22 PM (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
DjangoSpecifications/NfAdmin/FlexibleAppHandling
v7 v8 33 33 app = settings.INSTALLED_APPS[0] 34 34 name = "Foo" # overrides self.app.name 35 description = "An application that does foo"36 35 style = {'classes' : ('collapse',)} 37 36 order = 1