Metadata-Version: |
2.1 |
Name: |
django-custom-user |
Version: |
1.1 |
Summary: |
Custom user model for Django with the same behaviour as the default User class but with email instead of username. |
Author: |
Josep Cugat |
Author-Email: |
jcugat[at]gmail.com |
Home-Page: |
https://github.com/jcugat/django-custom-user |
Project-Url: |
Changelog, https://github.com/jcugat/django-custom-user#changelog |
Project-Url: |
Documentation, https://github.com/jcugat/django-custom-user#django-custom-user |
Project-Url: |
Repository, https://github.com/jcugat/django-custom-user |
License: |
BSD-3-Clause |
Keywords: |
django,custom,user,auth,model,email,without,username |
Classifier: |
Development Status :: 5 - Production/Stable |
Classifier: |
Environment :: Web Environment |
Classifier: |
Framework :: Django |
Classifier: |
Intended Audience :: Developers |
Classifier: |
License :: OSI Approved :: BSD License |
Classifier: |
Operating System :: OS Independent |
Classifier: |
Programming Language :: Python |
Classifier: |
Programming Language :: Python :: 3 |
Classifier: |
Programming Language :: Python :: 3.7 |
Classifier: |
Programming Language :: Python :: 3.8 |
Classifier: |
Programming Language :: Python :: 3.9 |
Classifier: |
Programming Language :: Python :: 3.10 |
Classifier: |
Programming Language :: Python :: 3.11 |
Classifier: |
Programming Language :: Python :: 3 |
Classifier: |
Programming Language :: Python :: 3 :: Only |
Classifier: |
Programming Language :: Python :: 3.10 |
Classifier: |
Programming Language :: Python :: 3.7 |
Classifier: |
Programming Language :: Python :: 3.8 |
Classifier: |
Programming Language :: Python :: 3.9 |
Classifier: |
Topic :: Internet :: WWW/HTTP |
Classifier: |
Topic :: Internet :: WWW/HTTP :: Dynamic Content |
Classifier: |
Topic :: Internet :: WWW/HTTP :: WSGI |
Classifier: |
Topic :: Software Development :: Libraries :: Application Frameworks |
Classifier: |
Topic :: Software Development :: Libraries :: Python Modules |
Requires-Python: |
>=3.7,<4.0 |
Requires-Dist: |
Django (>=3.2) |
Requires-Dist: |
mysqlclient (<3.0.0,>=2.1.0); extra == "mysql" |
Requires-Dist: |
psycopg2 (<3.0.0,>=2.9.0); extra == "postgres" |
Provides-Extra: |
mysql |
Provides-Extra: |
postgres |
Description-Content-Type: |
text/x-rst |