| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| README.md | 2022-09-15 | 300 Bytes | |
| Separate django app and bot handlers logic source code.tar.gz | 2022-09-15 | 114.9 kB | |
| Separate django app and bot handlers logic source code.zip | 2022-09-15 | 135.7 kB | |
| Totals: 3 Items | 250.9 kB | 0 | |
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