fowl.db absolute path
This commit is contained in:
parent
d0fdbe1763
commit
2730ba748a
1 changed files with 1 additions and 1 deletions
|
@ -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'),
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue