mirror of
https://github.com/Hopiu/django.git
synced 2026-04-12 02:51:10 +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']
|