pavement.py
changeset 2599 22e1ec7bd02a
parent 2457 eebf0c4ace3d
equal deleted inserted replaced
2598:59ebf718c6a4 2599:22e1ec7bd02a
    46 options(
    46 options(
    47     build = Bunch(
    47     build = Bunch(
    48         project_dir = PROJECT_DIR,
    48         project_dir = PROJECT_DIR,
    49         app_build = PROJECT_DIR / 'build',
    49         app_build = PROJECT_DIR / 'build',
    50         app_folder = PROJECT_DIR / 'app',
    50         app_folder = PROJECT_DIR / 'app',
    51         app_files = ['app.yaml', 'cron.yaml', 'index.yaml', 'main.py',
    51         app_files = ['app.yaml', 'cron.yaml', 'index.yaml', 'queue.yaml',
    52                      'settings.py', 'shell.py', 'urls.py', 'gae_django.py'],
    52 		     'main.py', 'settings.py', 'shell.py', 'urls.py', 
       
    53 		     'gae_django.py'],
    53         app_dirs =  ['soc', 'ghop', 'gsoc', 'feedparser', 'python25src',
    54         app_dirs =  ['soc', 'ghop', 'gsoc', 'feedparser', 'python25src',
    54                      'reflistprop', 'jquery', 'ranklist', 'shell', 'json',
    55                      'reflistprop', 'jquery', 'ranklist', 'shell', 'json',
    55                      'htmlsanitizer', 'taggable-mixin', 'gviz'],
    56                      'htmlsanitizer', 'taggable-mixin', 'gviz'],
    56         zip_files = ['tiny_mce.zip'],
    57         zip_files = ['tiny_mce.zip'],
    57         skip_pylint = False,
    58         skip_pylint = False,