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
Fire up a local server with: "python3 manage.py runserver 0.0.0.0:8000" or deploy somewhere.
Additionally a CMC API KEY is needed for retrieval of some data (https://coinmarketcap.com/api/)... if you don't want that there are other alternatives (google is your friend)
For security reasons Djangos's SECURITY KEY has to be loaded from environment or from config.py file (not included)
About
Django backend with PostgreSQL DB and graphs generated with bokeh