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.
- 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.
Make sure you have the following installed on your machine:
- Python (version >= 3.6)
- Django (version >= 2.2)
-
Clone the repository:
git clone https://github.com/vickypandey14/django-blog-app.git
-
Navigate to the project directory:
cd django-blog-app
-
Install dependencies:
pip install -r requirements.txt
-
Apply migrations:
python manage.py migrate
-
Create a superuser:
python manage.py createsuperuser
-
Run the development server:
python manage.py runserver
-
Access the admin panel at
http://127.0.0.1:8000/admin/
and start managing your blog.
We welcome contributions! If you find a bug or have a feature request, please open an issue.
This project is licensed under the MIT License.