Skip to main content

Runs collectstatic automatically.

Project description

Static autocollect watches for changes in static files and runs collectstatic command for you.

Quick start

  1. Add “static_autocollect” to your INSTALLED_APPS setting like this:

    INSTALLED_APPS = [
        ...
        'static_autocollect',
    ]
  1. Run python manage.py static_watch to run static watcher.

Project details


Release history Release notifications | RSS feed

This version

0.1

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

django-static-autocollect-0.1.tar.gz (3.2 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page