Skip to content

Commit

Permalink
[docs] Updated INSTALLED_APPS example in README
Browse files Browse the repository at this point in the history
  • Loading branch information
nemesifier committed Apr 25, 2019
1 parent d38904f commit 65bea83
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -82,17 +82,21 @@ should look like the following (ordering is important):
'django.contrib.messages',
'django.contrib.staticfiles',
'django.contrib.gis',
# openwisp2 admin theme
# (must be loaded here)
'openwisp_utils.admin_theme',
# all-auth
'django.contrib.sites',
'allauth',
'allauth.account',
'allauth.socialaccount',
'django_extensions',
# openwisp2 modules
'openwisp_users',
'openwisp_controller.pki',
# openwisp2 module
'openwisp_controller.config',
'openwisp_controller.pki',
'openwisp_controller.geo',
'openwisp_controller.connection',
'openwisp_users',
# admin
'openwisp_utils.admin_theme',
'django.contrib.admin',
Expand Down

0 comments on commit 65bea83

Please sign in to comment.