diff options
Diffstat (limited to 'localsettingsubuntu.py')
-rw-r--r-- | localsettingsubuntu.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/localsettingsubuntu.py b/localsettingsubuntu.py index eac75da..265a4d3 100644 --- a/localsettingsubuntu.py +++ b/localsettingsubuntu.py @@ -6,7 +6,7 @@ DATABASES = { 'ENGINE': 'django.db.backends.mysql', # 'postgresql_psycopg2', 'mysql', 'sqlite3' or 'oracle'. 'NAME' : 'troggle', # Or path to database file if using sqlite3. 'USER' : 'expo', # Not used with sqlite3. - 'PASSWORD' : '161:gosser', # Not used with sqlite3. + 'PASSWORD' : 'sekrit', # 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. } |