Various reworks. Removed VH units from CSS.
This commit is contained in:
@@ -27,6 +27,9 @@ IMAGES_PER_PAGE = CELLS_PER_ROW * ROWS_PER_PAGE
|
||||
# View functions. #
|
||||
###########################################################################################
|
||||
|
||||
def index(request):
|
||||
return redirect('gallery_view_root')
|
||||
|
||||
def do_recursive_search(start_path, query):
|
||||
"""
|
||||
Gets all images and sub-directories inside the start_path whose name matches the given query,
|
||||
|
Reference in New Issue
Block a user