24 # Start-of-Header |
26 # Start-of-Header |
25 name = "Django Project Plugin" |
27 name = "Django Project Plugin" |
26 author = "Detlev Offenbach <detlev@die-offenbachs.de>" |
28 author = "Detlev Offenbach <detlev@die-offenbachs.de>" |
27 autoactivate = True |
29 autoactivate = True |
28 deactivateable = True |
30 deactivateable = True |
29 version = "3.1.0" |
31 version = "3.2.0" |
30 className = "ProjectDjangoPlugin" |
32 className = "ProjectDjangoPlugin" |
31 packageName = "ProjectDjango" |
33 packageName = "ProjectDjango" |
32 shortDescription = "Project support for Django projects." |
34 shortDescription = "Project support for Django projects." |
33 longDescription = """This plugin implements project support for Django projects.""" |
35 longDescription = """This plugin implements project support for Django projects.""" |
34 needsRestart = False |
36 needsRestart = False |