Removes sqlite support 😢
RIP, things have gotten too complicated for this I think
This commit is contained in:
@ -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 = {
|
||||
|
Reference in New Issue
Block a user