Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
GRAAL-Research
GitHub Repository: GRAAL-Research/deepparse
Path: blob/main/settings/settings.py
869 views
1
# Django settings for django_frontend project.
2
3
DEBUG = True
4
TEMPLATE_DEBUG = DEBUG
5
6
# Language code for this installation. All choices can be found here:
7
# http://www.i18nguy.com/unicode/language-identifiers.html
8
LANGUAGE_CODE = "en-us"
9
10