https://github.com/brianobot/telegram_mini_app_api
https://github.com/brianobot/telegram_mini_app_api
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/brianobot/telegram_mini_app_api
- Owner: brianobot
- Created: 2024-10-15T21:17:49.000Z (9 months ago)
- Default Branch: master
- Last Pushed: 2024-11-16T08:28:49.000Z (8 months ago)
- Last Synced: 2025-01-21T07:12:56.103Z (5 months ago)
- Language: Python
- Size: 1.13 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Start Command
```bash
pip install -r requirements.txt && python3 manage.py migrate && python3 manage.py createcachetable && python3 manage.py collectstatic --noinput
```