Reverted a change in settings.py which broke the django admin site styling.
- Legacy-Id: 9379
This commit is contained in:
parent
9bf8082b6c
commit
7db631ff00
|
@ -93,7 +93,6 @@ MEDIA_URL = '//www.ietf.org/'
|
|||
|
||||
STATIC_URL = "/"
|
||||
STATIC_ROOT = os.path.abspath(BASE_DIR + "/../static/")
|
||||
STATIC_URL = STATIC_ROOT + '/'
|
||||
|
||||
WSGI_APPLICATION = "ietf.wsgi.application"
|
||||
|
||||
|
|
Loading…
Reference in a new issue