Skip to content

djust-org/djust-auth

Repository files navigation

djust-auth (DEPRECATED)

This package is deprecated. All functionality has been folded into the main djust package as of djust v0.5.0. Install djust and import from djust.auth instead.

Installing this package will emit a DeprecationWarning on import and pull in djust as a dependency, so existing code keeps working — but you should migrate.

Migration

Before (v0.x):

pip install djust-auth
from djust_auth import AuthMixin, LoginRequiredMixin

After:

pip install djust
from djust.auth import AuthMixin, LoginRequiredMixin

See MIGRATION.md for the full import mapping.

Why the consolidation?

djust v0.5.0 folded auth, tenants, admin, theming, and components into the core package. One install, one version number, one dependency pin. See the djust MANIFESTO ("Complexity Is the Enemy") and the package consolidation plan for details.

About

No description, website, or topics provided.

Resources

License

Contributing

Security policy

Stars

Watchers

Forks

Packages

 
 
 

Contributors