7 lines
129 B
Python
7 lines
129 B
Python
from django.contrib import admin
|
|
|
|
# Register your models here.
|
|
# from .forms import EventForm
|
|
#
|
|
# admin.site.register(EventForm)
|