Re: Hola comunidad django, soy nueva

2024-06-23 Thread Gabriel Soler
Hola, soy bastante nuevo también. Debug true significa que te va a decir que problemas tiene tu código al hacer runserver. Eso es normal y es bueno hasta que lo publicas. La segunda parte tiene que ver con que cambiaste en urls.py. ahí tienes que registrar el admin y alguna página. Como lo

Re: Help deploying to vercel

2024-06-23 Thread Gabriel Soler
Hi, I am curious how do you deploy on a function base system with Django, when you need to much to access the manage.py? How do you deploy in vercel? Does it have a way to reach the command line? Gabriel On Friday 14 June 2024 at 15:17:34 UTC+2 Augusto Domingos wrote: > Hey, sorry for the

Heroku testing

2024-06-23 Thread Gabriel Soler
Dear all I am doing my first deployment and using heroku. I am using the eco tier and connected a postgres database. When I try to run tests with heroku CLI it tells me I am not allowed to create a database. As Django creates a database and destroys it after, I wonder how you have solved this