This repository was created to display the results of Subspace mission participants from Google Sheets.

Notes:

Commands: create structure: django-admin startproject subspace_dashboard python manage.py startapp dashboard

create admin-user: python manage.py createsuperuser

create db: python manage.py makemigrations python manage.py migrate

run: python manage.py runserver