Pavel "LEdoian" Turinsky
6 months ago
2 changed files with 3 additions and 2 deletions
@ -1,3 +1,5 @@ |
|||||
from django.contrib import admin |
from django.contrib import admin |
||||
|
|
||||
# Register your models here. |
from .models import Novinky |
||||
|
|
||||
|
admin.site.register(Novinky) |
||||
|
Loading…
Reference in new issue