Skip to content

"Helpr-DjangoBlogWebsite" is a personal blog website built using Django, featuring CRUD functionality and database integration. Share your thoughts, stories, and experiences with a user-friendly interface while managing your content effortlessly through the admin panel.

Notifications You must be signed in to change notification settings

DivyanshVinayak23/Helpr-DjangoBlogWebsite

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Helpr-DjangoBlogWebsite 👤📝

Welcome to the Helpr-DjangoBlogWebsite project! This is a personal blog website with CRUD (Create, Read, Update, Delete) functionality and database integration, developed using Django.

Features 🚀

  • Create, edit, and delete blog posts.
  • View a list of all blog posts.
  • View individual blog posts in detail.
  • User-friendly admin panel for managing blog content.
  • Database integration for storing and retrieving blog posts.
  • Responsive design for seamless browsing on various devices.
  • Create Study Rooms

Technologies Used 💻

  • Django: A high-level Python web framework.
  • Python: The programming language used for the backend.
  • HTML/CSS: Frontend technologies for the website's appearance.
  • SQLite: The database used for data storage (you can configure it to use other databases as well).

Getting Started 🏁

To run this project locally, follow these steps:

  1. Clone this repository:
    git clone https://github.com/DivyanshVinayak23/WhoWhispers-DjangoBlogWebsite.git
  2. cd mySite
  3. pip install -r requirements.txt
  4. python manage.py migrate
  5. python manage.py createsuperuser
  6. python manage.py runserver
  7. Open your browser and access the site at http://localhost:8000/.

Usage 📝

Visit the site to read, create, update, and delete blog posts. Access the admin panel at http://localhost:8000/admin/ to manage blog content (use the superuser credentials created in step 5). Contributing 🤝 Contributions are welcome! If you'd like to contribute to this project, please follow these guidelines:

Fork the repository.

Create a new branch for your feature or bug fix. Make your changes and test them thoroughly. Create a pull request with a clear description of your changes. License 📄 This project is licensed under the MIT License - see the LICENSE file for details.

Acknowledgements 👏

Thanks to the Django community for providing an excellent web framework.

About

"Helpr-DjangoBlogWebsite" is a personal blog website built using Django, featuring CRUD functionality and database integration. Share your thoughts, stories, and experiences with a user-friendly interface while managing your content effortlessly through the admin panel.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published