瀏覽代碼

auto commit

master
jfinn 9 月之前
父節點
當前提交
6a0305d21f
共有 1 個檔案被更改,包括 2 行新增2 行删除
  1. 2
    2
      edan_v1/edan_v1/settings.py

+ 2
- 2
edan_v1/edan_v1/settings.py 查看文件

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

Loading…
取消
儲存