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).
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 usingsettings.py
, and the app can then be distributed as an independent Django app (may also requiresetup.py
).