Parcourir la source

auto commit

master
jfinn il y a 9 mois
Parent
révision
938a28e6b3
1 fichiers modifiés avec 2 ajouts et 2 suppressions
  1. 2
    2
      edan_v1/edan_v1/settings.py

+ 2
- 2
edan_v1/edan_v1/settings.py Voir le fichier

@@ -40,7 +40,7 @@ CSRF_TRUSTED_ORIGINS =["https://*.edanflor.com"]
40 40
 # Application definition
41 41
 
42 42
 INSTALLED_APPS = [
43
-    'hrld',
43
+    
44 44
     "django.contrib.admin",
45 45
     "django.contrib.auth",
46 46
     "django.contrib.contenttypes",
@@ -100,7 +100,7 @@ INSTALLED_APPS = [
100 100
     # 3rd-party apps that the sandbox depends on
101 101
     'django_extensions',
102 102
     'debug_toolbar',
103
-    'hrld',
103
+    "hrld",
104 104
 
105 105
 ]
106 106
 SITE_ID = 1 #added

Chargement…
Annuler
Enregistrer