Ask Question

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

4,408 questions

0votes1answer12views

SLURM controller not being able to connect to workers and state is set as UNKNOWN

I am trying to setup a small cluster, managed with SLURM. The controller is also a compute node. The config in /etc/slurm/slurm.conf is: NodeName=controller,node[01-02] RealMemory=250000 Sockets=1 ... user avatar Jamie Mair

  • 176
0votes0answers17views

Django admin: filter by min and max value

I would like to add a filter to my Django admin to filter based on a floating point with range in [0, 1]. Consider the following model: class Color(models.Model): label = models.CharField(... user avatar user1315621

  • 2,548
0votes0answers20views

Django nested forms for foreign keys

I have the following Django models: class Color(models.Model): label = models.CharField(max_length=255, unique=True) class ColorAnnotation(models.Model): color = models.ForeignKey(Color) ... user avatar user1315621

  • 2,548
0votes0answers30views

How to add an admin panel to a react project?

I need to create a way for a person without programming skills to add news to the site, the site is already ready, but I am looking for technologies to add an admin panel. I learned about react-admin, ... user avatar Kezzya

  • 1
0votes0answers22views

Cannot enroll admin in Hyperledger Fabric using Java Error Caused by: javax.net.ssl.SSLException: Unsupported or unrecognized SSL message

I want to enroll the Admin and store the certificate in the wallet folder. I have initialized the ca server. # fabric-ca-server init Next, I have started the ca server successfully. Now, I want to ... user avatar user1850484

  • 376
0votes0answers21views

Django admin broken template when using uwsgi

When I start my application using python3 manage.py run server 0.0.0.0:8000 I can access Django admin just fine. However, when I run it using uwsgi the Django admin template is broken. The application ... user avatar user1315621

  • 2,548
-2votes0answers31views

PHP admin side error during login, but user working fine [closed]

if I was logging in, there was an error in the admin side but my path was correct, and if I was logging in the user account it's working perfectly fine. the path when I login in the user was "... user avatar leo wlo

  • 7
0votes1answer18views

How to use multiple SMTP in django_mail_admin (Gmail & Outlook)

We are using django_mail_admin in our project to send and receive emails. Our requirement is to send email on both accounts Gmail and Outlook. 1- Gmail Account will send E-mail to Gmail account using ... user avatar Tauqeer Afzal

  • 1
0votes1answer25views

How can I get Django to send error emails on status codes above 500?

I have migrated an old codebase to a new server and am now running Django 4.0.5. I can send emails from the shell as follows: from django.core.mail import mail_admins mail_admins(subject='test', ... user avatar James

  • 93
0votes0answers11views

Wordpress Editor role users cant use Admin panel menu items

I had developed a plugin for crud operation, that plugin is shown in Admin panel of Wordpress ( when i login as admin). but when ever I login as editor, or any role, plugin's menu( which i have ... user avatar ishitech Moga

  • 9
0votes0answers10views

SharePoint site doesn't have Teams integration

please see my screenshot - this default site that was created for us is the one I want to appear in Teams, however I can't figure out how to enable Teams for it. Any help please? Screenshot user avatar sysmadmin

  • 1
1vote1answer30views

How to use admin dashboard? [closed]

I downloaded the movie web theme from Themeforest.net, and I also downloaded the admin dashboard. Question: How do I upload the latest movies to the website? [This is the website, and I downloaded it ... user avatar Aditya Suherman

  • 11
1vote0answers26views

Admin Approval screen

I am building an app that uses oauth with Azure; When I log in with my personal account, I can log in without any problem, however, when I want to use my university account, it asks for admin approval.... user avatar Jesus M

  • 11
0votes0answers14views

When searching for a child node in django admin, would like it to also display the parent org

The image below shows a django admin search page where the parent is authors and the child nodes are books. Currently, when searching for a book in the search box it will only display the book. I ... user avatar js4242

  • 1
-2votes0answers14views

MacOS Recover the admin group accidentally deleted

today i wrongly execute the following command: sudo dseditgroup -o delete -a daemon -t user admin thinking that this will delete the daemon from the admin group but instead i delete the whole admin ... user avatar Simone Campagna

  • 936

153050per page

1 2 3 4 5294