Top "Admin" questions

admin may refer to both physical persons or software accounts that are dedicated and privileged to change the system they operate.

How to hide Admin Menu (backend) in Joomla 3?

How to hide 'System > Control Panel', 'Components', 'Help' these 3 menu items in joomla3? Sorry not enough reputation to post …

joomla content-management-system admin controlpanel
Testing custom admin actions in django

I'm new to django and I'm having trouble testing custom actions(e.g actions=['mark_as_read']) that are in …

django testing request action admin
PyCharm "Can't get remote credentials for deployment server"

After config remote interpreter and deployment I got the following error when PyCharm trying to install libs from requirements.txt …

pycharm admin jetbrains-ide
Sonata admin - child admin class

I have an Order entity, which can have multiple LineItem entities associated. I've created an Admin class for Order and …

symfony admin symfony-sonata sonata-admin