Skip to content

lamby/django-staticfiles-dotd

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

42 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

django-staticfiles-dotd

INSTALLED_APPS += ['staticfiles_dotd']

STATICFILES_FINDERS = (
'staticfiles_dotd.finders.DotDFinder',

'django.contrib.staticfiles.finders.AppDirectoriesFinder',

)

You probably want to use django-pipeline over this.

About

Django staticfiles adaptor to concatentate .d-style directories

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages