diff --git a/db.sqlite3 b/db.sqlite3 index 5d5d5cc..c7acc4d 100644 Binary files a/db.sqlite3 and b/db.sqlite3 differ diff --git a/todo/__pycache__/__init__.cpython-39.pyc b/todo/__pycache__/__init__.cpython-39.pyc new file mode 100644 index 0000000..d4fe266 Binary files /dev/null and b/todo/__pycache__/__init__.cpython-39.pyc differ diff --git a/todo/__pycache__/admin.cpython-39.pyc b/todo/__pycache__/admin.cpython-39.pyc new file mode 100644 index 0000000..e079e7e Binary files /dev/null and b/todo/__pycache__/admin.cpython-39.pyc differ diff --git a/todo/__pycache__/apps.cpython-39.pyc b/todo/__pycache__/apps.cpython-39.pyc new file mode 100644 index 0000000..0e7bae2 Binary files /dev/null and b/todo/__pycache__/apps.cpython-39.pyc differ diff --git a/todo/__pycache__/forms.cpython-39.pyc b/todo/__pycache__/forms.cpython-39.pyc new file mode 100644 index 0000000..ffd4774 Binary files /dev/null and b/todo/__pycache__/forms.cpython-39.pyc differ diff --git a/todo/__pycache__/models.cpython-39.pyc b/todo/__pycache__/models.cpython-39.pyc new file mode 100644 index 0000000..717672e Binary files /dev/null and b/todo/__pycache__/models.cpython-39.pyc differ diff --git a/todo/__pycache__/views.cpython-39.pyc b/todo/__pycache__/views.cpython-39.pyc new file mode 100644 index 0000000..0089325 Binary files /dev/null and b/todo/__pycache__/views.cpython-39.pyc differ diff --git a/todo/migrations/__pycache__/0001_initial.cpython-39.pyc b/todo/migrations/__pycache__/0001_initial.cpython-39.pyc new file mode 100644 index 0000000..34f1154 Binary files /dev/null and b/todo/migrations/__pycache__/0001_initial.cpython-39.pyc differ diff --git a/todo/migrations/__pycache__/0002_auto_20200131_0131.cpython-39.pyc b/todo/migrations/__pycache__/0002_auto_20200131_0131.cpython-39.pyc new file mode 100644 index 0000000..5d9b6c7 Binary files /dev/null and b/todo/migrations/__pycache__/0002_auto_20200131_0131.cpython-39.pyc differ diff --git a/todo/migrations/__pycache__/__init__.cpython-39.pyc b/todo/migrations/__pycache__/__init__.cpython-39.pyc new file mode 100644 index 0000000..dba4813 Binary files /dev/null and b/todo/migrations/__pycache__/__init__.cpython-39.pyc differ diff --git a/todo/templates/todo/home.html b/todo/templates/todo/home.html index 56a0f60..ae7f0d3 100644 --- a/todo/templates/todo/home.html +++ b/todo/templates/todo/home.html @@ -12,8 +12,13 @@
Life is fun. But life is also busy. There's a million different things you could be doing. But what matters is what you do. We created Todo Woo to help you make sense of all of your opportunities and live that life that matters most to you. Your new organized life awaits.
- Start - + {% if user.is_authenticated %} + Current List + {% endif %} + {% if not user.is_authenticated %} + Start + {% endif %} + {% endblock %} diff --git a/todowoo/__pycache__/__init__.cpython-39.pyc b/todowoo/__pycache__/__init__.cpython-39.pyc new file mode 100644 index 0000000..08699cf Binary files /dev/null and b/todowoo/__pycache__/__init__.cpython-39.pyc differ diff --git a/todowoo/__pycache__/settings.cpython-39.pyc b/todowoo/__pycache__/settings.cpython-39.pyc new file mode 100644 index 0000000..f90be9e Binary files /dev/null and b/todowoo/__pycache__/settings.cpython-39.pyc differ diff --git a/todowoo/__pycache__/urls.cpython-39.pyc b/todowoo/__pycache__/urls.cpython-39.pyc new file mode 100644 index 0000000..719a18e Binary files /dev/null and b/todowoo/__pycache__/urls.cpython-39.pyc differ diff --git a/todowoo/__pycache__/wsgi.cpython-39.pyc b/todowoo/__pycache__/wsgi.cpython-39.pyc new file mode 100644 index 0000000..3ce30f7 Binary files /dev/null and b/todowoo/__pycache__/wsgi.cpython-39.pyc differ