Add product info to settings file

This commit is contained in:
2018-02-10 16:16:14 +01:00
parent a0ecf70986
commit 010ad6ef4f
4 changed files with 13 additions and 5 deletions

View File

@@ -158,6 +158,8 @@ EMAIL_PORT = 25
URL_LOCATION_PROCESSOR = 'http://127.0.0.1:8000/billard/process_locationdata'
PRODUCT_INFO = 'CAROM-DEV'
try:
from local_settings import *
except ImportError: