Stronger support for setting a background color
Works by setting "bg_color='#rrggbb'" in settings.py. Works for both png and jpg imgformats
This commit is contained in:
@@ -4,7 +4,8 @@ import os.path
|
||||
import logging
|
||||
|
||||
class OptionsResults(object):
|
||||
pass
|
||||
def get(self, *args):
|
||||
return self.__dict__.get(*args)
|
||||
|
||||
class ConfigOptionParser(object):
|
||||
def __init__(self, **kwargs):
|
||||
|
||||
Reference in New Issue
Block a user