mirror of
https://github.com/DerTyp7/tealcode-django-python.git
synced 2025-10-30 04:47:09 +01:00
added models
This commit is contained in:
@@ -1,3 +1,5 @@
|
||||
from django.contrib import admin
|
||||
from .models import Category, Topic
|
||||
|
||||
# Register your models here.
|
||||
admin.site.register(Category)
|
||||
admin.site.register(Topic)
|
||||
Reference in New Issue
Block a user