jsocol / django-adminplus

Easily add custom views to the Django admin.
BSD 3-Clause "New" or "Revised" License
591 stars 79 forks source link

Rename the module to django_adminplus #74

Open jsocol opened 11 months ago

jsocol commented 11 months ago

Similar to https://github.com/jsocol/django-ratelimit/issues/214, in the year of the Barbie movie 2023, it would be good behavior with neighbors to rename the module from adminplus to django_adminplus. This won't change the name of the package for the purposes of PyPI, but will change the import path from import adminplus to import django_adminplus. Namespacing the package this way plays more nicely with other packaging ecosystems