Skip to content
Snippets Groups Projects
Commit 48a1470f authored by Jean-Baptiste's avatar Jean-Baptiste
Browse files

update: remove useless admin.py

parent bc8ef35b
No related branches found
No related tags found
No related merge requests found
from django.contrib import admin
from .models import Notification, Subscription
admin.site.register(Notification)
admin.site.register(Subscription)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment