This repository has been archived on 2021-04-21. You can view files and clone it, but cannot push or open issues or pull requests.
djangoldp-webpushnotification/djangoldp_example/admin.py

5 lines
101 B
Python

from django.contrib import admin
from .models import ExampleModel
admin.site.register(ExampleModel)