Skip to content

Iyzyman/personal_blog

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

Personal Blog

This repository contains the code for a personal blog website built using Django, a high-level Python web framework. The website allows users to create and share blog posts with a simple, user-friendly interface.

The blog features include:

  • User authentication and authorization to create and edit posts
  • Ability to add and display blog posts with a title, body, and image
  • A clean, minimalist design that focuses on the content of the blog posts
  • The code in this repository is organized with clear and concise comments and follows best practices for Django development. The project is open source and contributions are welcome!

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.

  1. Clone the repository to your local machine using git clone https://github.com/Iyzyman/personal_blog.git
  2. Change into the project directory using cd personal_blog/mysite
  3. Install the required packages using pip install -r requirements.txt
  4. Run the development server using python manage.py runserver
  5. Open your web browser and go to http://localhost:8000/ to view the website.

Built With

  • Django - The web framework used
  • Python - The programming language used
  • Bootstrap - The CSS framework used for styling

Contributions

Contributions are welcome! If you have an idea for a feature or bug fix, please feel free to create a pull request.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published