added hack to fix scopes & CORS for bookmarklet

This commit is contained in:
smilerz
2021-03-29 06:39:44 -05:00
parent 30a357e27f
commit 6acbd6d308
4 changed files with 14 additions and 7 deletions

View File

@@ -1,4 +1,4 @@
# Generated by Django 3.1.7 on 2021-03-26 17:42
# Generated by Django 3.1.7 on 2021-03-29 11:05
import cookbook.models
from django.conf import settings
@@ -10,10 +10,15 @@ class Migration(migrations.Migration):
dependencies = [
migrations.swappable_dependency(settings.AUTH_USER_MODEL),
('cookbook', '0116_auto_20210319_0012'),
('cookbook', '0117_space_max_recipes'),
]
operations = [
migrations.AlterField(
model_name='userpreference',
name='use_fractions',
field=models.BooleanField(default=True),
),
migrations.CreateModel(
name='BookmarkletImport',
fields=[