diff --git a/core/__pycache__/urls.cpython-311.pyc b/core/__pycache__/urls.cpython-311.pyc index d63d93a..4c2eae5 100644 Binary files a/core/__pycache__/urls.cpython-311.pyc and b/core/__pycache__/urls.cpython-311.pyc differ diff --git a/core/__pycache__/views.cpython-311.pyc b/core/__pycache__/views.cpython-311.pyc index 8886bf8..55d10a6 100644 Binary files a/core/__pycache__/views.cpython-311.pyc and b/core/__pycache__/views.cpython-311.pyc differ diff --git a/core/templates/core/dashboard.html b/core/templates/core/dashboard.html new file mode 100644 index 0000000..c6ef6fc --- /dev/null +++ b/core/templates/core/dashboard.html @@ -0,0 +1,20 @@ +{% extends "base.html" %} + +{% block title %}Dashboard | {{ project_name }}{% endblock %} + +{% block content %} +