ku-polls/polls
sosokker 7db720598a Use Lazy Import (get_model) To solve migration problem
It look like migrate occur at import time and that make error, i'm not sure what happen under the hood but I think this way fix it.
2023-09-18 02:12:33 +07:00
..
migrations Add trend score and modify view / test to apply trending 2023-09-15 23:52:51 +07:00
static/polls Fix query in Index / Check User Vote/ Refine Model 2023-09-12 02:47:21 +07:00
templates Use Lazy Import (get_model) To solve migration problem 2023-09-18 02:12:33 +07:00
tests Format file according to flake8 2023-09-18 00:11:35 +07:00
__init__.py Create the polls app. 2023-08-26 16:28:34 +07:00
admin.py Format file according to flake8 2023-09-18 00:11:35 +07:00
apps.py Format file according to flake8 2023-09-18 00:11:35 +07:00
forms.py Use Lazy Import (get_model) To solve migration problem 2023-09-18 02:12:33 +07:00
models.py Format file according to flake8 2023-09-18 00:11:35 +07:00
signals.py Format file according to flake8 2023-09-18 00:11:35 +07:00
urls.py Format file according to flake8 2023-09-18 00:11:35 +07:00
views.py Format file according to flake8 2023-09-18 00:11:35 +07:00