feat: registered the forum model Post to Django Admin

parent 345d8588
from django.contrib import admin
from .models import Post
# Register your models here.
admin.site.register(Post)
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment