add set to billed option

This commit is contained in:
Robert Einsle
2021-09-07 11:42:01 +02:00
parent a253c27ea7
commit 6d90c61761
2 changed files with 9 additions and 0 deletions

View File

@@ -169,6 +169,8 @@ INTERNAL_IPS = ['127.0.0.1']
DJANGO_TABLES2_TEMPLATE = 'django_tables2/bootstrap4.html'
DEFAULT_AUTO_FIELD = 'django.db.models.AutoField'
try:
from local_settings import *
except ImportError: