admin may refer to both physical persons or software accounts that are dedicated and privileged to change the system they operate.
4,408 questions
- Bountied 0
- Unanswered
- Frequent
- Score
- Unanswered (my tags)
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 ... installation configuration admin slurm
Jamie Mair
- 176
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(... python django filter range admin
user1315621
- 2,548
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) ... python django forms foreign-keys admin
user1315621
- 2,548
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, ... javascript node.js reactjs admin react-admin
Kezzya
- 1
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 ... java hyperledger-fabric admin
user1850484
- 376
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 ... python django admin uwsgi
user1315621
- 2,548
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 "... javascript php html mysqli admin
leo wlo
- 7
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 ... django email admin
Tauqeer Afzal
- 1
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', ... django email admin
James
- 93
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 ... wordpress admin panel roles
ishitech Moga
- 9
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 sharepoint admin
sysmadmin
- 1
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 ... javascript html css admin
Aditya Suherman
- 11
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.... azure oauth admin
Jesus M
- 11
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 ... python django search parent-child admin
js4242
- 1
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 ... macos filesystems admin group
Simone Campagna
- 936
153050per page