Registering and Viewing Model
Next ❯ What is admin.py in Django? admin.py is a special file in every Django app that lets you control how your models (database tables) appear in the Django Admin Panel — a built-in dashboard to manage your data (Add, Edit, Delete records). By registering your model, you’re telling Django: “Hey! Show this model in […]
Registering and Viewing Model Read More »