DATABASE_URL missing
Project id: 4f0fc161-46d1-43d8-8755-ed4c3ba94e92/service/bf2faa32-b938-49c1-b00a-0fa3b5b60384
I am deploying a Djano app.
My Procfile is:
In my settings.py file I have:
The error I am getting is
In my app I have the DATABASE_URL var set but it looks like it is missing in this process.
Ideas?
5 Replies
Project ID:
4f0fc161-46d1-43d8-8755-ed4c3ba94e92,bf2faa32-b938-49c1-b00a-0fa3b5b60384
Locally running
Without specifying DATABASE_URL results in the same error
Nvm, i guess the behavior for setting ENV vars changed. We're good
what was the final solution?
Solution
I had to press the "deploy" button that shows up in the project pane
well yeah that would do it