gmba_django/app
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
..
migrations Create app and obtain models from inspectdb 2021-07-27 09:30:24 +05:30
__init__.py Create app and obtain models from inspectdb 2021-07-27 09:30:24 +05:30
admin.py Create app and obtain models from inspectdb 2021-07-27 09:30:24 +05:30
apps.py Create app and obtain models from inspectdb 2021-07-27 09:30:24 +05:30
models.py Change all CharField to TextField 2021-07-27 09:48:34 +05:30
tests.py Create app and obtain models from inspectdb 2021-07-27 09:30:24 +05:30
views.py Create app and obtain models from inspectdb 2021-07-27 09:30:24 +05:30