mirror of
https://github.com/kennethreitz-archive/reflog.git
synced 2026-06-17 22:10:58 +00:00
12 lines
160 B
INI
12 lines
160 B
INI
[wsgi]
|
|
entrypoint = dashboard:app
|
|
requirements = reqs.txt
|
|
|
|
[checkout]
|
|
directory_name = dashboard
|
|
|
|
[services]
|
|
redis = true
|
|
|
|
[cron]
|
|
./manage.py sync = */5 * * * * |