You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Django headers are needed only when we are deploying to service like Heroku.
Suggestions - there can be a variable in cookie-cutter config to ask if heroku scripts are needed and based on that we can alter the variable.
or
We can have these variables to be picked from .env and In .env.sample we can define in comments when this need to be set to True of False.
To start off, Django settings should be disabled if using Ansible (+ controllable with .env, would be nice to have), later can we can have an explicit choice b/w Heroku and AWS.
Subsequently, we would be dropping support of Heroku.
Currently it returns, see duplicates for:
The text was updated successfully, but these errors were encountered: