Skip to content
Snippets Groups Projects
Commit a716d4ba authored by Barnabás Czémán's avatar Barnabás Czémán
Browse files

add Document model to the admin site

parent b8fa5c2b
No related branches found
No related tags found
No related merge requests found
from django.contrib import admin
# Register your models here.
from . import models
admin.site.register(models.Document)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment