summaryrefslogtreecommitdiff
path: root/PythonTBC/settings.py
diff options
context:
space:
mode:
authorhardythe12014-02-19 18:45:53 +0530
committerhardythe12014-02-19 18:45:53 +0530
commit80043faf74e19064f040a132e3189d3e516c4300 (patch)
tree627cc516023b266da63257da8f866e5e07deb22b /PythonTBC/settings.py
parentcf9e94b37906ef1a600fb1a843b00349cede14f6 (diff)
downloadPython-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.py2
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.