Published onSeptember 17, 2022How to add Custom Filters to Django Admin? Also...django-admintutorialcustomizationIn this tutorial you will learn how to add custom filters to you django admin and customize the ModelAdmin form.Read more →
Published onAugust 14, 2022How to Dockerize Django and React projectdockertutorialSee how you can setup your Django and React project inside Docker for development.Read more →
Published onApril 30, 2022How to add SQL editor to your django admin.codemirrorsqltutorialdjango-adminLearn how to add a basic SQL editor with read-only access in your django admin.Read more →
Published onDecember 19, 2021How to export large table in django-admin.exporttutorialdjango-adminIn this tutorial you will learn how to customize django-admin to export large csv files.Read more →
Published onSeptember 28, 2021How to import large csv file in Django-admin.importtutorialdjango-adminIn this tutorial you will learn how to customize django-admin to import large csv files.Read more →