Browse Source

Install DRF.

I need to use the model serializers.
feature/python-error-tracking
Drew Larson 8 years ago
parent
commit
03ed0071ee
  1. 1
      bikeshop_project/bikeshop/settings/base.py
  2. 3
      requirements/base.txt

1
bikeshop_project/bikeshop/settings/base.py

@ -32,6 +32,7 @@ INSTALLED_APPS = [
'haystack',
'webpack_loader',
'compressor',
'rest_framework',
'registration',
'core',

3
requirements/base.txt

@ -6,4 +6,5 @@ django-libsass==0.6
django_compressor==2.0
python-dateutil==2.5.3
whoosh==2.7.4
git+git://github.com/django-haystack/django-haystack.git
git+git://github.com/django-haystack/django-haystack.git
djangorestframework
Loading…
Cancel
Save