This website requires JavaScript.
Explore
Help
Register
Sign In
templates
/
backend-python
Watch
1
Star
0
Fork
0
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
Files
c0724dc29156676977ac502a4056d7c473077443
backend-python
/
template
/
backend
/
src
T
History
hh
c0724dc291
Initial template
2026-09-08 19:17:12 +02:00
..
{% if 'aiogram_bot' in backend_services %}bot{% endif %}
Initial template
2026-09-08 19:17:12 +02:00
{% if 'api' in backend_services %}api{% endif %}
Initial template
2026-09-08 19:17:12 +02:00
{% if 'kurigram_userbot' in backend_services %}userbot{% endif %}
Initial template
2026-09-08 19:17:12 +02:00
{% if 'scheduler' in backend_services and 'taskiq_worker' not in backend_services %}scheduler{% endif %}
Initial template
2026-09-08 19:17:12 +02:00
{% if 'taskiq_worker' in backend_services %}worker{% endif %}
Initial template
2026-09-08 19:17:12 +02:00
{% if use_dishka %}dependencies{% endif %}
Initial template
2026-09-08 19:17:12 +02:00
utils
Initial template
2026-09-08 19:17:12 +02:00