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
|
# Byte-compiled / optimized / DLL files
|
||||||
__pycache__/
|
__pycache__/
|
||||||
*.py[cod]
|
*.py[cod]
|
||||||
|
|||||||
@@ -18,7 +18,7 @@
|
|||||||
<div class="profile-bio">
|
<div class="profile-bio">
|
||||||
<p>
|
<p>
|
||||||
<strong>About me:</strong><br>
|
<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>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user