1from django.conf import settings
2
3settings.VARIABLE_NAME
4
5# NOTE - VARIABLE should be in capital letter.
6# It will not work otherwise.
1from django.conf import settings
2
3settings.VARIABLE_NAME
4
5# NOTE - VARIABLE should be in capital letter.
6# It will not work otherwise.