added dummytemplate for members index
This commit is contained in:
@@ -16,7 +16,9 @@ Including another URLconf
|
||||
"""
|
||||
from django.conf.urls import url
|
||||
from django.contrib import admin
|
||||
from members.views import index as mindex
|
||||
|
||||
urlpatterns = [
|
||||
url(r'^admin/', admin.site.urls),
|
||||
url(r'^members/', mindex),
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user