Menu helpers for django projects
Project description
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
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_advanced_staticfinder-1.0.0.tar.gz
.
File metadata
- Download URL: django_advanced_staticfinder-1.0.0.tar.gz
- Upload date:
- Size: 1.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | bf7bec8a5b8b0a4a35ca7407d71b2bd7dbfd44c3fe1eb9b52709aa8fddfe2ce5 |
|
MD5 | ac60c2c3ecc6d8a4896b50f40ff0e3cf |
|
BLAKE2b-256 | 7cec9c0164ecb32ae09882024b86e74227991c4fb06fc4dc7cab646cf8fd5a2f |