Good God I'm an idiot!
This commit is contained in:
@@ -12,12 +12,6 @@ from django.conf import settings
|
||||
# Project imports.
|
||||
from viewer.utils import make_thumbnail
|
||||
|
||||
###########################################################################################
|
||||
# Constants. #
|
||||
###########################################################################################
|
||||
|
||||
THUMB_SIZE = (128, 128)
|
||||
|
||||
###########################################################################################
|
||||
# Command subclass. #
|
||||
###########################################################################################
|
||||
|
@@ -7,6 +7,12 @@ from PIL import Image
|
||||
# Django imports.
|
||||
from django.conf import settings
|
||||
|
||||
###########################################################################################
|
||||
# Constants. #
|
||||
###########################################################################################
|
||||
|
||||
THUMB_SIZE = (128, 128)
|
||||
|
||||
###########################################################################################
|
||||
# Helper functions. #
|
||||
###########################################################################################
|
||||
|
Reference in New Issue
Block a user