gmba_django/gmba_django
PCoder b628f6621d Fix db errors in convert.py
- use print for logger for the time being
- replace db.session with obj.save methods
- use transaction for no_flush case

TODO: change query / filter / filter_by
2021-07-27 10:13:50 +05:30
..
settings Add app to the installed apps list 2021-07-27 09:50:25 +05:30
__init__.py Initial commit 2021-07-26 13:11:34 +05:30
asgi.py Load development configs in asgi and wsgi 2021-07-27 09:52:27 +05:30
convert.py Fix db errors in convert.py 2021-07-27 10:13:50 +05:30
formats.py Add formats.py file as is from gmba-connect 2021-07-27 09:54:59 +05:30
urls.py Initial commit 2021-07-26 13:11:34 +05:30
wsgi.py Load development configs in asgi and wsgi 2021-07-27 09:52:27 +05:30