Ticket #9920: django-9920.diff
File django-9920.diff, 841 bytes (added by , 13 years ago) |
---|
-
django/conf/project_template/settings.py
15 15 'NAME': '', # Or path to database file if using sqlite3. 16 16 'USER': '', # Not used with sqlite3. 17 17 '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. 19 19 'PORT': '', # Set to empty string for default. Not used with sqlite3. 20 20 } 21 21 }