Django staticfiles adaptor to concatentate .d-style directories
Project description
django-staticfiles-dotd
=======================
STATICFILES_FINDERS = (
'staticfiles_dotd.finders.DotDFinder',
'django.contrib.staticfiles.finders.AppDirectoriesFinder',
)
You probably want to use ``django-pipeline`` over this.
=======================
STATICFILES_FINDERS = (
'staticfiles_dotd.finders.DotDFinder',
'django.contrib.staticfiles.finders.AppDirectoriesFinder',
)
You probably want to use ``django-pipeline`` over this.
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
Close
Hashes for django-staticfiles-dotd-1.3.1.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | 26128675467d94b7e70c8154c00e7d0cc078d57ece76146b2aef5acf47663cee |
|
MD5 | 0131a206b380c05b08fc0a393c3d6ee8 |
|
BLAKE2b-256 | 4afddccf4ba0dbf20aa4d4c3e06a2f43343da54abec85aa480b8782e89e3a7ca |