django Customize Django Admin: record name, order, search box and editable field A central feature of Django is the Admin Panel.In this article, I will describe how to customize the Admin Panel and ma... 2022.11.12 django
django Creating graphs with Django + Chart.js Creating progress management graphs with Django + Chart.js Chart.js Implementation of Lesson Progress Chart Blue ... 2021.08.13 django
django Django-import-export for csv While learning Django, I'm working hard on a student management app for the online English school I'm currently running... 2021.07.16 djangopython
django Difference between django-pandas and pandas Code comparison between Django-pandas and pandas to get the same result A pandas newbie (ME) tried to use pandas in ... 2021.07.08 djangopython
rest-framework Start REST Framework + Vue.js Command 'vue' not found……. Somehow I was able to solve. Type the code according to the manual. The usual Django r... 2021.03.02 rest-framework
django Deploy Dango blog to Vultr Worth experiencing the long way 1. Change settings…Separate development environment settings and product environme... 2021.03.02 django