.
This commit is contained in:
@@ -69,7 +69,7 @@ def generator_view(request):
|
|||||||
myuuid = str(uuid.uuid4())
|
myuuid = str(uuid.uuid4())
|
||||||
protocol = 'https'
|
protocol = 'https'
|
||||||
host = request.get_host()
|
host = request.get_host()
|
||||||
full_url = f"{protocol}://{host}/api"
|
full_url = f"{protocol}://{host}"
|
||||||
try:
|
try:
|
||||||
iconfile = form.cleaned_data['iconfile']
|
iconfile = form.cleaned_data['iconfile']
|
||||||
#iconbase64 = resize_and_encode_icon(iconfile)
|
#iconbase64 = resize_and_encode_icon(iconfile)
|
||||||
|
|||||||
Reference in New Issue
Block a user