Commit Graph

10 Commits

Author SHA1 Message Date
PCoder 386ea46310 Handle geodata and offline requests 2021-07-27 13:43:27 +05:30
PCoder 984eaa68f6 Add static resources 2021-07-27 12:48:59 +05:30
PCoder 8ea61dfc55 Create a simple class-based view for the HomePage 2021-07-27 12:47:39 +05:30
PCoder 54267c874f Add app/index.html from gmba-connect
Also update the static resource path using static tag
2021-07-27 12:45:12 +05:30
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