Merge pull request #11 from ninech/revert_drf_workaround

Removes workaround for Django Rest Framework
This commit is contained in:
Christian Mäder 2017-10-12 15:51:49 +02:00 committed by GitHub
commit d7ff6027e6
1 changed files with 0 additions and 3 deletions

View File

@ -26,9 +26,6 @@ RUN wget -q -O - "${URL}" | tar xz \
WORKDIR /opt/netbox
RUN pip install -r requirements.txt
# Netbox requires v3.6.4 of django rest framework
# https://github.com/digitalocean/netbox/issues/1564
RUN pip install djangorestframework==3.6.4
RUN ln -s configuration.docker.py /opt/netbox/netbox/netbox/configuration.py
COPY docker/gunicorn_config.py /opt/netbox/