diff --git a/README.md b/README.md index b17e97d..f536729 100644 --- a/README.md +++ b/README.md @@ -1,10 +1,10 @@ # DevExplorer ![Python Support](https://img.shields.io/badge/Python-3.6--3.9-blue) -![DevExplorerVersion](https://img.shields.io/badge/DevExplorer-v2.0-brightgreen) +![DevExplorerVersion](https://img.shields.io/badge/DevExplorer-v3.0-important) ![Platform](https://img.shields.io/badge/Platform-Windows%2C%20Linux%2C%20Mac-informational) ![License](https://img.shields.io/badge/license-MIT%20License-cyan) -![Pylint](https://img.shields.io/badge/Pylint-9.75%2F10-blueviolet) +![Pylint](https://img.shields.io/badge/Pylint%20-9.96-blueviolet) A easy, simple to use platform for developers/explorers to get their daily news feed, explore the world with our maps and post blogs to make your own stories, informative blogs, coding tutorials, and really anything you want! If you liked my site please consider voting it! diff --git a/main/__pycache__/__init__.cpython-37.pyc b/main/__pycache__/__init__.cpython-37.pyc index b001bf2..0c1286e 100644 Binary files a/main/__pycache__/__init__.cpython-37.pyc and b/main/__pycache__/__init__.cpython-37.pyc differ diff --git a/main/__pycache__/forms.cpython-37.pyc b/main/__pycache__/forms.cpython-37.pyc index cabeb15..04173c7 100644 Binary files a/main/__pycache__/forms.cpython-37.pyc and b/main/__pycache__/forms.cpython-37.pyc differ diff --git a/main/__pycache__/models.cpython-37.pyc b/main/__pycache__/models.cpython-37.pyc index 2f9d1c0..13ce830 100644 Binary files a/main/__pycache__/models.cpython-37.pyc and b/main/__pycache__/models.cpython-37.pyc differ diff --git a/main/__pycache__/routes.cpython-37.pyc b/main/__pycache__/routes.cpython-37.pyc index a0ceb3c..301ee7f 100644 Binary files a/main/__pycache__/routes.cpython-37.pyc and b/main/__pycache__/routes.cpython-37.pyc differ diff --git a/main/site.db b/main/site.db new file mode 100644 index 0000000..8e57363 Binary files /dev/null and b/main/site.db differ diff --git a/main/static/profile_pics/9c6e7363543ab884cool profile b/main/static/profile_pics/9c6e7363543ab884cool profile new file mode 100644 index 0000000..7133fe9 Binary files /dev/null and b/main/static/profile_pics/9c6e7363543ab884cool profile differ diff --git a/main/templates/post-detail.html b/main/templates/post-detail.html index e0cce50..dbed4e2 100644 --- a/main/templates/post-detail.html +++ b/main/templates/post-detail.html @@ -28,8 +28,8 @@

{{ post.title }}

- - DP + DP {{ post.author.username }}
@@ -41,7 +41,7 @@

{{ post.title }}


{{ post.content|markdown }}

- +

diff --git a/main/templates/posts.html b/main/templates/posts.html index 42fb96d..210d3f6 100644 --- a/main/templates/posts.html +++ b/main/templates/posts.html @@ -23,7 +23,7 @@
- DP {{ i.author.username }}
@@ -48,13 +48,13 @@
DP {{ i.author.username }}
- +
- + Posted On: {{ i.date_posted.date() }} - +
- +
{{ i.title }}