[카테고리:] Django
-
Solution : Huge table retrieve in django-admin.
In Django-admin, we can retrieve models. It works well, if the records are small. When it start to acculate over million records, it can be retrieved via django-admin (changelist view). This is the very simple solution only for existing “id” and “id” is number. But it is not perfect. Using this, I can retrieve…