A Django Management Command to rename existing Django Applications.
Project description
django-rename-app
A Django Management Command to rename existing Django Applications.
Installation
pip install django-rename-app.
Add to your Django settings.py INSTALLED_APPS:
INSTALLED_APPS = [
...
'django_rename_app',
...
]
Usage
python manage.py rename_app <old_app_name> <new_app_name>
For full detailed instructions see https://odwyer.software/blog/how-to-rename-an-existing-django-application
Release History
0.1.1 (2020-06-01)
- Documentation updates.
0.1.0 (2020-06-01)
- Initial release.
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file django_rename_app-0.1.1.tar.gz.
File metadata
- Download URL: django_rename_app-0.1.1.tar.gz
- Upload date:
- Size: 3.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.2.0 requests-toolbelt/0.9.1 tqdm/4.41.1 CPython/3.8.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
c6e2ffed334ca0aa1b4ed1248179256a4ad32d347919d1e930266975708a24a8
|
|
| MD5 |
2d71ae8e3d906f45e90568ed475bc0fa
|
|
| BLAKE2b-256 |
018a719cf375b0cd234dedde0fac72f6cd0d7a905c6c9154f2e58a1fbd44bffa
|
File details
Details for the file django_rename_app-0.1.1-py2.py3-none-any.whl.
File metadata
- Download URL: django_rename_app-0.1.1-py2.py3-none-any.whl
- Upload date:
- Size: 7.2 kB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.2.0 requests-toolbelt/0.9.1 tqdm/4.41.1 CPython/3.8.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
0579c70c1a1a9a18f235bae5f7b5ab882d1ec65626444bd3ced03a36a982c85e
|
|
| MD5 |
c3dba68c813e097f6ae77b64a956305d
|
|
| BLAKE2b-256 |
5397b48d55369ac447ce13e3be032e82c7e0d6b894a89582a738f368259533a4
|