lib/settings.py
changeset 13 c229bcb1de41
parent 12 c2d8e9a754a1
child 16 980825f2aeed
equal deleted inserted replaced
12:c2d8e9a754a1 13:c229bcb1de41
    11 PREVIEW_GEOM = (640, 480)
    11 PREVIEW_GEOM = (640, 480)
    12 
    12 
    13 DEFAULT_TITLE = 'Image gallery'
    13 DEFAULT_TITLE = 'Image gallery'
    14 
    14 
    15 # how many image/page
    15 # how many image/page
    16 IMAGE_COUNT = 50
    16 IMAGE_COUNT = 10
    17 
    17 
    18 VERSION = "0.5"
    18 VERSION = "0.5"
    19 ROOT_IGNORE = ('lib', 'templates')
    19 ROOT_IGNORE = ('lib', 'templates')