Skip to content

ohahlev/ahlev-django-auth-rename

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DJANGO AUTH RENAME APPLICATION

pypi status

This django application is used to rename the application label of django.contrib.auth from

Authentication And Authorization

to

User Management

prerequisites

The instructions below assume that you have a django project already set up; and a python virtual environment already installed and activated.

install from this repository

clone

git clone https://github.com/ohahlev/ahlev-django-auth-rename.git

go to directory ahlev-django-auth-rename

cd ahlev-django-auth-rename

create installer package

make package

install package

Let's say ahlev-django-auth-rename directory is in the same level as the project directory.

cd into project directory

cd ../my_project_dir

install ahlev-django-auth-rename from the project directory

pip install ../ahlev-django-auth-rename/dist/ahlev-django-auth-rename-0.0.1.tar.gz

install from pypi

ahlev-django-auth-rename

project configuration

update settings.py as the following

INSTALLED_APPS = [
    'auth_rename', # add this line, and comment the below
    #'django.contrib.auth', 
]

screenshots

backend: user management

About

to rename authentication and authorization

Resources

License

Stars

Watchers

Forks

Packages

No packages published