http://127.0.0.1:8000/admin/
python manage.py createsuperuser
This code will ask user to enter Username , Email address, Password from django.contrib import admin
from .models import student
# Register your models here.
admin.site.register(student)
Once we login to Admin pannel we can see our students table with option to Add or Change Author
🎥 Join me live on YouTubePassionate about coding and teaching, I publish practical tutorials on PHP, Python, JavaScript, SQL, and web development. My goal is to make learning simple, engaging, and project‑oriented with real examples and source code.