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.- [get | view] (2009-03-17 15:01:58, 0.2 KB) [[attachment:admin.py]]
- [get | view] (2009-03-17 18:09:41, 74.6 KB) [[attachment:djangoadmin.png]]
You are not allowed to attach a file to this page.