added paprika import

This commit is contained in:
vabene1111
2021-02-08 13:47:06 +01:00
parent ec842aa657
commit 79da8db889
7 changed files with 94 additions and 26 deletions

View File

@ -1,6 +1,6 @@
import os
import re
from datetime import datetime, timedelta
from datetime import datetime
from uuid import UUID
from django.conf import settings
@ -11,7 +11,7 @@ from django.contrib.auth.password_validation import validate_password
from django.core.exceptions import ValidationError
from django.db import IntegrityError
from django.db.models import Avg, Q
from django.http import HttpResponseRedirect, FileResponse, HttpResponse
from django.http import HttpResponseRedirect
from django.shortcuts import get_object_or_404, render, redirect
from django.urls import reverse, reverse_lazy
from django.utils import timezone
@ -22,9 +22,8 @@ from rest_framework.authtoken.models import Token
from cookbook.filters import RecipeFilter
from cookbook.forms import (CommentForm, Recipe, RecipeBookEntryForm, User,
UserCreateForm, UserNameForm, UserPreference,
UserPreferenceForm, ImportForm, ImportForm, ExportForm)
UserPreferenceForm)
from cookbook.helper.permission_helper import group_required, share_link_valid, has_group_permission
from cookbook.integration.default import Default
from cookbook.models import (Comment, CookLog, InviteLink, MealPlan,
RecipeBook, RecipeBookEntry, ViewLog, ShoppingList)
from cookbook.tables import (CookLogTable, RecipeTable, RecipeTableSmall,