diff options
author | hardythe1 | 2014-02-19 18:45:53 +0530 |
---|---|---|
committer | hardythe1 | 2014-02-19 18:45:53 +0530 |
commit | 80043faf74e19064f040a132e3189d3e516c4300 (patch) | |
tree | 627cc516023b266da63257da8f866e5e07deb22b /PythonTBC/settings.py | |
parent | cf9e94b37906ef1a600fb1a843b00349cede14f6 (diff) | |
download | Python-TBC-Interface-80043faf74e19064f040a132e3189d3e516c4300.tar.gz Python-TBC-Interface-80043faf74e19064f040a132e3189d3e516c4300.tar.bz2 Python-TBC-Interface-80043faf74e19064f040a132e3189d3e516c4300.zip |
setting mysql username
Diffstat (limited to 'PythonTBC/settings.py')
-rw-r--r-- | PythonTBC/settings.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/PythonTBC/settings.py b/PythonTBC/settings.py index 7329074..a182395 100644 --- a/PythonTBC/settings.py +++ b/PythonTBC/settings.py @@ -19,7 +19,7 @@ DATABASES = { 'ENGINE': 'django.db.backends.mysql', # Add 'postgresql_psycopg2', 'mysql', 'sqlite3' or 'oracle'. 'NAME': 'pythontbc', # Or path to database file if using sqlite3. # The following settings are not used with sqlite3: - 'USER': 'root', + 'USER': 'pythontbc', 'PASSWORD': DATABASE_PASSWORD, 'HOST': '', # Empty for localhost through domain sockets or '127.0.0.1' for localhost through TCP. 'PORT': '', # Set to empty string for default. |