CarlosLugones / ptb-django-cookiecutter

A simple cookiecutter to create Python Telegram bots, wrapped with Django.
https://ptb-django-cookiecutter.readthedocs.io/en/latest/
BSD 3-Clause "New" or "Revised" License
25 stars 10 forks source link

add database documentation and fix dev.py route #6

Closed ragnarok22 closed 3 years ago

ragnarok22 commented 3 years ago

before running the bot for the first time you must carry out the migrations. The dev.py file is in the src/bot folder, not in the root of the project.