khaganat-web/khaganat/apps.py

11 lines
257 B
Python
Raw Normal View History

from django.contrib.staticfiles.apps import StaticFilesConfig
from django.apps import AppConfig
class KhaganatConfig(AppConfig):
name = 'khaganat'
class KhaganatStaticFilesConfig(StaticFilesConfig):
ignore_patterns = ['CVS', '.*', '*~', 'sass']