|
|
@@ -144,6 +144,8 @@ urlpatterns = [
|
|
|
url(r'^news_pub$', News_Pub.as_view(), name='news_pub'),
|
|
|
|
|
|
url(r'^sightsee_pub$', Sightsee_Pub.as_view(), name='sightsee_pub'),
|
|
|
+ url(r'^sightsee_photo$', Sightsee_Photo.as_view(), name='sightsee_photo'),
|
|
|
+
|
|
|
|
|
|
# 我的发布
|
|
|
url(r'^my_pub$', My_Pub.as_view(), name='my_pub'),
|