예제 #1
0
파일: models.py 프로젝트: jowolf/tlg
def slider_path():
    return host_theme_media_path('slider')
예제 #2
0
파일: models.py 프로젝트: jowolf/tlg
def slider_path(): return host_theme_media_path ('slider')

# Might be able to combine this with blurb at some point

class Slide (Orderable):
예제 #3
0
파일: models.py 프로젝트: jowolf/tlg
def blurb_path():
    return host_theme_media_path('blurb')
예제 #4
0
파일: models.py 프로젝트: jowolf/tlg
def blurb_path(): return host_theme_media_path ('blurb')

class ImageBlurb (Orderable):