mirror of
https://github.com/magnum-opus-nn-cp/backend.git
synced 2025-02-23 23:20:41 +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)
|