File size: 92 Bytes
a231872
 
 
 
 
1
2
3
4
5
6
from django.contrib import admin

from .models import Article

admin.site.register(Article)