Skip to content

GamilaCoding/Blog-Django

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Blog-Django

Alt text

Django-Simple-Blog-App is a lightweight Django app that provides a simple and flexible solution for integrating a blog system into your existing Django project. It allows you to easily create, edit, and publish blog posts, as well as enable user comments if desired.

Key Features:

Easy Integration: The app is designed to be straightforward to install and use, making it accessible to developers of all levels. Customizable: You can easily tailor the app to your specific needs by modifying the templates and stylesheets. User-Friendly: The blog interface is clean and intuitive, providing a pleasant experience for both authors and readers. Efficient: The app is optimized for performance, ensuring that your blog loads quickly and runs smoothly.

tools :

Django, Html, Bootstrap, SQL

Installation:

Install the app using pip

Bash

  pip install django-simple-blog

Add simpleblog to your INSTALLED_APPS setting in your Django project's settings.py file.

Run the migrations to create the necessary database tables:

Bash

  python manage.py migrate

Include the blog URLs in your project's URLconf.

Usage:

Create blog posts using the Django admin interface. Customize the appearance of your blog by modifying the templates and stylesheets. Enable user comments by setting the allow_comments attribute on your blog posts.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published