Skip to content
Snippets Groups Projects
Unverified Commit 87746e4b authored by Tom Teichler's avatar Tom Teichler :beers:
Browse files

Fix path for development.

parent 670c75b6
No related branches found
No related tags found
No related merge requests found
......@@ -14,7 +14,7 @@ urlpatterns = [
# Serve javascript-common if in development
if settings.DEBUG:
urlpatterns += static('/javascript/', document_root='/usr/share/javascript-common/')
urlpatterns += static('/javascript/', document_root='/usr/share/javascript/')
# Automatically mount URLs from all installed BiscuIT apps
for app_config in apps.app_configs.values():
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment