3
̜^                 @   sP   d Z ddlmZ ddlT edej ddedej dded	ej d
dgZdS )u|  
App Urls

Django loads that Python module and looks for the
variable urlpatterns. This should be a Python list
of django.conf.urls.url() instances.

Django runs through each URL pattern, in order, and
stops at the first one that matches the requested URL.

Each regular expression in a urlpatterns is compiled
thefirst time it’s accessed. This makes the system
blazingly fast.
    )path)*z
countries/Zcountry_list)namezstates/<int:country>/Z
state_listzcities/<int:state>/Z	city_listN)	__doc__django.urlsr   Z	app.viewsZCountryListAPIViewas_viewZStateListAPIViewZCityListAPIViewurlpatterns r	   r	   5/home/hotel/hotelbackend/hotelapplication/app/urls.py<module>   s   