ohld / django-telegram-bot

My sexy Django + python-telegram-bot + Celery + Redis + Postgres + Dokku + GitHub Actions template
https://t.me/ffmemesbot
Apache License 2.0
691 stars 170 forks source link

What are dtb and tgbot folders? #21

Closed epogrebnyak closed 3 years ago

epogrebnyak commented 3 years ago

Really a beginner question, could use some guidance. Both seem like a Django app.

ohld commented 3 years ago

dtb (stands for "django telegram bot") is the main Django folder e.g. where settings.py is located. tgbot is the Django app where all handlers are.