Ticket #16685: django-16685.diff

File django-16685.diff, 789 bytes (added by Henrique Romano, 13 years ago)

An initial solution; just don't give a totally true information

  • django/conf/project_template/settings.py

     
    1515        'NAME': '',                      # Or path to database file if using sqlite3.
    1616        'USER': '',                      # Not used with sqlite3.
    1717        'PASSWORD': '',                  # Not used with sqlite3.
    18         'HOST': '',                      # Set to empty string for localhost. Not used with sqlite3.
     18        'HOST': '',                      # Set to empty string for default. Not used with sqlite3.
    1919        'PORT': '',                      # Set to empty string for default. Not used with sqlite3.
    2020    }
    2121}
Back to Top