helper_scripts icon indicating copy to clipboard operation
helper_scripts copied to clipboard

Helper scripts provided to PythonAnywhere users (designed to be run from a PythonAnywhere console)

Results 43 helper_scripts issues
Sort by recently updated
recently updated
newest added

This is possible? I could send a PR to improve that.

cf https://github.com/cfc603/pythonanywhere-wrapper/issues/3

enhancement

add sample code/usage, list all major functionality/scripts

[pa_create_webapp_with_virtualenv.py](https://github.com/pythonanywhere/helper_scripts/blob/master/scripts/pa_create_webapp_with_virtualenv.py#L51) is expecting a `` like the Django script, but it's not `docopt` specified, so a `KeyError` ensues: ``` Traceback (most recent call last): File "scripts/pa_create_webapp_with_virtualenv.py", line 51, in main(arguments[''],...

Like many application (git, django-admin etc) it'd be nice to have a single ```pythonanywhere``` top level command. Then for example: ```pythonanywhere newsite --django=1.11 ``` Another option is to implement ```pythonanywhere...

enhancement

This PR contains the following updates: | Package | Update | Change | |---|---|---| | [importlib-metadata](https://redirect.github.com/python/importlib_metadata) | minor | `==8.0.0` -> `==8.5.0` | --- ### Release Notes python/importlib_metadata (importlib-metadata) ###...

renovate

This PR contains the following updates: | Package | Update | Change | |---|---|---| | [pytest](https://redirect.github.com/pytest-dev/pytest) ([changelog](https://docs.pytest.org/en/stable/changelog.html)) | minor | `==8.2.2` -> `==8.3.3` | --- ### Release Notes pytest-dev/pytest (pytest)...

renovate