5 lines
124 B
Python
5 lines
124 B
Python
#Obsługa panelu administracyjnego dla aplikacji content
|
|
from django.contrib import admin
|
|
|
|
# Register your models here.
|