6 lines
132 B
Python
6 lines
132 B
Python
"""Admin interface for feeds app.
|
|
|
|
https://docs.djangoproject.com/en/5.0/ref/contrib/admin/
|
|
"""
|
|
|
|
from __future__ import annotations
|