URLs created to connect Apis

parent c38964ea
from django.conf.urls import url
from CgpApp import views
#URL created to connect Apis
urlpatterns = [
url(r'^gazette/$', views.gazetteApi),
url(r'^gazette/([0-9]+)$', views.gazetteApi),
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment