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