New project structure. More clean and easy to maintain.
Run the following commands:
cookiecutter ptb-django-cookiecutter
cd myproject_name
touch .env # put in this file SECRET_KEY and TELEGRAM_TOKEN
python3 manage.py makemigrations # create the migrations for models
python3 manage.py migrate # insert the migrations into database
python3 manage.py runbot # exceture the bot!
New project structure. More clean and easy to maintain. Run the following commands: