↧
Exploring with Cookiecutter
After reading Two Scoops of Django, I decided to explore the cookiecutter app that they recommend. If you haven’t used it, cookiecutter is ” A command-line utility that creates projects from...
View ArticleDeep dive into manage.py
I don’t know about you, but when I started with Django, I wondered about the “manage” script and what it did. But there were too many other things to learn, so I accepted that it worked and moved on,...
View ArticleReturn of pylint
Until last fall I was working in python 2 (due to some limitations at work) and was very happy to have the Syntastic module in my Vim configuration to flag error each time I save a python file. This...
View Article