Skip to content

felipe97rg/Django_Blog

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

My First Django Project

Nombre de la imagen

This is my first project developed with Django, a personal blog created while following the Django course offered by OpenBootcamp. The purpose of this project is to apply and deepen the knowledge acquired during the course, exploring the functionalities and features Django offers for web development.

About the Project

This blog allows users to post, edit, and delete entries. Additionally, functionalities such as user authentication, permission management, and frontend customization using CSS and HTML are implemented.

Technologies Used

  • Backend Framework: Django
  • Programming Language: Python
  • Frontend: HTML, CSS
  • Database: SQLite (default in Django)

How to Start the Project

To run this project on your local machine, follow these steps:

  1. Clone this repository to your local machine: git clone REPOSITORY_URL

  2. Navigate to the project directory:

cd path/to/project

  1. Install the necessary dependencies:

pip install -r requirements.txt

  1. Perform the necessary migrations to prepare your database:

python manage.py migrate

  1. Start Django's development server:

python manage.py runserver

You can now access the project in your web browser at http://127.0.0.1:8000/.

Reference Course

This project was developed following the Django course by OpenBootcamp, available on YouTube.

Contributions

Contributions are welcome. If you have any suggestions to improve this project, feel free to create a pull request.

License

This project is under the MIT license. See the LICENSE file in this repository for more details.

About

This project is one of my first django projects where im making my own blog using django as a framework

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors