pytask/settings.py
changeset 404 c83eba94f643
parent 402 b8ca16f03916
child 424 5ed0362bd674
equal deleted inserted replaced
403:61292fa7f61a 404:c83eba94f643
    52 STATIC_URL = '/pytask/static/'
    52 STATIC_URL = '/pytask/static/'
    53 
    53 
    54 # URL prefix for admin media -- CSS, JavaScript and images. Make sure to use a
    54 # URL prefix for admin media -- CSS, JavaScript and images. Make sure to use a
    55 # trailing slash.
    55 # trailing slash.
    56 # Examples: "http://foo.com/media/", "/media/".
    56 # Examples: "http://foo.com/media/", "/media/".
    57 ADMIN_MEDIA_PREFIX = '/pytask/admin/media/'
    57 ADMIN_MEDIA_PREFIX = '/pytask/admin_media/'
    58 
    58 
    59 # Make this unique, and don't share it with anybody.
    59 # Make this unique, and don't share it with anybody.
    60 SECRET_KEY = '^ww=xk&idt)=03kqg*fz8x%=dqbhh1kd2z=f%$m@r9_+9b=&x='
    60 SECRET_KEY = '^ww=xk&idt)=03kqg*fz8x%=dqbhh1kd2z=f%$m@r9_+9b=&x='
    61 
    61 
    62 # List of callables that know how to import templates from various sources.
    62 # List of callables that know how to import templates from various sources.