1# Django settings for django_frontend project. 2 3DEBUG = True 4TEMPLATE_DEBUG = DEBUG 5 6# Language code for this installation. All choices can be found here: 7# http://www.i18nguy.com/unicode/language-identifiers.html 8LANGUAGE_CODE = "en-us" 9 10