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.0.1.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | 05a4f8cf18537123a3c22c3dd2652a30d710ca338c5f0f4f3ae854316e44a394 |
|
MD5 | 10e62e12b6d68b96aee79ad5acefdba7 |
|
BLAKE2b-256 | 5b500ea8ecf203a5da0fac3c86540ba1208b6f0d8c62747694a7df8bc02751eb |