diff options
Diffstat (limited to 'scipy2016/settings.py')
-rwxr-xr-x[-rw-r--r--] | scipy2016/settings.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/scipy2016/settings.py b/scipy2016/settings.py index b6113cb..fa8430a 100644..100755 --- a/scipy2016/settings.py +++ b/scipy2016/settings.py @@ -96,7 +96,7 @@ DATABASES = { 'NAME': 'scipy2016', # Or path to database file if using sqlite3. # The following settings are not used with sqlite3: 'USER': 'root', - 'PASSWORD': 'root', + 'PASSWORD': 'aero123', 'HOST': '', # Empty for localhost through domain sockets or '127.0.0.1' for localhost through TCP. 'PORT': '', } @@ -143,4 +143,4 @@ EMAIL_PORT = 1025 EMAIL_HOST_USER = '' EMAIL_HOST_PASSWORD = '' EMAIL_USE_TLS = False -DEFAULT_FROM_EMAIL = 'komal@gmail.com'
\ No newline at end of file +DEFAULT_FROM_EMAIL = 'komal@gmail.com' |