This project is a Django-based blog website optimized for SEO, utilizing Tailwind CSS, Daisy UI, and a rich text editor. It features a clean and modern design, making it easy for users to manage and view blog content.
Clone the repository:
git clone https://github.com/bytebrain3/Django-seo-optimize-blog-website.git
Navigate to the project directory:
cd Django-seo-optimize-blog-website
Install dependencies:
pip install -r requirements.txt
cd Django-seo-optimize-blog-website/blog
Apply migrations:
python manage.py migrate
Create a superuser for admin access:
python manage.py createsuperuser
Run the development server:
python manage.py runserver
http://localhost:8000/admin
to manage blog posts.http://localhost:8000/
to view and interact with the blog.For hosting, you can deploy this project on any platform that supports Django, such as Heroku, PythonAnywhere, or a VPS.
Feel free to submit issues and pull requests if you'd like to contribute to the project.
This project is licensed under the MIT License.