Files @ 456d1c163077
Branch filter:

Location: website/conservancy/contractpatch/urls.py

bsturmfels
Remove outdated copy of Apache config

This isn't being deployed from the repository and is a couple of servers out of date.
1
2
3
4
5
6
7
from django.conf.urls import include, url

from . import views as cpatch_views

urlpatterns = [
    url(r'', cpatch_views.index),
]