Closed bkeepers closed 6 years ago
Bootstrap:
.python-version
=> Use pyenv
for to install Pythonrequirements.txt
=> Use pip
to install dependenciesPipfile
=> Use pipenv
to install dependenciesServer:
manage.py
=> This project might be Django: python manage.py runserver
Test:
manage.py
=> This project might be Django: python manage.py test
pytest.ini
=> Call pytest
to run tests instead?Console:
manage.py
=> This project might be Django: python manage.py shell
I'd love to have python support so someone could clone a typical Django project and run
strappy bootstrap
,strappy server
,strappy test
, andstrappy console
and have the project running without any further knowledge of Python.See the docs for more info on defining new languages & frameworks.