smahesh29 / Django-Blog

A simple Blog Application using Django

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Django-Blog GitHub

A simple Blog Application using Django

Working :

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/

About

A simple Blog Application using Django

License:MIT License


Languages

Language:Python 50.0%Language:HTML 45.1%Language:CSS 3.9%Language:JavaScript 1.0%