Removes sqlite support 😢
RIP, things have gotten too complicated for this I think
This commit is contained in:
parent
d4f8f2e276
commit
ae435a3165
3 changed files with 1 additions and 72 deletions
|
@ -99,10 +99,6 @@ BOOKWYRM_DBS = {
|
|||
'HOST': env('POSTGRES_HOST', ''),
|
||||
'PORT': 5432
|
||||
},
|
||||
'sqlite': {
|
||||
'ENGINE': 'django.db.backends.sqlite3',
|
||||
'NAME': os.path.join(BASE_DIR, 'fedireads.db')
|
||||
}
|
||||
}
|
||||
|
||||
DATABASES = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue