Changeset - e7f21fa2533d
[Not reviewed]
4 1 0
Ben Sturmfels (bsturmfels) - 2 months ago 2024-02-23 03:51:04
ben@sturm.com.au
Remove unused ccs-upload feature

Use the Source uploads now go to a NextCloud anonymous upload.
5 files changed with 0 insertions and 52 deletions:
0 comments (0 inline, 0 general)
conservancy/ccs_upload/__init__.py
Show inline comments
 
deleted file
conservancy/ccs_upload/forms.py
Show inline comments
 
deleted file
conservancy/ccs_upload/urls.py
Show inline comments
 
deleted file
conservancy/ccs_upload/views.py
Show inline comments
 
deleted file
conservancy/urls.py
Show inline comments
...
 
@@ -61,7 +61,6 @@ urlpatterns = [
 
    url(r'^sustainer/', include('conservancy.supporter.urls')),
 
    url(r'^coming-soon.html', static_views.index),
 
    url(r'^fundraiser_data', fundgoal_views.view),
 
    path('ccs-upload/', include('conservancy.ccs_upload.urls', namespace='ccs_upload')),
 
    path('assignment/', include('conservancy.assignment.urls')),
 
    url(r'^fossy/$', static_views.index),
 
    path('fossy/', include('conservancy.fossy.urls')),
0 comments (0 inline, 0 general)