📘 This project is based on a Django tutorial from OpenClassrooms: Link
📕 Description: This repository contains the code for a Django project developed following the tutorial on OpenClassrooms. It covers the fundamentals of Django, including setting up a project, creating models, views, and templates.
💻 Installation:
- Clone this repository: git clone [https://github.com/louiselize/DjangoTuto.git]
- Navigate to the project directory: cd DjangoTuto/merchex
- Install dependencies: pip install -r requirements.txt
- Run migrations: python manage.py migrate
- Start the development server: python manage.py runserver