Benjamin
  • Joined on 2022-09-23
Benjamin opened issue Barn/django-project#20 2023-03-25 12:05:05 +00:00
Implement recipe export
Benjamin opened issue Barn/django-project#19 2023-03-25 12:04:15 +00:00
Implement recipe search
Benjamin opened issue Barn/django-project#18 2023-03-25 12:03:32 +00:00
Auto detect ingredients from body
Benjamin merged pull request Barn/django-project#17 2023-03-25 12:00:44 +00:00
Implement recipes app in beta version
Benjamin pushed to master at Barn/django-project 2023-03-25 12:00:44 +00:00
4a0bb35e8e Merge pull request 'Implement recipes app in beta version' (#17) from recipes into master
4461a81ae6 Format body of recipe
41d346d56a Empty value of new ingredient input
446486bf0d Fix AttributeError bug
480ec82a96 Add "About" page
Compare 21 commits »
Benjamin deleted branch recipes from Barn/django-project 2023-03-25 12:00:44 +00:00
Benjamin created pull request Barn/django-project#17 2023-03-25 11:59:08 +00:00
WIP: Implement recipes app in beta version
Benjamin pushed to recipes at Barn/django-project 2023-03-25 11:55:54 +00:00
4461a81ae6 Format body of recipe
Benjamin closed issue Barn/django-project#16 2023-03-25 11:55:34 +00:00
Format body text of recipe
Benjamin pushed to recipes at Barn/django-project 2023-03-25 11:14:33 +00:00
41d346d56a Empty value of new ingredient input
446486bf0d Fix AttributeError bug
480ec82a96 Add "About" page
Compare 3 commits »
Benjamin opened issue Barn/django-project#16 2023-03-25 11:13:22 +00:00
Format body text of recipe
Benjamin commented on issue Barn/django-project#10 2023-03-25 08:45:55 +00:00
Can't edit version with multiple empty ingredient inputs
  • Fixed non-empty ingredient form
  • Created #15 for client-side ingredient feature
Benjamin closed issue Barn/django-project#10 2023-03-25 08:45:55 +00:00
Can't edit version with multiple empty ingredient inputs
Benjamin opened issue Barn/django-project#15 2023-03-25 08:45:01 +00:00
Fix ingredient formset client-side
Benjamin closed issue Barn/django-project#14 2023-03-25 08:40:58 +00:00
AttributeError on creation of recipe with custom version slug
Benjamin pushed to recipes at Barn/django-project 2023-03-24 16:25:37 +00:00
a5519d1fb5 Ignore media directory
b8c3643c31 Switch to slug with allow_unicode=True
a415c45f3b Add img field to version
Compare 3 commits »
Benjamin closed issue Barn/django-project#12 2023-03-24 16:21:18 +00:00
Fill production database with existing 173 recipes
Benjamin opened issue Barn/django-project#14 2023-03-24 15:29:00 +00:00
AttributeError on creation of recipe with custom version slug
Benjamin closed issue Barn/django-project#13 2023-03-24 13:30:30 +00:00
Include functionality to upload, edit and delete the image of a version
Benjamin pushed to recipes at Barn/django-project 2023-03-24 13:30:17 +00:00
8cc2f903ee Add img field to version