Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/marse11e/djangoadmin_for_aiogrambot
https://github.com/marse11e/djangoadmin_for_aiogrambot
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/marse11e/djangoadmin_for_aiogrambot
- Owner: marse11e
- Created: 2023-03-07T19:16:52.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2023-03-07T20:25:44.000Z (almost 2 years ago)
- Last Synced: 2024-02-28T17:46:55.636Z (10 months ago)
- Language: JavaScript
- Size: 2.76 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# DjangoAdmin_for_AiogramBot
BASE DIR/aviato/management/commands/config.py
API_TOKEN = 'TOKEN от самого бота'
admins = [Айди администраторов] => int
Требовании для запуска:
1. virtualenv venv
2. source /home/marselle/Lessons/Django/Bot_admin/venv/bin/activate
3. pip install -r requirements.txt
4. python3 manage.py makemigrations
5. python3 manage.py migrate
Run Django: ```python3 manage.py runserver```
Run Bot: ```python3 manage.py Bot```
![image](https://user-images.githubusercontent.com/101027445/223530380-18c04331-d919-4447-af28-e25ac214ce98.png)