StarterPyth icon indicating copy to clipboard operation
StarterPyth copied to clipboard

Create good skeletons of Python applications

Results 3 StarterPyth issues
Sort by recently updated
recently updated
newest added

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...