Changes between Initial Version and Version 1 of Ticket #3591, comment 109


Ignore:
Timestamp:
Aug 21, 2011, 10:54:55 AM (13 years ago)
Author:
Ben Davis

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #3591, comment 109

    initial v1  
    3232INSTALLED_APPS = (
    3333    # ...
    34     ('myapp.apps.MyApp', {'verbose_name':'Something else','foo':'bar'}),
     34    ('myapp.apps.MyApp', {
     35        'verbose_name':'Something else',
     36        'foo':'bar'
     37    }),
    3538)
    3639}}}
Back to Top