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
A lot of changes has been made to how the app (django settings) is configured and now we've moved to mainly use environment variables rather putting values settings files themselves. It would be good to check whether some values are now redundant e.g.
database settings in deployment.py?
test.py is now just blank (but maybe useful to just leave it in case something needs to be added in the future)
Can we use the same settings for docker and non-docker?
What else?
The text was updated successfully, but these errors were encountered:
A lot of changes has been made to how the app (django settings) is configured and now we've moved to mainly use environment variables rather putting values settings files themselves. It would be good to check whether some values are now redundant e.g.
deployment.py
?test.py
is now just blank (but maybe useful to just leave it in case something needs to be added in the future)The text was updated successfully, but these errors were encountered: