Skip to content

Update README.md #645

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 1 commit into from
Closed

Update README.md #645

wants to merge 1 commit into from

Conversation

27ahmad
Copy link

@27ahmad 27ahmad commented Oct 11, 2024

Title

Added a Simple Django Blog Project

Description

This pull request introduces a simple Django blog project that allows users to create, view, edit, and delete blog posts. It features user authentication, a comment section, and a clean interface using Bootstrap. This project is ideal for beginners looking to understand Django fundamentals and web development concepts.

Motivation and Context

This change is essential for providing a beginner-friendly resource for learning Django. The blog application addresses the need for hands-on experience with creating web applications, demonstrating how to manage content effectively, and understanding user authentication.

How Has This Been Tested?

The project was tested in a local development environment, where I:

  • Created, edited, and deleted blog posts successfully.
  • Verified that changes appeared correctly on the blog list and individual post pages.
  • Ensured that deleted posts were no longer displayed.
  • Checked for proper handling of edge cases, such as editing non-existent posts.

Types of changes

  • Content Update (change which fixes an issue or updates an already existing submission)
  • New Article (change which adds functionality)
  • Documentation change

Checklist:

  • My code follows the code style of this project.
  • I have updated the documentation accordingly.
  • I have read the CONTRIBUTING document.
  • I have made checks to ensure URLs and other resources are valid.

@27ahmad 27ahmad closed this by deleting the head repository Oct 31, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant