Stub out cookie/privacy policy. Add memcached to docker image
This commit is contained in:
@@ -136,6 +136,9 @@ urlpatterns = [
|
||||
path("api/", include(router.urls)),
|
||||
path("api-auth/", include("rest_framework.urls")),
|
||||
path("tinymce/", include("tinymce.urls")),
|
||||
path("cookies/", include("cookie_consent.urls")),
|
||||
#path("cookies/", include("cookie_consent.urls")),
|
||||
path("privacy/", views.privacy_view, name="privacy"),
|
||||
# path('select2/', include('select2.urls')),
|
||||
]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user