django_advanced_staticfinder
============
Custom filesystem finder for Django static files allowing ignore rules to be configured in settings
To use in in your django project, it needs to be installed:
::
$ pip install django_advanced_staticfinder
And ``"advanced_staticfinder"`` needs to be in your ``settings.INSTALLED_APPS``.
Then you can configure ignore rules like so:
::
STATICFILES_FINDERS_IGNORE = [
'*.scss',
'*.js',
]
Changes
-------
1.0.0 - Initial release for PyPI
============
Custom filesystem finder for Django static files allowing ignore rules to be configured in settings
To use in in your django project, it needs to be installed:
::
$ pip install django_advanced_staticfinder
And ``"advanced_staticfinder"`` needs to be in your ``settings.INSTALLED_APPS``.
Then you can configure ignore rules like so:
::
STATICFILES_FINDERS_IGNORE = [
'*.scss',
'*.js',
]
Changes
-------
1.0.0 - Initial release for PyPI
Release files for django_advanced_staticfinder 1.0.0
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| django_advanced_staticfinder-1.0.0.tar.gz | 1.3 kB | Details |
Release files / django_advanced_staticfinder-1.0.0.tar.gz
| Download URL | django_advanced_staticfinder-1.0.0.tar.gz |
|---|---|
| Size | 1.3 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
bf7bec8a5b8b0a4a35ca7407d71b2bd7dbfd44c3fe1eb9b52709aa8fddfe2ce5
|
|
BLAKE2b-256 checksum How to use checksums |
7cec9c0164ecb32ae09882024b86e74227991c4fb06fc4dc7cab646cf8fd5a2f
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |