Browse Source

fix #590: added empty password to DB setting, tested project creation

Rafał Pitoń 8 years ago
parent
commit
05c929f8ce
1 changed files with 1 additions and 0 deletions
  1. 1 0
      misago/project_template/project_name/settings.py

+ 1 - 0
misago/project_template/project_name/settings.py

@@ -37,6 +37,7 @@ DATABASES = {
         'ENGINE': 'django.db.backends.postgresql',
         'NAME': '',
         'USER': '',
+        'PASSWORD': '',
         'HOST': 'localhost',
         'PORT': 5432,
     }