Updates to work with REST framework 2.3.x, update browseable API style to mimic UI.

This commit is contained in:
Chris Church
2013-06-14 04:13:34 -04:00
parent e5737cae46
commit c526f58098
7 changed files with 152 additions and 42 deletions

View File

@@ -30,28 +30,13 @@ setup(
'django-filter',
'django-jsonfield',
'django-taggit',
'djangorestframework',
'djangorestframework>=2.3.0,<2.4.0',
'pexpect',
'python-dateutil',
'PyYAML',
'South',
'South>=0.8,<2.0',
],
setup_requires=[],
#tests_require=[
# 'Django>=1.5',
# 'django-celery',
# 'django-extensions',
# 'django-filter',
# 'django-jsonfield',
# 'django-taggit',
# 'django-setuptest',
# 'djangorestframework',
# 'pexpect',
# 'python-dateutil',
# 'PyYAML',
# 'South',
#],
#test_suite='test_suite.TestSuite',
classifiers=[
'Development Status :: 4 - Beta',
'Environment :: Web Environment',