django aiogram template
1.0.0
git clone https://github.com/ < username > / < repo_name > .git
cd < repo_name >
python3 -m virtualenv venv
source venv/bin/activate
pip install -r requirements.txt
.env
usando o arquivo de modelo env e preencha-o cp .env.template .env
python manage.py migrate
python manage.py runserver
python manage.py runbot