lugnitdgp / freemex

Online stock market game
13 stars 22 forks source link

Use python decouple to separate settings from variables #10

Closed ankan17 closed 6 years ago

ankan17 commented 6 years ago

Take a look at https://pypi.python.org/pypi/python-decouple. You have to put the following settings in a .env file present in the root:

Also update the requirements.txt, .gitignore and README.md.