File tree Expand file tree Collapse file tree 1 file changed +27
-0
lines changed
Expand file tree Collapse file tree 1 file changed +27
-0
lines changed Original file line number Diff line number Diff line change 1+ # Legacy scripts
2+
3+ We still provide separate scripts for specific actions that are now all integrated
4+ into unified ` pa ` cli tool. We will keep them available for people who rely on them in
5+ their workflow, but we plan to drop them when we release 1.0.
6+
7+ There are scripts provided for dealing with web apps:
8+
9+ * [ pa_autoconfigure_django.py] ( https://github.com/pythonanywhere/helper_scripts/blob/master/scripts/pa_autoconfigure_django.py )
10+ * [ pa_create_webapp_with_virtualenv.py] ( https://github.com/pythonanywhere/helper_scripts/blob/master/scripts/pa_create_webapp_with_virtualenv.py )
11+ * [ pa_delete_webapp_logs.py] ( https://github.com/pythonanywhere/helper_scripts/blob/master/scripts/pa_delete_webapp_logs.py )
12+ * [ pa_install_webapp_letsencrypt_ssl.py] ( https://github.com/pythonanywhere/helper_scripts/blob/master/scripts/pa_install_webapp_letsencrypt_ssl.py )
13+ * [ pa_install_webapp_ssl.py] ( https://github.com/pythonanywhere/helper_scripts/blob/master/scripts/pa_install_webapp_ssl.py )
14+ * [ pa_reload_webapp.py] ( https://github.com/pythonanywhere/helper_scripts/blob/master/scripts/pa_reload_webapp.py )
15+ * [ pa_start_django_webapp_with_virtualenv.py] ( https://github.com/pythonanywhere/helper_scripts/blob/master/scripts/pa_start_django_webapp_with_virtualenv.py )
16+
17+ and scheduled tasks:
18+
19+ * [ pa_create_scheduled_task.py] ( https://github.com/pythonanywhere/helper_scripts/blob/master/scripts/pa_create_scheduled_task.py )
20+ * [ pa_delete_scheduled_task.py] ( https://github.com/pythonanywhere/helper_scripts/blob/master/scripts/pa_delete_scheduled_task.py )
21+ * [ pa_get_scheduled_tasks_list.py] ( https://github.com/pythonanywhere/helper_scripts/blob/master/scripts/pa_get_scheduled_tasks_list.py )
22+ * [ pa_get_scheduled_task_specs.py] ( https://github.com/pythonanywhere/helper_scripts/blob/master/scripts/pa_get_scheduled_task_specs.py )
23+ * [ pa_update_scheduled_task.py] ( https://github.com/pythonanywhere/helper_scripts/blob/master/scripts/pa_update_scheduled_task.py )
24+
25+ Run any of them with ` --help ` flag to get information about usage.
26+
27+ See the [ blog post] ( https://blog.pythonanywhere.com/155/ ) about how it all started.
You can’t perform that action at this time.
0 commit comments