Top "Admin" questions

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

Unable log in to the django admin page with a valid username and password

I can’t log in to the django admin page. When I enter a valid username and password, it just …

python django login admin mod-wsgi
Apache 2 Administration Tools on Ubuntu or Windows

I am totally new to Apache and Ubuntu, is there an admin tools where the available functions and features and …

apache apache2 sysadmin admin
Websphere admin console not working

I have trouble opening the admin console for the websphere server. The server is up and running though, the application …

java console websphere admin rad
Get Local Admin Accounts on every computer in OU

I am trying to get a list of all user accounts in the administrators group on their respected machines, of …

powershell active-directory admin administrator ou
Query my block size oracle

Is there a way I can tell the block size of my Oracle database if I don't have access to …

oracle storage admin
Separate Admin and Front in codeigniter

What is the best way to separate admin and front-end for a website in codeigniter where as I was to …

codeigniter admin frontend
A powerful management tool for MySQL with similar features to SQL Server Management studio

I am currently working with a developer who is experienced at Ms-SQL, but not much at MySQL. He has been …

mysql sql-server database admin mysql-management
How to check if currently in Wordpress Admin?

I am creating my first plugin and have a single function that controls the output. This function has different output …

wordpress admin
Replace textarea with rich text editor in Django Admin?

I would like to know the best way to replace a standard textarea field with a rich text editor in …

python django admin
Limit foreign key choices in select in an inline form in admin

The logic is of the model is: A Building has many Rooms A Room may be inside another Room (a …

django foreign-keys inline limit admin