You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
#you can generate using following line or https://www.miniwebtool.com/django-secret-key-generator/
#python -c 'import random; import string; print("".join([random.SystemRandom().choice("{}{}{}".format(string.ascii_letters, string.digits, string.punctuation)) for i in range(50)]))'
RUNNING_ENVIRON= LOCAL
#to use postgres use DATABASE_NAME=postgresql don't change this
DATABASE_NAME=postgresql
#Now change the follownig according to your local configuration of