Closed ryaustin closed 11 months ago
Hi Jeff, I forgot to open the PR for you to review.
python-decouple - Personal favorite way to manage secrets in development. OS agnostic: https://pypi.org/project/python-decouple/
ipdb - debugging is a power skill in development. Boost your django developer experience with this powerful shell and pdb replacement: https://pypi.org/project/ipdb/
pytest - for testing, pytest-django to be specific for the additional tools for testing a web app: https://pytest-django.readthedocs.io/en/latest/
coverage - for providing code coverage stats, helping you to discover what tests to write next - https://pypi.org/project/pytest-cov/
This list covers the major additions to the project in this PR.
Hi Jeff, I forgot to open the PR for you to review.
python-decouple - Personal favorite way to manage secrets in development. OS agnostic: https://pypi.org/project/python-decouple/
ipdb - debugging is a power skill in development. Boost your django developer experience with this powerful shell and pdb replacement: https://pypi.org/project/ipdb/
pytest - for testing, pytest-django to be specific for the additional tools for testing a web app: https://pytest-django.readthedocs.io/en/latest/
coverage - for providing code coverage stats, helping you to discover what tests to write next - https://pypi.org/project/pytest-cov/
This list covers the major additions to the project in this PR.