Commit Graph

39 Commits

Author SHA1 Message Date
b39bfdd267 Add BJCP guidelines to the database. 2024-06-27 09:56:09 -04:00
53b7a1b128 Just PEP8 stuff. 2024-06-26 14:56:29 -04:00
e8c9196fc0 Field help text.
Specify units used.
2024-06-26 14:56:09 -04:00
93b93a1448 make timestamp non-editable.
Hides from admin panel since it's generated automatically.
2024-06-26 14:53:35 -04:00
3fd248d8b7 Fix page title for batch template. 2024-06-26 12:37:36 -04:00
90bf91c3ed Added additional database fields and properties.
Much calculation of efficiency and stuff now.
2024-06-26 11:48:34 -04:00
570ede627f Some more handy helper functions. 2024-06-26 11:47:04 -04:00
07c881bdfe SG and Plato conversion calcs. 2024-06-25 14:48:59 -04:00
1d830eb22d More batch info.
Please enter the commit message for your changes. Lines starting
2024-06-24 16:25:18 -04:00
1986d9fbd0 Remove as much list comprehension as possible.
Using aggregate functions instead.
2024-06-21 11:33:47 -04:00
671ea27d9f Add many to many field with through relationship for fermentables.
Gives direct access to fermentable objects.
2024-06-21 11:32:53 -04:00
b6be827d14 Getting interface ready for modals. 2024-06-21 07:22:50 -04:00
2f33a27e47 Stupid line endings. 2024-06-21 07:21:38 -04:00
12fca700da Rename BatchRecipe -> Recipe.
Much better now thanks.
2024-06-20 15:02:17 -04:00
dd9ae6cd21 Return some zero's when recipe is empty.
Get rid of errors.
closes #12
2024-06-20 11:26:08 -04:00
14fb791357 Lots of PEP8 changes. 2024-06-20 10:50:44 -04:00
ea4340c8ea Add parent field to all recipe relations.
Need to make a copy of master item when attaching
to a recipe.
Also add some more calculations.
2024-06-18 20:41:58 -04:00
34470cbea7 BJCP style data in json format. 2024-06-18 15:17:10 -04:00
9566f203a0 Make a basic recipe display page.
No modificiation possible from here yet.
2024-06-18 15:16:22 -04:00
d6aa8e8d6a Add a bunch of properties for beer calculation. 2024-06-18 15:15:22 -04:00
8a3c80b517 Add batch size to beer model. 2024-06-18 15:14:28 -04:00
1a4d352d85 Forgot to commit this. 2024-06-17 16:24:24 -04:00
b05f486f19 Testing beer recipe pages. 2024-06-17 16:23:04 -04:00
cd66ff1f50 New functions for converting BF recipes eventually. 2024-06-17 16:22:44 -04:00
1eab86e5ae Add time and use to recipehop model. 2024-06-17 14:25:09 -04:00
06dfd5a9e9 Show name for model print. 2024-06-17 14:11:17 -04:00
e0ac1f96db Create basic recipe stuff. 2024-06-17 13:56:13 -04:00
61b5a860e1 Migrations for new database field. 2024-06-13 17:28:03 -04:00
b1332dede9 Implement basic call to brewfather to pull data. 2024-06-13 16:15:35 -04:00
17601109c6 Add migrations for new profile. 2024-06-13 12:00:58 -04:00
3c335d53a4 Add super basic user profile model.
for now just has encrypted brewfather api credentials.
2024-06-13 11:53:48 -04:00
c3634141a3 Basic outline of yeast sample page.
None of the controls do anything yet.
2024-06-07 07:54:23 -04:00
Chris GIACOFEI
ff717d917d Add beer homepage to get rid of server error. 2024-06-06 10:48:39 -04:00
Chris GIACOFEI
c70b326c37 Get rid of unneeded logging. 2024-06-05 10:30:08 -04:00
Chris GIACOFEI
be3eb2fefe Add missing url patterns. 2024-06-05 10:27:13 -04:00
Chris GIACOFEI
4c6fe9824d Clean up admin modules with mixins. 2024-06-05 10:07:39 -04:00
Chris GIACOFEI
bcbdc5586e Reset migrations. 2024-06-05 08:33:03 -04:00
Chris GIACOFEI
564ca78976 Smoosh all the migrations down.
This is true starting point.
2024-06-03 12:55:20 -04:00
Chris GIACOFEI
019f7b5b19 initial commit. 2024-05-30 16:26:55 -04:00