fowl.db absolute path
This commit is contained in:
parent
d0fdbe1763
commit
2730ba748a
@ -12,7 +12,7 @@ MANAGERS = ADMINS
|
|||||||
DATABASES = {
|
DATABASES = {
|
||||||
'default': {
|
'default': {
|
||||||
'ENGINE': 'django.db.backends.sqlite3',
|
'ENGINE': 'django.db.backends.sqlite3',
|
||||||
'NAME': 'fowl.db',
|
'NAME': os.path.join(os.path.dirname(__file__), 'fowl.db'),
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user