mirror of
https://github.com/DerTyp7/tealcode-django-python.git
synced 2025-10-30 12:57:07 +01:00
added views and admin security
This commit is contained in:
@@ -1,3 +1,5 @@
|
||||
from django.contrib import admin
|
||||
|
||||
# Register your models here.
|
||||
from analytics.models import View
|
||||
|
||||
admin.site.register(View)
|
||||
Reference in New Issue
Block a user