Whats Django Adminpanel and how to access it?
-
Hi all
Using Paperless-ngx but never really changed any settings. It just worked great for me out of the box. First thing I did was to create another account and making it superuser. I then erased the auto-created admin account.
Today I was playing around with some settings and realized there is a "Django Adminpanel" which I can't access. Is it because I erased the auto created admin account? How can I get access to it and whats its suppose? Any important settings there?
Thanks a lot and greetings from Germany
Boris -
It's in settings page in the top right. When logged as admin, you will see this:

-
Since you nuked admin user, you can use the web terminal to run django commands.
# cd /app/code/src # python3 manage.py createsuperuser Username (leave blank to use 'root'): Email address: test@cloudron.io Password: Password (again): Superuser created successfully. -
Since you nuked admin user, you can use the web terminal to run django commands.
# cd /app/code/src # python3 manage.py createsuperuser Username (leave blank to use 'root'): Email address: test@cloudron.io Password: Password (again): Superuser created successfully.@girish said in Whats Django Adminpanel and how to access it?:
python3 manage.py createsuperuser
This one worked. Logged in with new account and gave my main account the missing permissions.
Thank you very much
-
N nebulon marked this topic as a question on
-
N nebulon has marked this topic as solved on
Hello! It looks like you're interested in this conversation, but you don't have an account yet.
Getting fed up of having to scroll through the same posts each visit? When you register for an account, you'll always come back to exactly where you were before, and choose to be notified of new replies (either via email, or push notification). You'll also be able to save bookmarks and upvote posts to show your appreciation to other community members.
With your input, this post could be even better 💗
Register Login