From 08a0acd287905475360edb8625c75cde37395b36 Mon Sep 17 00:00:00 2001 From: Pavel 'LEdoian' Turinsky Date: Tue, 23 Feb 2021 15:00:52 +0100 Subject: [PATCH] Remove duplicate STATIC_URL setting --- wish/settings.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/wish/settings.py b/wish/settings.py index d46c9bc..c6ae331 100644 --- a/wish/settings.py +++ b/wish/settings.py @@ -134,6 +134,4 @@ USE_TZ = True # Static files (CSS, JavaScript, Images) # https://docs.djangoproject.com/en/3.1/howto/static-files/ -STATIC_URL = '/static/' - AUTH_USER_MODEL = 'utils.MyUser'