Bug with Django and PosteSQL

Hi,

When a customer tries to install django in Virtualmin using PostreSQL, there is a syntax error. The issue on the auto installer of Django is: 'PASSWORD': ''tDUHhxxHZiZvaLGc'',

That line is invalid as there are '' marks and should only be one ' mark. I've copy/pasted the exact errors here. Please let me know what file I can modify to resolve this, or if you have a bug fix. thanks

Now installing Django version 1.9.7 .. DB initialization install failed : Traceback (most recent call last): File "manage.py", line 10, in execute_from_command_line(sys.argv) File "/home/nirarock/domains/new.nirarocketry.org/public_html/lib/python/Django-1.9.7-py3.4.egg/django/core/management/init .py", line 353, in execute_from_command_line utility.execute() File "/home/nirarock/domains/new.nirarocketry.org/public_html/lib/python/Django-1.9.7-py3.4.egg/django/core/management/init .py", line 302, in execute settings.INSTALLED_APPS File "/home/nirarock/domains/new.nirarocketry.org/public_html/lib/python/Django-1.9.7-py3.4.egg/django/conf/init .py", line 55, in getattr self._setup(name) File "/home/nirarock/domains/new.nirarocketry.org/public_html/lib/python/Django-1.9.7-py3.4.egg/django/conf/init .py", line 43, in _setup self._wrapped = Settings(settings_module) File "/home/nirarock/domains/new.nirarocketry.org/public_html/lib/python/Django-1.9.7-py3.4.egg/django/conf/init .py", line 99, in init mod = importlib.import_module(self.SETTINGS_MODULE) File "/usr/local/lib/python3.4/importlib/init .py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 2254, in _gcd_import File "", line 2237, in _find_and_load File "", line 2226, in _find_and_load_unlocked File "", line 1200, in _load_unlocked File "", line 1129, in _exec File "", line 1467, in exec_module File "", line 1572, in get_code File "", line 1532, in source_to_code File "", line 321, in _call_with_frames_removed File "/home/nirarock/domains/new.nirarocketry.org/public_html/nira/nira/settings.py", line 80 'PASSWORD': ''tDUHhxxHZiZvaLGc'', ^ SyntaxError: invalid syntax

Status: 
Active

Comments

Does this only happen when using PostgreSQL as the database?