ineshbose / boyd_bot_messenger

Boyd Bot (Flask Version)
https://inesh.xyz/boyd_bot_messenger
MIT License
6 stars 3 forks source link

Implement as Django app #28

Open ineshbose opened 3 years ago

ineshbose commented 3 years ago

Going to an initial idea of implementing the application in Django. This would also change data to an SQL database. _config.py can be adjusted using settings.py, and the app can then be distributed as an independent Django app (may also require setup.py).