summaryrefslogtreecommitdiff
path: root/local_settings.py.example
diff options
context:
space:
mode:
authorcoadde [Márcio Alexandre Silva Delgado] <coadde@parabola.nu>2016-07-04 16:35:20 -0300
committercoadde [Márcio Alexandre Silva Delgado] <coadde@parabola.nu>2016-07-04 16:50:35 -0300
commit579e2bc90acc9faac14c8c32048431d873d32e4b (patch)
treeac676448d8c94c9c634de587dae3eb6fc886fe65 /local_settings.py.example
parent62dbee13a35b1705b6a300c708d3bd5736c7aadc (diff)
fix some comments
Diffstat (limited to 'local_settings.py.example')
-rw-r--r--local_settings.py.example12
1 files changed, 6 insertions, 6 deletions
diff --git a/local_settings.py.example b/local_settings.py.example
index 44e38459..f5d23c89 100644
--- a/local_settings.py.example
+++ b/local_settings.py.example
@@ -15,9 +15,9 @@ ADMINS = (
#DATABASES = {
# 'default': {
# 'ENGINE' : 'django.db.backends.postgresql_psycopg2',
-# 'NAME' : 'archlinux',
-# 'USER' : 'archlinux',
-# 'PASSWORD': 'archlinux',
+# 'NAME' : 'parabola',
+# 'USER' : 'parabola',
+# 'PASSWORD': 'parabola',
# 'HOST' : '',
# 'PORT' : '',
# },
@@ -27,9 +27,9 @@ ADMINS = (
#DATABASES = {
# 'default': {
# 'ENGINE' : 'django.db.backends.mysql',
-# 'NAME' : 'archlinux',
-# 'USER' : 'archlinux',
-# 'PASSWORD': 'archlinux',
+# 'NAME' : 'parabola',
+# 'USER' : 'parabola',
+# 'PASSWORD': 'parabola',
# 'HOST' : '',
# 'PORT' : '',
# # InnoDB WILL NOT work