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 issue. I saw in a Ruby section the possibility of having a Dyno dB only for testing but couldn't find it. Another option seems to connect to the current database with some risks. A third option is to have a custom test database on its own. I don't know how to do this in Django form, please help :) Gabriel
-- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group and stop receiving emails from it, send an email to django-users+unsubscr...@googlegroups.com. To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/a9265616-ef64-4dbf-ab89-2599cbd1cdf8n%40googlegroups.com.