5 lines
108 B
Python
5 lines
108 B
Python
from django.conf import settings
|
|
|
|
|
|
BOOTSTRAP_COLUMN_COUNT = getattr(settings, 'BOOTSTRAP_COLUMN_COUNT', 12)
|