Skip to content
Snippets Groups Projects
Commit f2e2c80b authored by Milo Hivert's avatar Milo Hivert
Browse files

stp

parent 36a9a89e
No related branches found
No related tags found
No related merge requests found
No preview for this file type
No preview for this file type
......@@ -24,7 +24,7 @@ SECRET_KEY = 'django-insecure-^pwp$p=!_g7hoyl&1kul+!v(!y9lu+6@-+1d_&auub18m^h@w(
# SECURITY WARNING: don't run with debug turned on in production!
DEBUG = True
DEBUG = False
ALLOWED_HOSTS = ["138.195.139.213", "localhost", "astegifetobegif.cs-campus.fr", "*"]
......
......@@ -27,7 +27,7 @@ urlpatterns = [
path('mes_livraisons/', views.mes_livraisons, name='mes_livraisons'),
path('commandes_campus/', views.commandes_campus, name='commandes_campus'),
path('mes_commandes/', views.mes_commandes, name="mes_commandes"),
path('<requete>/', views.commande_passee, name='mes_commandes'),
path('mes_commandes/<requete>', views.commande_passee, name='mes_commandes'),
path('annuler/<pkrequete>/', views.annuler, name="annuler"),
path('prendre_en_charge/<pkrequete>/', views.prendre_en_charge, name="prendre_en_charge"),
path('clore/<pkrequete>/', views.clore, name="clore"),
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment