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. 1
      requirements/base.txt

1
bikeshop_project/bikeshop/settings/base.py

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

1
requirements/base.txt

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