Create a new superuser
You can easily create a superuser account to access the Django admin site by following these steps, assuming that the projects folder is located at /opt/bitnami/projects.
-
Change to your project folder:
$ cd /opt/bitnami/projects/PROJECT
-
Create a new superuser:
$ python3 manage.py createsuperuser
-
Wait for the prompt and fill the required information to set up a new superuser.