<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[Whats Django Adminpanel and how to access it?]]></title><description><![CDATA[<p dir="auto">Hi all</p>
<p dir="auto">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.</p>
<p dir="auto">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?</p>
<p dir="auto">Thanks a lot and greetings from Germany<br />
Boris</p>
]]></description><link>https://forum.cloudron.io/topic/9722/whats-django-adminpanel-and-how-to-access-it</link><generator>RSS for Node</generator><lastBuildDate>Sat, 18 Apr 2026 16:12:49 GMT</lastBuildDate><atom:link href="https://forum.cloudron.io/topic/9722.rss" rel="self" type="application/rss+xml"/><pubDate>Thu, 27 Jul 2023 08:17:57 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Whats Django Adminpanel and how to access it? on Thu, 27 Jul 2023 08:54:23 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/girish" aria-label="Profile: girish">@<bdi>girish</bdi></a> said in <a href="/post/70973">Whats Django Adminpanel and how to access it?</a>:</p>
<blockquote>
<p dir="auto">python3 <a href="http://manage.py" target="_blank" rel="noopener noreferrer nofollow ugc">manage.py</a> createsuperuser</p>
</blockquote>
<p dir="auto">This one worked. Logged in with new account and gave my main account the missing permissions.</p>
<p dir="auto">Thank you very much</p>
]]></description><link>https://forum.cloudron.io/post/70975</link><guid isPermaLink="true">https://forum.cloudron.io/post/70975</guid><dc:creator><![CDATA[Stardenver]]></dc:creator><pubDate>Thu, 27 Jul 2023 08:54:23 GMT</pubDate></item><item><title><![CDATA[Reply to Whats Django Adminpanel and how to access it? on Thu, 27 Jul 2023 08:48:47 GMT]]></title><description><![CDATA[<p dir="auto">Since you nuked admin user, you can use the <a href="https://docs.cloudron.io/apps/#web-terminal" target="_blank" rel="noopener noreferrer nofollow ugc">web terminal</a> to run django commands.</p>
<pre><code># 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.
</code></pre>
]]></description><link>https://forum.cloudron.io/post/70973</link><guid isPermaLink="true">https://forum.cloudron.io/post/70973</guid><dc:creator><![CDATA[girish]]></dc:creator><pubDate>Thu, 27 Jul 2023 08:48:47 GMT</pubDate></item><item><title><![CDATA[Reply to Whats Django Adminpanel and how to access it? on Thu, 27 Jul 2023 08:44:56 GMT]]></title><description><![CDATA[<p dir="auto">It's in settings page in the top right. When logged as admin, you will see this:</p>
<p dir="auto"><img src="/assets/uploads/files/1690447475320-9399e14d-8fd8-4bc7-a272-1967c083896d-image-resized.png" alt="image.png" class=" img-fluid img-markdown" /></p>
]]></description><link>https://forum.cloudron.io/post/70971</link><guid isPermaLink="true">https://forum.cloudron.io/post/70971</guid><dc:creator><![CDATA[girish]]></dc:creator><pubDate>Thu, 27 Jul 2023 08:44:56 GMT</pubDate></item></channel></rss>