Tue 28 October 2025
How to Create a Custom Django Admin Command to Seed Your Database
In this article I will show you how to implement a custom django-admin command for creating dummy data to test your django web app. It will provide an easy way for you to test your application quickly without having to manually create data in your database. We are going to …
Read more