namukun6201
How to use Railway postgre
ok. When i developed my project at local, i use python manage.py createsuperuser to create an admin account and used it with django administration page. So i want to know how i do the similar after i deploy, i mean is there a command or terminal for me to use manage.py createsuperuser? i deploy my project with django, i am also using postgre on railway
32 replies
Bad request(400)
should i change like this ALLOWED_HOSTS = ['0.0.0.0',
'https://capstoneproject-production-3b77.up.railway.app/'] ?
20 replies