]> git.ipfire.org Git - ipfire.org.git/blobdiff - webapp/__init__.py
Drop wishlist
[ipfire.org.git] / webapp / __init__.py
index 064f1939205ec0a1d6b48526ba5226adb409dc47..551e7e41e5b9747a9c245c76c7770d40f03e130a 100644 (file)
@@ -65,9 +65,6 @@ class Application(tornado.web.Application):
                                "TalkCallLog"          : TalkCallLogModule,
                                "TalkLines"            : TalkLinesModule,
                                "TalkOngoingCalls"     : TalkOngoingCallsModule,
-                               "Wish"                 : WishModule,
-                               "Wishlist"             : WishlistModule,
-                               "WishlistItems"        : WishlistItemsModule,
                        },
                        xsrf_cookies = True,
                )
@@ -226,15 +223,6 @@ class Application(tornado.web.Application):
                        (r"/view/(.*)", NopasteViewHandler),
                ] + authentication_handlers + static_handlers)
 
-               # wishlist.ipfire.org
-               self.add_handlers(r"wishlist(\.dev)?\.ipfire\.org", [
-                       (r"/", WishlistIndexHandler),
-                       (r"/closed", WishlistClosedHandler),
-                       (r"/wish/(.*)/donate", WishDonateHandler),
-                       (r"/wish/(.*)", WishHandler),
-                       (r"/terms", WishlistTermsHandler),
-               ] + static_handlers)
-
                # geoip.ipfire.org
                self.add_handlers(r"geoip(\.dev)?\.ipfire\.org", [
                        (r"/", GeoIPHandler),