Skip to content

Commit

Permalink
Remove dc_signup_server
Browse files Browse the repository at this point in the history
Related to the change to the backend server in #1699
  • Loading branch information
VirginiaDooley authored and Virginia Dooley committed Sep 28, 2023
1 parent f4f0d63 commit 5e959a2
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
3 changes: 1 addition & 2 deletions wcivf/apps/mailing_list/urls.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
from dc_signup_form.forms import MailingListSignupForm
from dc_signup_form.views import SignupFormView
from django.conf import settings
from django.urls import include, re_path
from django.urls import re_path
from django.views.decorators.csrf import csrf_exempt

app_name = "mailing_list"
Expand All @@ -19,5 +19,4 @@
),
name="mailing_list_signup_view",
),
re_path(r"^api_signup/v1/", include("dc_signup_form.signup_server.urls")),
]
1 change: 0 additions & 1 deletion wcivf/settings/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,6 @@ def repo_root(*x):
"django.contrib.sites",
"django_filters",
"dc_signup_form",
"dc_signup_form.signup_server",
"dc_utils",
"mailing_list",
"pipeline",
Expand Down

0 comments on commit 5e959a2

Please sign in to comment.