mirror of
https://github.com/fspc/workstand.git
synced 2026-09-16 16:41:38 -04:00
Add admin views.
This commit is contained in:
@@ -1,3 +1,5 @@
|
||||
from django.contrib import admin
|
||||
from .models import Membership, Payment
|
||||
|
||||
# Register your models here.
|
||||
admin.site.register([Membership, Payment])
|
||||
|
||||
Reference in New Issue
Block a user