Skip to content

Commit ec1ba92

Browse files
committed
chore(settings): remove unused STATIC_URL from settings
https://docs.djangoproject.com/en/1.9/ref/settings/#static-url
1 parent 6085423 commit ec1ba92

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

rootfs/deis/settings.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -54,10 +54,6 @@
5454
# If you set this to False, Django will not use timezone-aware datetimes.
5555
USE_TZ = True
5656

57-
# Static files (CSS, JavaScript, Images)
58-
# https://docs.djangoproject.com/en/1.9/howto/static-files/
59-
STATIC_URL = '/static/'
60-
6157
# Manage templates
6258
TEMPLATES = [
6359
{

0 commit comments

Comments
 (0)