Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cleaning up django settings files #353

Open
twinkarma opened this issue Apr 27, 2023 · 0 comments
Open

Cleaning up django settings files #353

twinkarma opened this issue Apr 27, 2023 · 0 comments
Labels
enhancement New feature or request

Comments

@twinkarma
Copy link
Collaborator

twinkarma commented Apr 27, 2023

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?
@twinkarma twinkarma added the enhancement New feature or request label Apr 27, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant