Skip to content
Snippets Groups Projects

uwsgi-python: use py3-compatible timer version

Merged Lars Beckers requested to merge py3-timer into master
1 file
+ 2
2
Compare changes
  • Side-by-side
  • Inline
@@ -5,7 +5,7 @@ app_user: timer
app_group: timer
app_home: /var/www/timer
app_path: /var/www/timer
app_python_version: 2
app_python_version: 3
app_venv: /var/www/timer/venv/
app_program: timer.py
app_callable: app
@@ -22,7 +22,7 @@ app_db_type: ''
app_additional_software: []
app_deploy_key: ''
app_git_url: 'https://github.com/orithena/timer-impress.git'
app_git_url: 'https://github.com/YSelfTool/timer-impress.git'
app_git_version: HEAD
app_requirements_file: requirements.txt
Loading