public
Description: A playground in the admin to allow users to play with template tags and filters
Homepage: http://ericholscher.com/blog/2009/may/24/playground-django-template-tags-and-filters/
Clone URL: git://github.com/ericholscher/django-playground.git
name age message
file .gitignore Sun May 24 11:09:29 -0700 2009 first commit [ericholscher]
file README.rst Sun May 24 11:09:29 -0700 2009 first commit [ericholscher]
file __init__.py Sun May 24 11:09:29 -0700 2009 first commit [ericholscher]
file models.py Sun May 24 11:09:29 -0700 2009 first commit [ericholscher]
file nodes.py Wed Nov 04 11:28:06 -0800 2009 Move rendering into the __call__ so it only get... [ericholscher]
directory templates/ Sun May 24 11:09:29 -0700 2009 first commit [ericholscher]
directory templatetags/ Tue Nov 03 16:13:18 -0800 2009 Updates to Class Based Template Tags [ericholscher]
file test_runner.py Mon Nov 09 22:06:20 -0800 2009 Updated pony_build test runner. [ericholscher]
file tests.py Tue Nov 03 16:13:18 -0800 2009 Updates to Class Based Template Tags [ericholscher]
file urls.py Sun May 24 11:09:29 -0700 2009 first commit [ericholscher]
file views.py Sun May 24 11:09:29 -0700 2009 first commit [ericholscher]
README.rst

Django Admin Playground

This is a proof of concept playground for tags and filters in the django admin.

Note: It is assumed that the people with django admin access can be trusted, because there are presumably DOS attacks that could be performed with this code (as with anyone with template/admin access).