added views and admin security

This commit is contained in:
DerTyp187
2021-11-18 08:48:26 +01:00
parent 1c11ebbfcc
commit 74d8f41426
10 changed files with 147 additions and 7 deletions

View File

@@ -1,3 +1,5 @@
from django.contrib import admin
# Register your models here.
from analytics.models import View
admin.site.register(View)