I'm very new on django and I want to ask just a simple question: in the developing phase, I can easily access to the admin page of django. I'm wondering if this is still possible to do when the website will be uploaded.
I'm sorry for the trivial question, hope you will help me.
CodePudding user response:
Yes you can access it. You can also create superusers in production. However, it's not recommended and normally we change /admin/ for another URL (mainly for safety reasons).