beta v.1.2

This commit is contained in:
2025-10-12 11:11:34 -03:00
parent 4c05c3b6af
commit b6c9bc249b
4 changed files with 5 additions and 2 deletions

5
.gitignore vendored
View File

@@ -1,4 +1,7 @@
# created by virtualenv automatically # created by virtualenv automatically
.venv .venv
venv venv
.idea db.sqlite3
media
.idea
*/__pycache__

View File

@@ -1,7 +1,7 @@
{% load tz %} {% load tz %}
</nav> </nav>
<nav class="navbar navbar-expand-lg bg-body-tertiary"> <nav class="navbar navbar-expand-lg bg-body-tertiary">
&nbsp; <i class="bi bi-balloon-heart"></i> {# &nbsp; <i class="bi bi-balloon-heart"></i>#}
<div class="container-fluid"> <div class="container-fluid">
{% if not user.is_authenticated %} {% if not user.is_authenticated %}
<a class="navbar-brand --bs-success-text-emphasis" href="{% url 'Home' %}"> Wevertom </a> <a class="navbar-brand --bs-success-text-emphasis" href="{% url 'Home' %}"> Wevertom </a>

Binary file not shown.

BIN
requirements.txt Normal file

Binary file not shown.