Add rename_app command and use it
This allows users to migrate from a pre-rename database without resetting their database, hopefully
This commit is contained in:
@ -40,6 +40,7 @@ INSTALLED_APPS = [
|
||||
'django.contrib.messages',
|
||||
'django.contrib.staticfiles',
|
||||
'django.contrib.humanize',
|
||||
'django_rename_app',
|
||||
'bookwyrm',
|
||||
'celery',
|
||||
]
|
||||
|
Reference in New Issue
Block a user