get app ready for heroku
This commit is contained in:
5
committee/admin.py
Normal file
5
committee/admin.py
Normal file
@@ -0,0 +1,5 @@
|
||||
from django.contrib import admin
|
||||
from models import Committee
|
||||
|
||||
# Register your models here.
|
||||
admin.site.register(Committee)
|
||||
Reference in New Issue
Block a user