Skip to content

Commit

Permalink
#126 remove geospaas.url from rst and site.yml file
Browse files Browse the repository at this point in the history
  • Loading branch information
aanersc committed Mar 4, 2021
1 parent ceb5308 commit 20dff04
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 7 deletions.
6 changes: 0 additions & 6 deletions docs/source/geospaas.rst
Original file line number Diff line number Diff line change
Expand Up @@ -32,13 +32,7 @@ geospaas.models module
:undoc-members:
:show-inheritance:

geospaas.urls module
--------------------

.. automodule:: geospaas.urls
:members:
:undoc-members:
:show-inheritance:


Module contents
Expand Down
2 changes: 1 addition & 1 deletion provisioning/site.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
- django_forms_bootstrap
- leaflet
django_urlpatterns:
- "path('', include('geospaas.urls')),"
- "path('', include('geospaas.base_viewer.urls')),"

- role: geospaas
geospaas_project_home: '{{ project_home }}'
Expand Down

0 comments on commit 20dff04

Please sign in to comment.