mirror of
https://github.com/Hopiu/django.git
synced 2026-04-25 17:24:49 +00:00
6 lines
146 B
Python
6 lines
146 B
Python
|
|
from django.contrib.staticfiles.apps import StaticFilesConfig
|
||
|
|
|
||
|
|
|
||
|
|
class IgnorePatternsAppConfig(StaticFilesConfig):
|
||
|
|
ignore_patterns = ['*.css']
|