/ Published in: Python
URL: http://affix.me
Part of 52 weeks of code on affix.me
Expand |
Embed | Plain Text
DATABASES = { 'default': { 'ENGINE': 'django.db.backends.sqlite3', # Add 'postgresql_psycopg2', 'postgresql', 'mysql', 'sqlite3' or 'oracle'. 'NAME': 'blog.db', # Or path to database file if using sqlite3. } }
You need to login to post a comment.
