Browse Source

auto commit

master
jfinn 2 years ago
parent
commit
394114b571
1 changed files with 2 additions and 2 deletions
  1. 2
    2
      djc_srv/settings.py

+ 2
- 2
djc_srv/settings.py View File

31
 # Application definition
31
 # Application definition
32
 
32
 
33
 INSTALLED_APPS = [
33
 INSTALLED_APPS = [
34
-    'channels'
35
-    'wsps'
34
+    'channels',
35
+    'wsps',
36
     'django.contrib.admin',
36
     'django.contrib.admin',
37
     'django.contrib.auth',
37
     'django.contrib.auth',
38
     'django.contrib.contenttypes',
38
     'django.contrib.contenttypes',

Loading…
Cancel
Save