Nick Cannariato
Nick Cannariato
There's nothing specifically wrong with our current .gitignore, but given that the project is geared to new contributors and also that a potential move to a frontend JS framework could...
Now that the requirements files are split up in #37 and the local dev environment has been simplified, we can now add a detailed and welcoming contribution guide. This absorbs...
Our previous approach to dependencies was creating a high barrier to entry for new contributors (and new Pythonistas/Djangonauts) since it required them to have a production environment installed locally just...
The current way we're managing dependencies in our `requirements.txt` file is creating some issues since it requires all contributors to have a production environment ready locally before they can get...
The `read_env` documentation currently states: > If not given a path to a dotenv path, does filthy magic stack backtracking to find manage.py and then find the dotenv. Based on...
_This is a tracking PR. All work on this project should branch off of this PR and be merged into it until the project is complete_ --- ### Background When...