mirror of
https://github.com/bookwyrm-social/bookwyrm.git
synced 2025-01-19 13:45:26 +00:00
Merge pull request #355 from cincodenada/rename-app
Add rename_app command and use it
This commit is contained in:
commit
f1bec14213
3 changed files with 3 additions and 0 deletions
|
@ -40,6 +40,7 @@ INSTALLED_APPS = [
|
||||||
'django.contrib.messages',
|
'django.contrib.messages',
|
||||||
'django.contrib.staticfiles',
|
'django.contrib.staticfiles',
|
||||||
'django.contrib.humanize',
|
'django.contrib.humanize',
|
||||||
|
'django_rename_app',
|
||||||
'bookwyrm',
|
'bookwyrm',
|
||||||
'celery',
|
'celery',
|
||||||
]
|
]
|
||||||
|
|
1
bw-dev
1
bw-dev
|
@ -60,6 +60,7 @@ case "$1" in
|
||||||
execweb python manage.py makemigrations
|
execweb python manage.py makemigrations
|
||||||
;;
|
;;
|
||||||
migrate)
|
migrate)
|
||||||
|
execweb python manage.py rename_app fedireads bookwyrm
|
||||||
execweb python manage.py migrate
|
execweb python manage.py migrate
|
||||||
;;
|
;;
|
||||||
bash)
|
bash)
|
||||||
|
|
|
@ -14,3 +14,4 @@ python-dateutil==2.8.1
|
||||||
redis==3.4.1
|
redis==3.4.1
|
||||||
requests==2.22.0
|
requests==2.22.0
|
||||||
responses==0.10.14
|
responses==0.10.14
|
||||||
|
django-rename-app==0.1.2
|
||||||
|
|
Loading…
Reference in a new issue