Django staticfiles adaptor to concatentate .d-style directories
Project description
django-staticfiles-dotd
=======================
STATICFILES_FINDERS = (
'staticfiles_dotd.finders.DotDFinder',
'django.contrib.staticfiles.finders.AppDirectoriesFinder',
)
Doesn't work with ``collectstatic [..] --link``.
=======================
STATICFILES_FINDERS = (
'staticfiles_dotd.finders.DotDFinder',
'django.contrib.staticfiles.finders.AppDirectoriesFinder',
)
Doesn't work with ``collectstatic [..] --link``.
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.1.0.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | 9dddbda071bf0b6c667b17347eda1d47965247e9b6713c9fc71d25164108807d |
|
MD5 | a3407e50947abfbb1196619d3b4336f4 |
|
BLAKE2b-256 | acbb4aa395733ca7176fd596987a4eda72f5033ae75d2ca002f3c16b388c2f81 |