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
next, you have to create file name .env to configuration note that you may get your secretkeys here or you will generated using python shell command below
>>>fromdjango.core.management.utilsimportget_random_secret_key>>>get_random_secret_key()
# your secret key will appear here
.env file template looks like sample.env you can modify value and copy it into .env
by running setup.sh will set everythings ready for you to running the application by typing this command