- convert to USES=python - limit python version to 2.x: """ File "/usr/local/lib/python3.4/site-packages/app_plugins/models.py", line 24 if not is_valid_label(name): raise RuntimeError, u"invalid label: " + name ^ SyntaxError: invalid syntax """ Approved by: portmgr (blanket)
5 lines
241 B
Text
5 lines
241 B
Text
Reusable django application for writting pluggable reusable django applications.
|
|
Allows 3rd party apps to dynamically insert template inclusions into your apps
|
|
at pre-defined plugin points.
|
|
|
|
WWW: http://code.google.com/p/django-app-plugins/
|