Skip to content

Commit

Permalink
[docs] Corrected development install instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
nemesifier committed Sep 8, 2017
1 parent cfc9c6c commit 140db7f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ should look like the following (ordering is important):
'sortedm2m',
'reversion',
]
EXTENDED_APPS = ('django_netjsonconfig', 'django_x509')
Add ``openwisp_utils.staticfiles.DependencyFinder`` to ``STATICFILES_FINDERS`` in your ``settings.py``
Expand Down Expand Up @@ -152,7 +152,7 @@ Add the following settings to ``settings.py``:
from django.conf import settings
from django.conf.urls import include, url
from django.contrib.staticfiles.urls import staticfiles_urlpatterns
from openwisp_utils.admin_theme.admin import admin, openwisp_admin
openwisp_admin()
Expand All @@ -177,8 +177,8 @@ Install your forked repo:

.. code-block:: shell
git clone git://github.com/<your_fork>/django-netjsonconfig
cd django-netjsonconfig/
git clone git://github.com/<your_fork>/openwisp-controller
cd openwisp-controller/
python setup.py develop
Install test requirements:
Expand Down

0 comments on commit 140db7f

Please sign in to comment.