seed.management.commands package

Submodules

seed.management.commands.set_s3_expires_headers_for_angularjs_partials module

:copyright (c) 2014 - 2015, The Regents of the University of California, through Lawrence Berkeley National Laboratory (subject to receipt of any required approvals from the U.S. Department of Energy) and contributors. All rights reserved. # NOQA :author

class seed.management.commands.set_s3_expires_headers_for_angularjs_partials.Command

Bases: django.core.management.base.BaseCommand

handle(*args, **options)
help = "Sets S3 Expires headers for AngularJS partials to prevent browser caching old html partials. ./manage.py set_s3_expires_headers_for_angularjs_partials.py --prefix='seed/partials'"
option_list = (<Option at 0x7fb8a4d55368: -v/--verbosity>, <Option at 0x7fb8a4d55758: --settings>, <Option at 0x7fb8a4d557a0: --pythonpath>, <Option at 0x7fb8a4d557e8: --traceback>, <Option at 0x7fb8a4d55830: --no-color>, <Option at 0x7fb89bc51758: --prefix>)

Module contents

:copyright (c) 2014 - 2015, The Regents of the University of California, through Lawrence Berkeley National Laboratory (subject to receipt of any required approvals from the U.S. Department of Energy) and contributors. All rights reserved. # NOQA :author