Fix PEP8 formatting errors

This commit is contained in:
Pavel Korovin 2016-07-11 03:31:22 +03:00
parent 627b7fa763
commit ed3917914f
2 changed files with 29 additions and 29 deletions

View File

@ -34,12 +34,12 @@ SECRET_KEY = ''
# URL prefix if NetBox is served from non-root location, e.g. http://mysite/netbox/
# By default, URL_PREFIX = '/', i.e. NetBox is served from root location
#URL_PREFIX = '/netbox'
# URL_PREFIX = '/netbox'
# Directory and URL from which static files will be served
# for more info, see https://docs.djangoproject.com/en/1.9/howto/static-files/
#STATIC_ROOT = '/var/www/htdocs/netbox/static/'
#STATIC_URL = '/static/netbox/'
# STATIC_ROOT = '/var/www/htdocs/netbox/static/'
# STATIC_URL = '/static/netbox/'
# Specify one or more name and email address tuples representing NetBox administrators. These people will be notified of
# application errors (assuming correct email settings are provided).