generated from 2martens/django-template
Created models for food planner
This commit is contained in:
@ -41,4 +41,5 @@ class UserForm(forms.ModelForm):
|
||||
class ProfileForm(forms.ModelForm):
|
||||
class Meta:
|
||||
model = Profile
|
||||
|
||||
fields = ['daily_fat_demand', 'daily_carbohydrate_demand',
|
||||
'daily_sugar_demand', 'daily_roughage_demand', 'daily_protein_demand']
|
||||
|
||||
Reference in New Issue
Block a user