django-empty-users-app 1.0.1

Creator: codyrutscher

Last updated:

Add to Cart

Description:

djangoemptyusersapp 1.0.1

Django Empty Users App
This app can be helpful for migrating to custom user model in existing Django project that already has users in database.
To learn more, please read this:
https://testdriven.io/blog/django-custom-user-model-migration/
I've made an app with 1 empty migration file, so you don't have to create it yourself.
Installation
pip install django-empty-users-app

Usage
Add users to INSTALLED_APPS in your settings.py file.
INSTALLED_APPS = [
...
'users',
...
]

Then run migrations:
python manage.py migrate

After performing migrations in all your environments, you can remove this app from INSTALLED_APPS and delete it from your project.
License
MIT

License

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Customer Reviews

There are no reviews.