AC-1040 Add django-polymorphic as prerequisite for moving toward unified jobs.

This commit is contained in:
Chris Church
2014-02-27 17:12:32 -05:00
parent 199f091a1c
commit c899a675a9
22 changed files with 2806 additions and 0 deletions

View File

@@ -10,6 +10,7 @@ Django>=1.4
#django-celery
#django-extensions
#django-jsonfield
#django-polymorphic
#django-split-settings
#django-taggit
#djangorestframework>=2.3.0,<2.4.0
@@ -25,3 +26,4 @@ Django>=1.4
# - ansible (via yum, pip or source checkout)
# - psycopg2 (via "yum install python-psycopg2")
# - python-ldap (via "yum install python-ldap")
# - python-zmq (for using the job callback receiver)