mirror of
https://github.com/magnum-opus-nn-cp/backend.git
synced 2024-12-04 20:53:44 +03:00
7 lines
146 B
Python
7 lines
146 B
Python
from django.contrib import admin
|
|
|
|
from press_release_nl.processor.models import Entry, Text
|
|
|
|
admin.site.register(Text)
|
|
admin.site.register(Entry)
|