iommirocks / iommi

Your first pick for a django power cord
http://iommi.rocks
BSD 3-Clause "New" or "Revised" License
718 stars 47 forks source link

Update Admin class. #390

Closed MickeyM79 closed 1 year ago

MickeyM79 commented 1 year ago

Added current_app arguments to handle namespace in applications. Moved menu definition inside init function to have access to current app_name.

jlubcke commented 1 year ago

The app_name value is already available on the admin parameter sent to the lambda callbacks, so I'll add a change to use that. (Not sure how to juggle github though...)