boxed / django-fastdev

An app to make it safer, faster and more fun to develop in Django
BSD 3-Clause "New" or "Revised" License
169 stars 14 forks source link

Check that the venv and pycache stuff is in .gitignore #15

Closed boxed closed 2 years ago

boxed commented 2 years ago

venv can be a bit tricky, you have to figure out where it it.. maybe ask os for the current interpreter path?

boxed commented 2 years ago

Fixed