Commit graph

6 commits

Author SHA1 Message Date
PCoder
ac0014cfdb Move formats.py to app 2021-07-27 12:44:16 +05:30
PCoder
e21450730d Add missing methods in models from gmba-connect 2021-07-27 10:21:02 +05:30
PCoder
d7d3ef4c46 Make migrations from the generated models.py 2021-07-27 09:50:57 +05:30
PCoder
7726bc7c41 Change all CharField to TextField
I do not know how long these fields would be + there is not much
of a performance difference from postgres point of view which is
our preferred database
2021-07-27 09:48:34 +05:30
PCoder
223b2650ad Introduce primary keys and remove managed = False from models
(Assuming we want to manage these tables using django in future)
2021-07-27 09:38:44 +05:30
PCoder
a6f2fe912d Create app and obtain models from inspectdb 2021-07-27 09:30:24 +05:30