Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/drewbrew/django-cookery
Basic recipe archive and meal planner using Django
https://github.com/drewbrew/django-cookery
Last synced: 10 days ago
JSON representation
Basic recipe archive and meal planner using Django
- Host: GitHub
- URL: https://github.com/drewbrew/django-cookery
- Owner: drewbrew
- License: other
- Created: 2016-04-13T21:50:24.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2023-01-10T17:26:58.000Z (almost 2 years ago)
- Last Synced: 2023-06-04T15:50:17.645Z (over 1 year ago)
- Language: CSS
- Size: 569 KB
- Stars: 12
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# django-cookery: A simple recipe editor and menu planner using Django
## Getting started
1. Clone this repository
2. `virtualenv env`
3. Activate your virtualenv (`source env/bin/activate` or
`env\Scripts\activate` on Windows)
4. `pip install -r requirements.txt`
5. `cd cookery`
6. `python manage.py migrate`## Target environment
This is built to support Python 3.5 only, although compatibility with older
versions is likely to happen (but accidentally so only).## Inspiration
This project came about largely as an inspiration from my wife, who was tired
of doing things manually but didn't want to buy an overblown and overcomplicated
Windows app, locking us into a vendor ecosystem yet again.