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:
parent
dfc9262876
commit
1d0c0ae5c5
3 changed files with 3 additions and 0 deletions
|
@ -40,6 +40,7 @@ INSTALLED_APPS = [
|
|||
'django.contrib.messages',
|
||||
'django.contrib.staticfiles',
|
||||
'django.contrib.humanize',
|
||||
'django_rename_app',
|
||||
'bookwyrm',
|
||||
'celery',
|
||||
]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue