Browse Source

auto commit

master
jfinn 9 months ago
parent
commit
83a58941f9
1 changed files with 5 additions and 1 deletions
  1. 5
    1
      edan_v1/edan_v1/settings.py

+ 5
- 1
edan_v1/edan_v1/settings.py View File

41
 
41
 
42
 INSTALLED_APPS = [
42
 INSTALLED_APPS = [
43
     
43
     
44
+
45
+    'channels',
46
+    "hrld",
47
+    
44
     "django.contrib.admin",
48
     "django.contrib.admin",
45
     "django.contrib.auth",
49
     "django.contrib.auth",
46
     "django.contrib.contenttypes",
50
     "django.contrib.contenttypes",
100
     # 3rd-party apps that the sandbox depends on
104
     # 3rd-party apps that the sandbox depends on
101
     'django_extensions',
105
     'django_extensions',
102
     'debug_toolbar',
106
     'debug_toolbar',
103
-    "hrld",
107
+
104
 
108
 
105
 ]
109
 ]
106
 SITE_ID = 1 #added
110
 SITE_ID = 1 #added

Loading…
Cancel
Save