Skip to content

Latest commit

 

History

History
9 lines (8 loc) · 301 Bytes

README.md

File metadata and controls

9 lines (8 loc) · 301 Bytes

mdc-world-map

a world map for Media Death Cult members to mark their locations

run locally

  • pip install requirements
  • create a .env file in ./mdcworldmap
    • add: GOOGLE_MAPS_KEY=(your Google Maps API key)
    • add: SECRET_KEY=(django project secret key)
  • run with 'python manage.py runserver'