diff options
Diffstat (limited to 'stapp/settings.py')
-rw-r--r-- | stapp/settings.py | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/stapp/settings.py b/stapp/settings.py index a688151..9534e14 100644 --- a/stapp/settings.py +++ b/stapp/settings.py @@ -9,17 +9,6 @@ ADMINS = ( MANAGERS = ADMINS -DATABASES = { - 'default': { - 'ENGINE': 'django.db.backends.sqlite3', # Add 'postgresql_psycopg2', 'postgresql', 'mysql', 'sqlite3' or 'oracle'. - 'NAME': 'stapp.db', # Or path to database file if using sqlite3. - 'USER': '', # Not used with sqlite3. - 'PASSWORD': '', # Not used with sqlite3. - 'HOST': '', # Set to empty string for localhost. Not used with sqlite3. - 'PORT': '', # Set to empty string for default. Not used with sqlite3. - } -} - URL_ROOT = '' # Local time zone for this installation. Choices can be found here: |