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 61ab197b3a
commit e957de2016
22 changed files with 2806 additions and 0 deletions

View File

@@ -62,6 +62,7 @@ Django-1.5.5.tar.gz
#django-celery-3.1.1.tar.gz
#django-extensions-1.2.5.tar.gz
#django-jsonfield-0.9.12.tar.gz
#django_polymorphic-0.5.3.tar.gz
#django-split-settings-0.1.1.tar.gz
#django-taggit-0.11.2.tar.gz
#djangorestframework-2.3.10.tar.gz
@@ -93,3 +94,4 @@ ipython-1.1.0.tar.gz
# - psycopg2 (via "yum install python-psycopg2")
# - python-ldap (via "yum install python-ldap")
# - readline-6.2.4.1.tar.gz (for the ipython shell)
# - python-zmq (for using the job callback receiver)

Binary file not shown.

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)

View File

@@ -60,6 +60,7 @@ Django-1.5.5.tar.gz
#django-celery-3.1.1.tar.gz
#django-extensions-1.2.5.tar.gz
#django-jsonfield-0.9.12.tar.gz
#django_polymorphic-0.5.3.tar.gz
#django-split-settings-0.1.1.tar.gz
#django-taggit-0.11.2.tar.gz
#djangorestframework-2.3.10.tar.gz
@@ -73,3 +74,4 @@ Django-1.5.5.tar.gz
# - 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)