remove the static root line

This commit is contained in:
Andreas Zweili 2017-12-29 11:48:47 +01:00
parent 0ef15afd6e
commit 03adc4b76f
1 changed files with 0 additions and 1 deletions

View File

@ -120,7 +120,6 @@ USE_TZ = True
# https://docs.djangoproject.com/en/2.0/howto/static-files/
STATIC_URL = '/static/'
# STATIC_ROOT = '/home/andreas/git_repos/projects/network_inventory/network_inventory/static/'
STATICFILES_DIRS = [
os.path.join(BASE_DIR, "static"),