fowl.db absolute path

This commit is contained in:
James Turk 2012-05-29 21:23:54 -04:00
parent d0fdbe1763
commit 2730ba748a

View File

@ -12,7 +12,7 @@ MANAGERS = ADMINS
DATABASES = {
'default': {
'ENGINE': 'django.db.backends.sqlite3',
'NAME': 'fowl.db',
'NAME': os.path.join(os.path.dirname(__file__), 'fowl.db'),
}
}