mirror of
https://github.com/TandoorRecipes/recipes.git
synced 2026-01-06 22:58:19 -05:00
generic views
This commit is contained in:
@@ -1,11 +1,9 @@
|
||||
from django.contrib.auth.decorators import login_required
|
||||
from django.shortcuts import render, redirect
|
||||
from django.shortcuts import render
|
||||
from django_tables2 import RequestConfig
|
||||
|
||||
from cookbook.filters import RecipeFilter
|
||||
from cookbook.forms import *
|
||||
from cookbook.helper import dropbox
|
||||
from cookbook.tables import RecipeTable, CategoryTable, KeywordTable
|
||||
from cookbook.tables import RecipeTable
|
||||
|
||||
|
||||
def index(request):
|
||||
|
||||
Reference in New Issue
Block a user