django-project/recipes
Benjamin acbcf3f606 fixup! Add forms for adding recipes and versions
Basic form for adding a version. Still needs:

* Check of slug uniqueness
* Choose between author user or author name
* slug auto-creation
* ingredients

TODO:

* Add recipe
2023-02-17 16:41:22 +01:00
..
migrations Start App Recipes 2023-02-17 16:37:03 +01:00
templates fixup! Add forms for adding recipes and versions 2023-02-17 16:41:22 +01:00
__init__.py Start App Recipes 2023-02-17 16:37:03 +01:00
admin.py Add recipe and version HTMLs for viewing 2023-02-17 16:37:13 +01:00
apps.py Start App Recipes 2023-02-17 16:37:03 +01:00
forms.py fixup! Add forms for adding recipes and versions 2023-02-17 16:41:22 +01:00
models.py Add recipe and version HTMLs for viewing 2023-02-17 16:37:13 +01:00
tests.py Start App Recipes 2023-02-17 16:37:03 +01:00
urls.py fixup! Add forms for adding recipes and versions 2023-02-17 16:41:22 +01:00
views.py fixup! Add forms for adding recipes and versions 2023-02-17 16:41:22 +01:00