rename plus to dashboard
diff --git a/planetstack/core/plus/__init__.py b/planetstack/core/dashboard/__init__.py
similarity index 100%
rename from planetstack/core/plus/__init__.py
rename to planetstack/core/dashboard/__init__.py
diff --git a/planetstack/core/plus/sites.py b/planetstack/core/dashboard/sites.py
similarity index 100%
rename from planetstack/core/plus/sites.py
rename to planetstack/core/dashboard/sites.py
diff --git a/planetstack/core/plus/views.py b/planetstack/core/dashboard/views.py
similarity index 100%
rename from planetstack/core/plus/views.py
rename to planetstack/core/dashboard/views.py