This commit is contained in:
Andy McKay 2013-09-09 16:17:47 -07:00
Родитель 4a963e4fca
Коммит c1f150c6fe
1 изменённых файлов: 0 добавлений и 3 удалений

Просмотреть файл

@ -112,9 +112,6 @@ urlpatterns = patterns('',
# webpay / nav.pay() services.
('^services/webpay/', include(webpay_services_patterns)),
# Paypal, needed for IPNs only.
('^services/', include('paypal.urls')),
# AMO admin (not django admin).
('^admin/', include('zadmin.urls')),