Commit graph

6 commits

Author SHA1 Message Date
PCoder
37fc39dd7f Add app to the installed apps list 2021-07-27 09:50:25 +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
PCoder
c43394701e Manage prod and dev settings separately 2021-07-26 14:03:54 +05:30
PCoder
0c05340a2c Initial commit 2021-07-26 13:11:34 +05:30