Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/vickypandey14/django-blog-app

Django Blog Management System
https://github.com/vickypandey14/django-blog-app

django django-framework django-project python pythondjango

Last synced: 1 day ago
JSON representation

Django Blog Management System

Awesome Lists containing this project

README

        

# 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:

```bash
git clone https://github.com/vickypandey14/django-blog-app.git
```

2. Navigate to the project directory:

```bash
cd django-blog-app
```

3. Install dependencies:

```bash
pip install -r requirements.txt
```

4. Apply migrations:

```bash
python manage.py migrate
```

5. Create a superuser:

```bash
python manage.py createsuperuser
```

6. Run the development server:

```bash
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](https://github.com/vickypandey14/django-blog-app/issues).

## License

This project is licensed under the [MIT License](LICENSE).

---