mirror of
https://github.com/Xevion/runnerspace.git
synced 2025-12-06 01:16:13 -06:00
Update .gitignore for SQLite database, Add User About Me to Profile
This commit is contained in:
3
.gitignore
vendored
3
.gitignore
vendored
@@ -1,3 +1,6 @@
|
||||
# Project specific
|
||||
db.sqlite
|
||||
|
||||
# Byte-compiled / optimized / DLL files
|
||||
__pycache__/
|
||||
*.py[cod]
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user