freebsd-ports/www/py-django-app-plugins/pkg-descr
Ruslan Makhmatkhanov f1661b0973 www/py-django-app-plugins: convert to USES=python
- 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)
2014-10-18 19:04:10 +00:00

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/