Skip to content

Commit 7db631f

Browse files
committed
Reverted a change in settings.py which broke the django admin site styling.
- Legacy-Id: 9379
1 parent 9bf8082 commit 7db631f

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

ietf/settings.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,6 @@
9393

9494
STATIC_URL = "/"
9595
STATIC_ROOT = os.path.abspath(BASE_DIR + "/../static/")
96-
STATIC_URL = STATIC_ROOT + '/'
9796

9897
WSGI_APPLICATION = "ietf.wsgi.application"
9998

0 commit comments

Comments
 (0)