|
1 |
| -# Django settings for daas project. |
| 1 | +# Django settings for dcid project. |
2 | 2 |
|
3 | 3 | DEBUG = True
|
4 | 4 | TEMPLATE_DEBUG = DEBUG
|
|
11 | 11 |
|
12 | 12 | DATABASES = {
|
13 | 13 | 'default': {
|
14 |
| - 'ENGINE': 'django.db.backends.mysql', # Add 'postgresql_psycopg2', 'mysql', 'sqlite3' or 'oracle'. |
15 |
| - 'NAME': 'dcid_db', # Or path to database file if using sqlite3. |
16 |
| - 'USER': 'admin', # Not used with sqlite3. |
17 |
| - 'PASSWORD': 'admin', # Not used with sqlite3. |
18 |
| - 'HOST': '', # Set to empty string for localhost. Not used with sqlite3. |
| 14 | + 'ENGINE': 'django.db.backends.mysql', # Add 'postgresql_psycopg2', 'mysql', 'sqlite3' or 'oracle'. |
| 15 | + 'NAME': 'dcid_db', # Or path to database file if using sqlite3. |
| 16 | + 'USER': 'admin', # Not used with sqlite3. |
| 17 | + 'PASSWORD': 'admin', # Not used with sqlite3. |
| 18 | + 'HOST': 'localhost', # Set to empty string for localhost. Not used with sqlite3. |
19 | 19 | 'PORT': '', # Set to empty string for default. Not used with sqlite3.
|
20 | 20 | }
|
21 | 21 | }
|
|
78 | 78 | )
|
79 | 79 |
|
80 | 80 | # Make this unique, and don't share it with anybody.
|
81 |
| -SECRET_KEY = '!e)5^#c572+s#@b1r8r$3&g$_=#^jl)%%ht!%_rr1qc1vjnb&b' |
| 81 | +SECRET_KEY = '_5s047mnm!*flrgn)es8@kzigeqnarc2s@_q9wxkwve5c60f!5' |
82 | 82 |
|
83 | 83 | # List of callables that know how to import templates from various sources.
|
84 | 84 | TEMPLATE_LOADERS = (
|
|
103 | 103 | WSGI_APPLICATION = 'dcid.wsgi.application'
|
104 | 104 |
|
105 | 105 | TEMPLATE_DIRS = (
|
106 |
| - "/home/paulo/code4pt/dcid/templates/", |
107 |
| - # Strings here, like "/home/html/django_templates" or "C:/www/django/templates". ALWAYS use forward slashes. |
| 106 | + "C:/wamp/www/dcid/templates/", |
| 107 | + # Put strings here, like "/home/html/django_templates" or "C:/www/django/templates". |
| 108 | + # Always use forward slashes, even on Windows. |
| 109 | + # Don't forget to use absolute paths, not relative paths. |
108 | 110 | )
|
109 | 111 |
|
110 | 112 | INSTALLED_APPS = (
|
|
0 commit comments