odwyersoftware / django-rename-app

A Django Management Command to rename existing Django Applications.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

django-rename-app

A Django Management Command to rename existing Django Applications.

PyPI version

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

About

A Django Management Command to rename existing Django Applications.

License:Apache License 2.0


Languages

Language:Python 100.0%