Attachment 'admin.py'

Download

   1 from django.contrib import admin
   2 from models import *
   3 admin.site.register(Trieda)
   4 admin.site.register(Predmet)
   5 admin.site.register(Ucitel)
   6 admin.site.register(PredmetTrieda)
   7 admin.site.register(Ziak)
   8 admin.site.register(Znamka)

Attached Files

To refer to attachments on a page, use attachment:filename, as shown below in the list of files. Do NOT use the URL of the [get] link, since this is subject to change and can break easily.

You are not allowed to attach a file to this page.