Skip to content

Separate django app and bot handlers logic

Compare
Choose a tag to compare
@shamaevnn shamaevnn released this 15 Sep 15:53
· 20 commits to main since this release
424a8d8

Before:

  • tgbot handlers are messed with django tgbot app

After:

  • tgbot is a separate folder, which contains logic only about bot, not about users, views, models and so on
  • separated dispatcher and system_commands which are displayed in the main menu
  • created new django app users