Skip to content

Commit

Permalink
Register model to admin
Browse files Browse the repository at this point in the history
  • Loading branch information
pylbatu committed Apr 29, 2020
1 parent c215523 commit 8114178
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions meetings/admin.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
from django.contrib import admin
from .models import Meeting

# Register your models here.

admin.site.register(Meeting)

0 comments on commit 8114178

Please sign in to comment.