Re: Help on Creating a Superuser account on render.

2024-04-06 Thread Aniket Raj Singh
So you have used render to host your application, you might have connected an external database (postgreSQL or any other) you might have used the environment setup to set the database up with the postgreSQL hosted either on render itself or on a different server, just connect the database with

Help on Creating a Superuser account on render.

2024-04-06 Thread ALINDA Fortunate
Hello I have successfully a django project on render but i have failed to access the admin panel Any idea on how to create a superuser account on a free tier of render Below is my build.sh file #!/usr/bin/env bash # Exit on error set -o errexit # Modify this line as needed for your package