Changes between Initial Version and Version 1 of Ticket #23648, comment 1


Ignore:
Timestamp:
Oct 13, 2014, 1:39:17 PM (10 years ago)
Author:
Collin Anderson

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #23648, comment 1

    initial v1  
    1 Since version 1.6, new projects created by ./manage.py startproject have ENGINE set to 'django.db.backends.sqlite3' in their settings.py. By doing nothing to settings.py the sqlite3 database will be used.
     1Since version 1.6, new projects created by `startproject` have ENGINE set to 'django.db.backends.sqlite3' in their settings.py. By doing nothing to settings.py the sqlite3 database will be used.
Back to Top