Skip to main content

Generic purpose collecstatic alternative, with lovely colors

Project description

This app provides a command named collectdir, which works like collectstatic but general purpose, so you need to add 'collectdir' to your settings.INSTALLED_APPS. It can be used to mix Django with frontend frameworks or build tools in NodeJS.

Consider such a project directory tree:

  • project/ - someapp/frontend # <- frontend dir in someapp module of project - otherapp/frontend # <- frontend dir in another INSTALLED_APPS - frontend/ # <- non commited directory, autogenerated from above

You can rebuild project/frontend with command:

# collect all app's frontend/ dir into ./frontend
manage.py collectdir frontend:./frontend

If it detects a TTY, and watchdog is installed, it will keep running and synchronizing the target directory. To install collectdir with watchdog example:

pip install --user django-collectdir[dev]

Note that in CRUDLFA+, we use js instead of frontend, so if you want to add your own StimulusJS controllers to your bundle you can just add them in your app. And before executing the frontend toolchain, run:

manage.py collectdir js:./js

Or, for NextJS support:

manage.py appwatch pages:./pages

Or, for NextJS and React support and also have a components sub dir:

manage.py appwatch pages:./pages components:./pages/components

Have fun provisionning other frameworks with Django apps :)

screenshot.png

Project details


Download files

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

Source Distribution

django-collectdir-1.0.0.tar.gz (4.1 kB view details)

Uploaded Source

File details

Details for the file django-collectdir-1.0.0.tar.gz.

File metadata

File hashes

Hashes for django-collectdir-1.0.0.tar.gz
Algorithm Hash digest
SHA256 0a76d58b55201351ed9b07c2e99f35d03c31d7f60e87da595b22d0182b7c930c
MD5 4386fc179349e2bbf725b59f68e61728
BLAKE2b-256 9b1d737e7a6713f9b6f099c0225b899758fec548608f5749185c2fe66208a433

See more details on using hashes here.

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