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
Separating settings allows for easy handling of configurations based on the environment e.g. SQLite database connection in development and Postgres in production.
The text was updated successfully, but these errors were encountered:
Separating settings allows for easy handling of configurations based on the environment e.g. SQLite database connection in development and Postgres in production.
Yes, thank you for creating this issue @hamaMk . I want us to think about the best approach to do this, do you have any suggestions?
Yes first of all we replace the standard settings file with a module, then we create a base.py file that will contain common settings. We can now go on to create two more files dev.py and prod.py that will extend base.py. Voila.
Understood @hamaMk , please work on it and make a PR once you're done
Yes first of all we replace the standard settings file with a module, then we create a base.py file that will contain common settings. We can now go on to create two more files dev.py and prod.py that will extend base.py. Voila.
Separating settings allows for easy handling of configurations based on the environment e.g. SQLite database connection in development and Postgres in production.
The text was updated successfully, but these errors were encountered: