PluginProjectDjango.py

changeset 165
80afe6639c6c
parent 163
1622130167bb
child 168
c6182aab51e9
equal deleted inserted replaced
164:ac18f6f98ffc 165:80afe6639c6c
24 # Start-of-Header 24 # Start-of-Header
25 name = "Django Project Plugin" 25 name = "Django Project Plugin"
26 author = "Detlev Offenbach <detlev@die-offenbachs.de>" 26 author = "Detlev Offenbach <detlev@die-offenbachs.de>"
27 autoactivate = True 27 autoactivate = True
28 deactivateable = True 28 deactivateable = True
29 version = "6.0.1" 29 version = "6.1.0"
30 className = "ProjectDjangoPlugin" 30 className = "ProjectDjangoPlugin"
31 packageName = "ProjectDjango" 31 packageName = "ProjectDjango"
32 shortDescription = "Project support for Django projects." 32 shortDescription = "Project support for Django projects."
33 longDescription = ( 33 longDescription = (
34 """This plugin implements project support for Django projects.""" 34 """This plugin implements project support for Django projects."""

eric ide

mercurial