StarterPyth
StarterPyth copied to clipboard
Create good skeletons of Python applications
sfood and pstats are not PyPI packages, so installing with extra `all` fails.
Generated code gives `ImportError: cannot import name 'LaxOptionParser'` because this parser is CommandParser since Django 1.8 More info at https://github.com/jazzband/django-configurations/issues/65
A new project gives the following code: ``` """ Define a main() function, allowing you to manage your Django project. """__author__ = 'Benjamin' ``` Need a \n before ___author to...