/images/sample/admin.py
http://appfusedjango.googlecode.com/ · Python · 14 lines · 5 code · 3 blank · 6 comment · 0 complexity · 14c3c6de2c13f7310a3ae1f7db019f08 MD5 · raw file
- #!/usr/bin/env python
- # -*- coding: UTF-8 -*-
- # Autor: aaloy
- # --------------------------------------------------------------------
- # Prop贸sito: Admin configuration
- #---------------------------------------------------------------------
- __author__="aaloy"
- __date__ ="$19/04/2009 23:07:39$"
- from django.contrib import admin
- from models import Photo
- admin.site.register(Photo)