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
{{ message }}
This repository has been archived by the owner on Jan 30, 2023. It is now read-only.
I would like to have different settings for development and production.
We shoud have a basic settings file and variants for production, development and staging.
put settings in a package (folder)
have sub modules base, develop, production
manage.py defaults to develop
wsgi and asgi default to production
the heroku proc script uses production to prepare db etc.
For development and unit tests it seems much easier for me to user sqlite database. Don't know how to use autogenerated test-db with postgres.
Unfortunately the current model doesn't support sqlite. Will add another issue for that..
The text was updated successfully, but these errors were encountered:
I would like to have different settings for development and production.
We shoud have a basic settings file and variants for production, development and staging.
For development and unit tests it seems much easier for me to user sqlite database. Don't know how to use autogenerated test-db with postgres.
Unfortunately the current model doesn't support sqlite. Will add another issue for that..
The text was updated successfully, but these errors were encountered: