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