Skip to content

djust-org/djust-admin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

djust-admin (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.admin_ext 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-admin
from djust_admin import DjustAdminSite, DjustModelAdmin, register

After:

pip install djust
from djust.admin_ext import DjustAdminSite, DjustModelAdmin, register

Note: the subpackage is named admin_ext (not admin) inside djust core to avoid clashing with django.contrib.admin.

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

Admin interface and management tools for djust applications

Resources

Stars

Watchers

Forks

Packages

 
 
 

Contributors