|
@@ -20,7 +20,7 @@ from apps.Equipment.views import (
|
|
|
Video_Upload,JKview,Person_Area_Pub,CropCount_View,Sell_Del,Pick_Del,
|
|
Video_Upload,JKview,Person_Area_Pub,CropCount_View,Sell_Del,Pick_Del,
|
|
|
Pick_New,Repertory_New_View,Park_Land,Contrast_Detail,Contrast_List,Person_View,Person_List,
|
|
Pick_New,Repertory_New_View,Park_Land,Contrast_Detail,Contrast_List,Person_View,Person_List,
|
|
|
Area_Create,Area_Map,Person_Limit,Limit_View,Expert,learnDepot,Create_User,Change_Pwd,Delete_User,User_Change_Pwd,QXZ_Auto,QXZ_Value_Mqtt,QXZ_Status2, QXZ_Report_Detail2,
|
|
Area_Create,Area_Map,Person_Limit,Limit_View,Expert,learnDepot,Create_User,Change_Pwd,Delete_User,User_Change_Pwd,QXZ_Auto,QXZ_Value_Mqtt,QXZ_Status2, QXZ_Report_Detail2,
|
|
|
- Sightsee_Photo,Pic_locat,Home_Farm)
|
|
|
|
|
|
|
+ Sightsee_Photo,Pic_locat,Home_Farm,Guide_Img)
|
|
|
|
|
|
|
|
app_name = 'Equipment'
|
|
app_name = 'Equipment'
|
|
|
|
|
|
|
@@ -247,6 +247,9 @@ urlpatterns = [
|
|
|
url(r'^home_farm$', Home_Farm.as_view(), name='home_farm'),
|
|
url(r'^home_farm$', Home_Farm.as_view(), name='home_farm'),
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
+ url(r'^guide_img$', Guide_Img.as_view(), name='guide_img'),
|
|
|
|
|
+
|
|
|
|
|
+
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|