Top "Admin" questions

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

Django admin list_display short_description

In django admin, If we define an element for list_display we can assign short_description for that field as …

django admin short
How to access the admin section of Spree in production?

I have followed the Spree instructions for setting up, and I got it working in development mode. I deployed with …

ruby-on-rails admin spree
Prestashop 1.7 /admin error 500

I just installed PrestaShop 1.7.2.0 and I'm getting error 500 when I'm trying to access /admin. My admin folder on FTP is …

prestashop admin prestashop-1.7
What is the "admin" database in mongodb?

I was practicing ont mongodb documentation : https://docs.mongodb.com/manual/tutorial/enable-authentication/ and I can't figure out if the "…

mongodb admin
ActiveAdmin Alternatives

I have been using the pretty looking active admin recently and ran in to some issues happening across my application …

ruby-on-rails ruby-on-rails-3.1 admin administrator activeadmin
SAS script to list all SAS server users from metadata

I need a way to import a list of all SAS users from SAS metadata into an Excel worksheet. I …

excel sas admin administration sas-metadata
Django Apache/mod_python Admin CSS not appearing with admin tables

I have Windows XP/Django/apache/mod_python working on localhost. All parts are working with the exception of the …

windows django apache admin mod-python
Sonata Admin Bundle: possible to add a child admin object that can have different parents?

I'm using doctrine inheritance mapping to enable various objects to be linked to a comment entity. This is achieved through …

php symfony admin symfony-sonata sonata-admin
How to extend django admin view?

i want to display additional sidebar in my django admin index. I have created templates/admin/index.html and it …

django django-admin django-views admin overwrite
Does DropWizard natively support scheduled tasks?

DropWizard allows you to define administrative tasks and execute them remotely by hitting a URL. DropWizard apps also have a …

java admin quartz-scheduler scheduling dropwizard