diff --git a/.gitignore b/.gitignore index 3397842..8de75bd 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,3 @@ __pycache__ .venv - +db.sqlite3 \ No newline at end of file diff --git a/core/accounts/templates/accounts/home.html b/core/accounts/templates/accounts/home.html index e69de29..90ebc1d 100644 --- a/core/accounts/templates/accounts/home.html +++ b/core/accounts/templates/accounts/home.html @@ -0,0 +1,11 @@ + + + + + + Home + + +

Moin moin!

+ + \ No newline at end of file