Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/vickypandey14/django-blog-app
- Owner: vickypandey14
- License: mit
- Created: 2024-02-23T05:02:21.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2024-02-23T05:29:58.000Z (9 months ago)
- Last Synced: 2024-02-23T06:28:07.324Z (9 months ago)
- Topics: django, django-framework, django-project, python, pythondjango
- Language: Python
- Homepage:
- Size: 15.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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).
---