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 0x7fc70ef41368: -v/--verbosity>, <Option at 0x7fc70ef41758: --settings>, <Option at 0x7fc70ef417a0: --pythonpath>, <Option at 0x7fc70ef417e8: --traceback>, <Option at 0x7fc70ef41830: --no-color>, <Option at 0x7fc705e3d758: --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