Commit e1529106 authored by Ciella Francisco's avatar Ciella Francisco 😵

Registered Event model from Event Management app to admin

parent 98aa801e
from django.contrib import admin from django.contrib import admin
# Register your models here. # Register your models here.
from django.contrib import admin
from .models import Event
admin.site.register(Event)
\ 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