A simple blog application
Personal Blog app is a web application that allows the blog author for some room to customize the default django User model, by adding pictures, a phone number and a little bio description.
There is also a simple search engine that allows blog visitors to search for a specific blog post using keywords found on the posts, as well a simple comment section and a way to share the posts through email.
- Python 3.9
- Django 4.0
Once you have downloaded the project, simply create a virtual enviroment on your code editor of choice and run the following command in order to install all dependencies:
pip install -r requirements.txt
- Run your migrations
- Finally create a supper user to access your django admin pannel, and populate your database.
NOTE
In order to appropriately render the data on the "feed" some form of RSS feed is required.