├── admin.py
├── apps.py
├── __init__.py
├── migrations
│ ├── 0001_initial.py
│ ├── 0002_messagetemplate.py
│ ├── 0003_auto_20180608_1917.py
│ ├── 0004_auto_20180608_1920.py
│ ├── 0005_auto_20180608_2056.py
│ └── __init__.py
├── models
│ ├── common.py
│ ├── __init__.py
│ └── templates.py
├── tests.py
├── tg.py
├── urls
│ ├── common.py
│ └── __init__.py
└── views
├── __init__.py
├── messaging.py
└── tg.py
├── tg.py
работает└── views
└── tg.py
— нет