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


Ignore:
Timestamp:
Jun 18, 2008, 1:07:22 PM (16 years ago)
Author:
mrts
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • DjangoSpecifications/NfAdmin/FlexibleAppHandling

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