mirror of
https://github.com/TandoorRecipes/recipes.git
synced 2025-12-31 20:00:38 -05:00
copy shopping as markdown
This commit is contained in:
@@ -15,4 +15,9 @@ class Migration(migrations.Migration):
|
||||
name='csv_delim',
|
||||
field=models.CharField(default=',', max_length=2),
|
||||
),
|
||||
migrations.AddField(
|
||||
model_name='userpreference',
|
||||
name='csv_prefix',
|
||||
field=models.CharField(blank=True, max_length=3),
|
||||
),
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user