From: Marcin Koziej Date: Mon, 23 Jan 2012 12:34:23 +0000 (+0100) Subject: un-leak local conf X-Git-Url: https://git.mdrn.pl/wolnelektury.git/commitdiff_plain/469eed4673d31353e4b1ae20e830ecd03afe5dcb?ds=sidebyside;hp=-c un-leak local conf --- 469eed4673d31353e4b1ae20e830ecd03afe5dcb diff --git a/wolnelektury/settings.py b/wolnelektury/settings.py index 48d96e056..01f5737db 100644 --- a/wolnelektury/settings.py +++ b/wolnelektury/settings.py @@ -24,18 +24,6 @@ DATABASES = { } } -DATABASES['default'] = { - 'ENGINE': 'django.db.backends.mysql', # Add 'postgresql_psycopg2', 'postgresql', 'mysql', 'sqlite3' or 'oracle'. - 'NAME': 'mkoziej_wl', # Or path to database file if using sqlite3. - 'USER': 'mkoziej', # Not used with sqlite3. - 'PASSWORD': 'pelolpe', # Not used with sqlite3. -} - -DATABASE_OPTIONS = { - "init_command": "SET storage_engine=INNODB DEFAULT CHARSET=utf8", -} - - # Local time zone for this installation. Choices can be found here: # http://en.wikipedia.org/wiki/List_of_tz_zones_by_name