A Django web application for "Tendresse," a knitwear company. The project features a public-facing website and a private user area for managing delivery slips and recipients.
The website is live at https://tendresse.it/.
Below is a screenshot of the website homepage. Click the image to open the full-size version on GitHub, or visit the live site linked above.
Caption: Homepage screenshot (sourced from the repository image core/static/images/website_home.png).
- Public Website: Includes a homepage, contact page, and an Instagram feed integration.
- User Management: Secure user login and logout functionality.
- Dashboard: A private user dashboard to manage delivery slips.
- Recipient Management: Users can add, edit, and delete recipient details for delivery slips.
- Delivery Slip Management: Users can create, edit, delete, and download delivery slips.
- Backend: Django
- Database: MySQL
- Frontend: Bootstrap 5, AOS (Animate On Scroll), Font Awesome, Google Fonts
- Image Processing: Django ImageKit
- Clone the repository.
- Install dependencies.
- Configure your MySQL database settings in
django_tendresse/settings.py. - Run migrations to create the database schema.
- Create a superuser to access the admin panel.
