Ticket #9920: django-9920.diff

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

Comment improvement

  • 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': '',                      # Empty for localhost through domain sockets or '127.0.0.1' for localhost through TCP. Not used with sqlite3.
    1919        'PORT': '',                      # Set to empty string for default. Not used with sqlite3.
    2020    }
    2121}
Back to Top