Update .gitignore for SQLite database, Add User About Me to Profile

This commit is contained in:
Xevion
2022-03-27 02:47:33 -05:00
parent e32d14b752
commit 3df856aa60
2 changed files with 4 additions and 1 deletions

3
.gitignore vendored
View File

@@ -1,3 +1,6 @@
# Project specific
db.sqlite
# Byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]

View File

@@ -18,7 +18,7 @@
<div class="profile-bio">
<p>
<strong>About me:</strong><br>
This user hasn't written a bio yet.
{{ user.about_me or "This user hasn't written a bio yet." }}
</p>
</div>
</div>