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
- Host: GitHub
- URL: https://github.com/smahesh29/django-blog
- Owner: smahesh29
- License: mit
- Created: 2020-03-25T10:21:23.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2023-05-03T22:06:29.000Z (about 2 years ago)
- Last Synced: 2025-04-02T02:46:11.908Z (about 2 months ago)
- Topics: django, django-blog, django-blog-app, django-blogging, django-project, python
- Language: Python
- Size: 1.34 MB
- Stars: 6
- Watchers: 1
- Forks: 8
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Django-Blog
![]()
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/