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 :)
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
File details
Details for the file django-collectdir-1.0.0.tar.gz
.
File metadata
- Download URL: django-collectdir-1.0.0.tar.gz
- Upload date:
- Size: 4.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 0a76d58b55201351ed9b07c2e99f35d03c31d7f60e87da595b22d0182b7c930c |
|
MD5 | 4386fc179349e2bbf725b59f68e61728 |
|
BLAKE2b-256 | 9b1d737e7a6713f9b6f099c0225b899758fec548608f5749185c2fe66208a433 |