##// END OF EJS Templates
settings have been updated...
Fiorella Quino -
r234:c02933467f3d
parent child
Show More
@@ -85,15 +85,15 WSGI_APPLICATION = 'radarsys.wsgi.application'
85 85
86 86 DATABASES = {
87 87 'default': {
88 'ENGINE': 'django.db.backends.sqlite3',
89 'NAME': os.path.join(BASE_DIR, 'radarsys.sqlite'),
90 #'ENGINE': 'django.db.backends.mysql',
91 #'NAME': 'radarsys',
92 #'USER': 'developer',
93 #'PASSWORD': 'idi2015',
94 #'OPTIONS': {
95 # 'init_command': "SET sql_mode='STRICT_TRANS_TABLES'",
96 # }
88 #'ENGINE': 'django.db.backends.sqlite3',
89 #'NAME': os.path.join(BASE_DIR, 'radarsys.sqlite'),
90 'ENGINE': 'django.db.backends.mysql',
91 'NAME': 'radarsys',
92 'USER': 'developer',
93 'PASSWORD': 'idi2015',
94 'OPTIONS': {
95 'init_command': "SET sql_mode='STRICT_TRANS_TABLES'",
96 }
97 97 }
98 98 }
99 99
@@ -117,10 +117,10 USE_TZ = False
117 117 STATIC_URL = '/static/'
118 118 STATIC_ROOT = '/var/www/html/static/'
119 119
120 STATICFILES_DIRS = (
121 os.path.join(BASE_DIR, 'apps', 'main', 'static'),
122
123 )
120 #STATICFILES_DIRS = (
121 # os.path.join(BASE_DIR, 'apps', 'main', 'static'),
122 #
123 #)
124 124
125 125 STATICFILES_FINDERS = (
126 126 'django.contrib.staticfiles.finders.FileSystemFinder',
General Comments 0
You need to be logged in to leave comments. Login now