Skip to content
Snippets Groups Projects
Commit c9312194 authored by Sylvain Le Bon's avatar Sylvain Le Bon
Browse files

bugfix: added missing admin entry

parent 1311ee2d
No related branches found
No related tags found
No related merge requests found
from django.contrib import admin
from .models import LDPSource
from .models import LDPSource, LDNotification
admin.site.register(LDPSource)
admin.site.register(LDNotification)
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