Skip to content

Commit

Permalink
Added x509 urls to urlconf
Browse files Browse the repository at this point in the history
  • Loading branch information
nemesifier committed Sep 21, 2016
1 parent 0a9cb41 commit fd39c71
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions templates/openwisp2/urls.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,9 @@
# shared among django-netjsonconfig components
# keep the namespace argument unchanged
url(r'^', include('django_netjsonconfig.urls', namespace='netjsonconfig')),
# django-x509 urls
# keep the namespace argument unchanged
url(r'^', include('django_x509.urls', namespace='x509')),
]

urlpatterns += staticfiles_urlpatterns()

0 comments on commit fd39c71

Please sign in to comment.