|
|
@ -6,6 +6,9 @@ urlpatterns = [
|
|
|
|
path('payment/', include('customercore.payment.urls')),
|
|
|
|
path('payment/', include('customercore.payment.urls')),
|
|
|
|
path('add/', include('customercore.add.urls')),
|
|
|
|
path('add/', include('customercore.add.urls')),
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
path('redirect-osimenu/', views.redirect_osimenu, name='redirectosimenu'),
|
|
|
|
|
|
|
|
path('redirect-osicard/', views.redirect_osicard, name='redirectosicard'),
|
|
|
|
|
|
|
|
|
|
|
|
path('contact/', views.contact, name='contact'),
|
|
|
|
path('contact/', views.contact, name='contact'),
|
|
|
|
|
|
|
|
|
|
|
|
# LISTING
|
|
|
|
# LISTING
|
|
|
|