Skip to content

malikovss/django-aiogram

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Django/Aiogram template

Steps

  • Click Use this template
  • Copy .env.example to .env and change variables to yours
  • Create virtual environment and install requirements
  • Run python manage.py migrate
  • Create super user python manage.py createsuperuser
  • To run the bot in development run python manage.py runbot and uvicorn main.asgi:application
  • To run the bot in production just run uvicorn main.asgi:application

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages