This is a simple Django project for managing recipes. It includes functionality for adding, updating, and deleting recipes, built as part of a learning exercise.
- Add new recipes
- Update existing recipes
- Delete recipes
- View all recipes
- Python 3.x
- Django 4.x (or compatible version)
- Clone the repository:
git clone https://github.com/your-username/your-repo-name.git cd your-repo-name