Skip to content

Commit

Permalink
Remove old static file handling code
Browse files Browse the repository at this point in the history
  • Loading branch information
sarayourfriend authored Sep 14, 2023
1 parent 2d9485f commit 10a4c47
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions api/conf/urls/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,5 +37,3 @@
path("v1/", include(versioned_paths)),
]

# if settings.ENVIRONMENT == "local":
# urlpatterns += static(settings.STATIC_URL, document_root=settings.STATIC_ROOT)

0 comments on commit 10a4c47

Please sign in to comment.