cfdi-admin/source/main/conf.py.example

12 lines
218 B
Python

#!/usr/bin/env python3
DEBUG = True
DB_PASSWORD = ''
# ~ python manage.py shell -c 'from django.core.management import utils; print(utils.get_random_secret_key())'
SECRET_KEY = ''
# ~ For encrypted FIEL
TOKEN = ''