mirror of
https://github.com/TandoorRecipes/recipes.git
synced 2026-01-03 13:19:16 -05:00
version script updates and system page fix
This commit is contained in:
@@ -1,7 +1,5 @@
|
||||
import os
|
||||
import re
|
||||
import subprocess
|
||||
import traceback
|
||||
from datetime import datetime
|
||||
from uuid import UUID
|
||||
|
||||
@@ -24,10 +22,9 @@ from cookbook.helper.permission_helper import group_required, has_group_permissi
|
||||
from cookbook.models import (Comment, CookLog, InviteLink, SearchFields, SearchPreference, ShareLink,
|
||||
Space, ViewLog, UserSpace)
|
||||
from cookbook.tables import (CookLogTable, ViewLogTable)
|
||||
from cookbook.version_info import VERSION_INFO
|
||||
from recipes.settings import PLUGINS
|
||||
|
||||
from version_info import VERSION_INFO
|
||||
|
||||
|
||||
def index(request):
|
||||
with scopes_disabled():
|
||||
|
||||
Reference in New Issue
Block a user