Changes between Version 8 and Version 9 of DjangoSpecifications/NfAdmin/FlexibleAppHandling


Ignore:
Timestamp:
Jun 18, 2008, 1:08:29 PM (16 years ago)
Author:
anonymous
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • DjangoSpecifications/NfAdmin/FlexibleAppHandling

    v8 v9  
    3333    app = settings.INSTALLED_APPS[0]
    3434    name = "Foo" # overrides self.app.name
     35    description = 'Foo application does foo'
    3536    style = {'classes' : ('collapse',)}
    3637    order = 1
Back to Top