Questions Tagged [Admin]
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...
admin may refer to both physical persons or software accounts that are dedicated and privileged to change the system they operate.
Must Read
4,408
questions
0
votes
1
answer
12
views
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 ...
0
votes
0
answers
17
views
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(...
0
votes
0
answers
20
views
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)
...
0
votes
0
answers
30
views
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, ...
0
votes
0
answers
22
views
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 ...
0
votes
0
answers
21
views
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 ...
-2
votes
0
answers
31
views
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 "...
0
votes
1
answer
18
views
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 ...
0
votes
1
answer
25
views
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', ...
0
votes
0
answers
11
views
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 ...
0
votes
0
answers
10
views
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
1
vote
1
answer
30
views
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 ...
1
vote
0
answers
26
views
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....
0
votes
0
answers
14
views
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 ...
-2
votes
0
answers
14
views
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 ...