mirror of
https://github.com/netbox-community/netbox.git
synced 2025-07-27 02:48:38 -06:00
Fix PEP8 formatting errors
This commit is contained in:
parent
627b7fa763
commit
ed3917914f
@ -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).
|
||||
|
Loading…
Reference in New Issue
Block a user