An open API service indexing awesome lists of open source software.

https://github.com/smahesh29/django-blog

A simple Blog Application using Django
https://github.com/smahesh29/django-blog

django django-blog django-blog-app django-blogging django-project python

Last synced: 26 days ago
JSON representation

A simple Blog Application using Django

Awesome Lists containing this project

README

        

# Django-Blog GitHub
A simple Blog Application using Django

# Working :
![](https://github.com/smahesh29/Django-Blog/blob/master/blog_app.gif)

Technologies Used:



  • Python

  • Django

  • Bootstrap

  • JavaScript



Additional Python Modules Required:




  • Django 2.2.7 : pip install Django==2.2.7


  • django-crispy-forms : pip install django-crispy-forms


  • Pillow : pip install Pillow



Note :

The Secret_Key required for the execution and debugging of project is not removed from the project code. So you can use the project as your college mini-project or by using the project code you can build your own project. Please don't use the project for commercial purpose without taking permission.

Usage :

(Make Sure you are in directory same as manage.py)

python manage.py makemigrations

python manage.py migrate

python manage.py runserver

In your web browser enter the address : http://localhost:8000 or http://127.0.0.1:8000/