Add Django project
This commit is contained in:
parent
38575a6d42
commit
a70ccca169
21 changed files with 3691 additions and 1 deletions
6
feeds/admin.py
Normal file
6
feeds/admin.py
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
"""Admin interface for feeds app.
|
||||
|
||||
https://docs.djangoproject.com/en/5.0/ref/contrib/admin/
|
||||
"""
|
||||
|
||||
from __future__ import annotations
|
||||
Loading…
Add table
Add a link
Reference in a new issue