aryan9600 / blog_django

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Blog_Django

This is a blog app built using Django 🐍. I have kept in mind the best practices while building this Django application. Some of its features include:

  • Sharing blog posts via mail πŸ“§
  • Posting comments on blog posts ✏️
  • Related posts recommendations πŸ“±
  • PostgreSQL πŸš€
  • Full search functionality with ranking πŸ’»
  • Sitemapping βŒ›

Using the app

To run this on your PC, follow the steps below:

  • git clone https://github.com/aryan9600/blog_django.git
  • python manage.py makemigrations
  • python manage.py migrate
  • python manage.py createsuperuser
  • python manage.py runserver

Contributing

Everyone is welcome to contribute to this repository. To do so please fork the repository, make your desired changes and create a pull request. I'll be sure to review it asap. You could also show your appreciation by ⭐ this project. 😁

About


Languages

Language:Python 73.2%Language:HTML 20.9%Language:CSS 5.9%