Ignore one folder locally without changing project’s or global .gitignore

I like to keep scrapbook code snippets in the project folder structure, they are connected to the project and keeping them in the home documents or somewhere else would require me to include this folder in the IDE project files. These scrapbook code snippets are for me alone, no need …

Smoke test Django Admin views

Having tests is awesome, having to maintain an extensive test suite is painful, so every once in a while I try to ease that pain with normalization, standardization and automation — even in test generation. I love @pytest.mark.parametrize for the possibilities it gives me in that area. Testing Admin Views …

Back to Top