Skip to content

Welcome to my Django Blog Management System! This is a tool that makes it easy for you to handle and share your blog posts. It uses the Django web framework to make the process smooth and user-friendly.

License

Notifications You must be signed in to change notification settings

vickypandey14/django-blog-app

Repository files navigation

Django Blog Management System - ByteWebster

Welcome to my Django Blog Management System! This project is designed to help you easily manage and publish your blog content using the Django web framework.

Features

  • User-friendly Interface: A clean and intuitive interface for effortless blog management.
  • Post Creation: Create and publish blog posts with ease.
  • Categories and Tags: Organize your content using categories and tags for better navigation.
  • User Authentication: Secure your blog with user authentication to control access.
  • Responsive Design: The system is designed to work seamlessly across devices.

Getting Started

Prerequisites

Make sure you have the following installed on your machine:

  • Python (version >= 3.6)
  • Django (version >= 2.2)

Installation

  1. Clone the repository:

    git clone https://github.com/vickypandey14/django-blog-app.git
  2. Navigate to the project directory:

    cd django-blog-app
  3. Install dependencies:

    pip install -r requirements.txt
  4. Apply migrations:

    python manage.py migrate
  5. Create a superuser:

    python manage.py createsuperuser
  6. Run the development server:

    python manage.py runserver
  7. Access the admin panel at http://127.0.0.1:8000/admin/ and start managing your blog.

Contributing

We welcome contributions! If you find a bug or have a feature request, please open an issue.

License

This project is licensed under the MIT License.


About

Welcome to my Django Blog Management System! This is a tool that makes it easy for you to handle and share your blog posts. It uses the Django web framework to make the process smooth and user-friendly.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published