Customer Login



«

Versions

Package Name Version
Django 1.10.6
Python 2.7.5
dbbackup Backup and restore 3.3.0
debug_toolbar Debug Toolbar 1.7
django_extensions Django_Extensions 1.7.6
import_export Import_Export 1.2.0
localflavor Localflavor 2.0
sorl.thumbnail Thumbnail 12.5.0

Time

Resource usage

Resource Value
User CPU time 32.785 msec
System CPU time 2.859 msec
Total CPU time 35.644 msec
Elapsed time 37.546 msec
Context switches 8 voluntary, 0 involuntary

Browser timing

Timing attribute Timeline Milliseconds since navigation start (+length)

Settings from ubwest.settings

Setting Value
ABSOLUTE_URL_OVERRIDES {}
ADMINS (('Michael Geary', 'michael.geary@treelinegroup.com'), ('Brett Aland', 'brett.aland@treelinegroup.com'))
ADMIN_MANAGERS ['thickman', 'slawrence', 'mflores', 'devs']
ADMIN_USERNAMES ['handerson', 'carcher', 'mserrano', 'devs', 'telagonzalez', 'kself', 'mflores', 'kgeist', 'keishac', 'lori70', 'candyceo', 'madspettingill']
ALLOWED_HOSTS ['.ubwest.com', '138.68.254.185']
APPEND_SLASH True
AUTHENTICATION_BACKENDS [u'django.contrib.auth.backends.ModelBackend']
AUTH_PASSWORD_VALIDATORS u'********************'
AUTH_USER_MODEL u'auth.User'
AWS_ACCESS_KEY_ID u'********************'
AWS_S3_ENDPOINT_URL 'https://sfo2.digitaloceanspaces.com'
AWS_S3_REGION_NAME 'sfo2'
AWS_SECRET_ACCESS_KEY u'********************'
AWS_STORAGE_BUCKET_NAME 'ubw-media'
BASE_DIR '/home/developers/ubw_git/ubwest'
CACHES {'default': {'BACKEND': 'django.core.cache.backends.db.DatabaseCache', 'LOCATION': 'django_cache'}}
CACHE_MIDDLEWARE_ALIAS u'default'
CACHE_MIDDLEWARE_KEY_PREFIX u'********************'
CACHE_MIDDLEWARE_SECONDS 600
CSRF_COOKIE_AGE 31449600
CSRF_COOKIE_DOMAIN None
CSRF_COOKIE_HTTPONLY False
CSRF_COOKIE_NAME u'csrftoken'
CSRF_COOKIE_PATH u'/'
CSRF_COOKIE_SECURE False
CSRF_FAILURE_VIEW u'django.views.csrf.csrf_failure'
CSRF_HEADER_NAME u'HTTP_X_CSRFTOKEN'
CSRF_TRUSTED_ORIGINS []
DATABASES {'default': {'ATOMIC_REQUESTS': False, 'AUTOCOMMIT': True, 'CONN_MAX_AGE': 0, 'ENGINE': 'django.db.backends.mysql', 'HOST': 'db.ubwest.com', 'NAME': 'ubwest_com_dev', 'OPTIONS': {'init_command': 'SET storage_engine=MYISAM'}, 'PASSWORD': u'********************', 'PORT': '', 'TEST': {'CHARSET': None, 'COLLATION': None, 'MIRROR': None, 'NAME': None}, 'TIME_ZONE': None, 'USER': 'djubwest'}, 'production': {'ATOMIC_REQUESTS': False, 'AUTOCOMMIT': True, 'CONN_MAX_AGE': 0, 'ENGINE': 'django.db.backends.mysql', 'HOST': 'db.ubwest.com', 'NAME': 'ubwest_com', 'OPTIONS': {'init_command': 'SET storage_engine=MYISAM'}, 'PASSWORD': u'********************', 'PORT': '', 'TEST': {'CHARSET': None, 'COLLATION': None, 'MIRROR': None, 'NAME': None}, 'TIME_ZONE': None, 'USER': 'djubwest'}}
DATABASE_ROUTERS []
DATA_UPLOAD_MAX_MEMORY_SIZE None
DATA_UPLOAD_MAX_NUMBER_FIELDS None
DATETIME_FORMAT u'N j, Y, P'
DATETIME_INPUT_FORMATS [u'%Y-%m-%d %H:%M:%S', u'%Y-%m-%d %H:%M:%S.%f', u'%Y-%m-%d %H:%M', u'%Y-%m-%d', u'%m/%d/%Y %H:%M:%S', u'%m/%d/%Y %H:%M:%S.%f', u'%m/%d/%Y %H:%M', u'%m/%d/%Y', u'%m/%d/%y %H:%M:%S', u'%m/%d/%y %H:%M:%S.%f', u'%m/%d/%y %H:%M', u'%m/%d/%y']
DATE_FORMAT u'N j, Y'
DATE_INPUT_FORMATS [u'%Y-%m-%d', u'%m/%d/%Y', u'%m/%d/%y', u'%b %d %Y', u'%b %d, %Y', u'%d %b %Y', u'%d %b, %Y', u'%B %d %Y', u'%B %d, %Y', u'%d %B %Y', u'%d %B, %Y']
DBBACKUP_STORAGE 'django.core.files.storage.FileSystemStorage'
DBBACKUP_STORAGE_OPTIONS {'location': '/mnt/backups/'}
DEBUG True
DEBUG_PROPAGATE_EXCEPTIONS False
DEBUG_TOOLBAR_CONFIG {'SHOW_TOOLBAR_CALLBACK': <function <lambda> at 0x7fe14207e848>}
DECIMAL_SEPARATOR u'.'
DEFAULT_CHARSET u'utf-8'
DEFAULT_CONTENT_TYPE u'text/html'
DEFAULT_EXCEPTION_REPORTER_FILTER u'django.views.debug.SafeExceptionReporterFilter'
DEFAULT_FILE_STORAGE u'django.core.files.storage.FileSystemStorage'
DEFAULT_FROM_EMAIL 'noreply@ubwest.com'
DEFAULT_INDEX_TABLESPACE u''
DEFAULT_TABLESPACE u''
DISALLOWED_USER_AGENTS []
DJANGO_BASE_URL '/v2/'
EMAIL_BACKEND u'django.core.mail.backends.smtp.EmailBackend'
EMAIL_HOST u'localhost'
EMAIL_HOST_PASSWORD u'********************'
EMAIL_HOST_USER u''
EMAIL_PORT 25
EMAIL_SSL_CERTFILE None
EMAIL_SSL_KEYFILE u'********************'
EMAIL_SUBJECT_PREFIX u'[Django] '
EMAIL_TIMEOUT None
EMAIL_USE_SSL False
EMAIL_USE_TLS False
ENVIRONMENT 'dev'
FILE_CHARSET u'utf-8'
FILE_UPLOAD_DIRECTORY_PERMISSIONS None
FILE_UPLOAD_HANDLERS [u'django.core.files.uploadhandler.MemoryFileUploadHandler', u'django.core.files.uploadhandler.TemporaryFileUploadHandler']
FILE_UPLOAD_MAX_MEMORY_SIZE 1
FILE_UPLOAD_PERMISSIONS None
FILE_UPLOAD_TEMP_DIR '/home/developers/ubw_git/ubwest/media/temp'
FIRST_DAY_OF_WEEK 0
FIXTURE_DIRS []
FORCE_SCRIPT_NAME None
FORMAT_MODULE_PATH None
IGNORABLE_404_URLS []
INSTALLED_APPS ['django.contrib.admin', 'django.contrib.auth', 'django.contrib.contenttypes', 'django.contrib.sessions', 'django.contrib.messages', 'django.contrib.staticfiles', 'django.contrib.humanize', 'localflavor', 'metering', 'billparse', 'svg_creator', 'main', 'django_extensions', 'debug_toolbar', 'import_export', 'sorl.thumbnail', 'dbbackup']
INTERNAL_IPS ['54.191.56.181', '75.144.8.210', '67.199.175.74', '136.36.53.84']
LANGUAGES [(u'af', u'Afrikaans'), (u'ar', u'Arabic'), (u'ast', u'Asturian'), (u'az', u'Azerbaijani'), (u'bg', u'Bulgarian'), (u'be', u'Belarusian'), (u'bn', u'Bengali'), (u'br', u'Breton'), (u'bs', u'Bosnian'), (u'ca', u'Catalan'), (u'cs', u'Czech'), (u'cy', u'Welsh'), (u'da', u'Danish'), (u'de', u'German'), (u'dsb', u'Lower Sorbian'), (u'el', u'Greek'), (u'en', u'English'), (u'en-au', u'Australian English'), (u'en-gb', u'British English'), (u'eo', u'Esperanto'), (u'es', u'Spanish'), (u'es-ar', u'Argentinian Spanish'), (u'es-co', u'Colombian Spanish'), (u'es-mx', u'Mexican Spanish'), (u'es-ni', u'Nicaraguan Spanish'), (u'es-ve', u'Venezuelan Spanish'), (u'et', u'Estonian'), (u'eu', u'Basque'), (u'fa', u'Persian'), (u'fi', u'Finnish'), (u'fr', u'French'), (u'fy', u'Frisian'), (u'ga', u'Irish'), (u'gd', u'Scottish Gaelic'), (u'gl', u'Galician'), (u'he', u'Hebrew'), (u'hi', u'Hindi'), (u'hr', u'Croatian'), (u'hsb', u'Upper Sorbian'), (u'hu', u'Hungarian'), (u'ia', u'Interlingua'), (u'id', u'Indonesian'), (u'io', u'Ido'), (u'is', u'Icelandic'), (u'it', u'Italian'), (u'ja', u'Japanese'), (u'ka', u'Georgian'), (u'kk', u'Kazakh'), (u'km', u'Khmer'), (u'kn', u'Kannada'), (u'ko', u'Korean'), (u'lb', u'Luxembourgish'), (u'lt', u'Lithuanian'), (u'lv', u'Latvian'), (u'mk', u'Macedonian'), (u'ml', u'Malayalam'), (u'mn', u'Mongolian'), (u'mr', u'Marathi'), (u'my', u'Burmese'), (u'nb', u'Norwegian Bokm\xe5l'), (u'ne', u'Nepali'), (u'nl', u'Dutch'), (u'nn', u'Norwegian Nynorsk'), (u'os', u'Ossetic'), (u'pa', u'Punjabi'), (u'pl', u'Polish'), (u'pt', u'Portuguese'), (u'pt-br', u'Brazilian Portuguese'), (u'ro', u'Romanian'), (u'ru', u'Russian'), (u'sk', u'Slovak'), (u'sl', u'Slovenian'), (u'sq', u'Albanian'), (u'sr', u'Serbian'), (u'sr-latn', u'Serbian Latin'), (u'sv', u'Swedish'), (u'sw', u'Swahili'), (u'ta', u'Tamil'), (u'te', u'Telugu'), (u'th', u'Thai'), (u'tr', u'Turkish'), (u'tt', u'Tatar'), (u'udm', u'Udmurt'), (u'uk', u'Ukrainian'), (u'ur', u'Urdu'), (u'vi', u'Vietnamese'), (u'zh-hans', u'Simplified Chinese'), (u'zh-hant', u'Traditional Chinese')]
LANGUAGES_BIDI [u'he', u'ar', u'fa', u'ur']
LANGUAGE_CODE 'en-us'
LANGUAGE_COOKIE_AGE None
LANGUAGE_COOKIE_DOMAIN None
LANGUAGE_COOKIE_NAME u'django_language'
LANGUAGE_COOKIE_PATH u'/'
LOCALE_PATHS []
LOGGING {}
LOGGING_CONFIG u'logging.config.dictConfig'
LOGIN_REDIRECT_URL u'/accounts/profile/'
LOGIN_URL u'/accounts/login/'
LOGOUT_REDIRECT_URL None
MANAGERS []
MEDIA_ROOT '/home/developers/ubw_git/ubwest/media'
MEDIA_URL '/v2/media/'
MEDIA_URL_BASE 'https://cp.ubwest.com/v2/media/'
MESSAGE_STORAGE u'django.contrib.messages.storage.fallback.FallbackStorage'
MIDDLEWARE ['debug_toolbar.middleware.DebugToolbarMiddleware', 'django.middleware.security.SecurityMiddleware', 'django.contrib.sessions.middleware.SessionMiddleware', 'django.middleware.common.CommonMiddleware', 'django.middleware.csrf.CsrfViewMiddleware', 'django.contrib.auth.middleware.AuthenticationMiddleware', 'django.contrib.messages.middleware.MessageMiddleware', 'django.middleware.clickjacking.XFrameOptionsMiddleware']
MIDDLEWARE_CLASSES [u'django.middleware.common.CommonMiddleware', u'django.middleware.csrf.CsrfViewMiddleware']
MIGRATION_MODULES {}
MONTH_DAY_FORMAT u'F j'
NUMBER_GROUPING 0
PASSWORD_HASHERS u'********************'
PASSWORD_RESET_TIMEOUT_DAYS u'********************'
PREPEND_WWW False
REPORT_MONTH_LOOKUP {'Apr': 4, 'Aug': 8, 'Dec': 12, 'Feb': 2, 'Jan': 1, 'Jul': 7, 'Jun': 6, 'Mar': 3, 'May': 5, 'Nov': 11, 'Oct': 10, 'Sep': 9}
ROOT_URLCONF 'ubwest.urls'
SECRET_KEY u'********************'
SECURE_BROWSER_XSS_FILTER False
SECURE_CONTENT_TYPE_NOSNIFF False
SECURE_HSTS_INCLUDE_SUBDOMAINS False
SECURE_HSTS_SECONDS 0
SECURE_PROXY_SSL_HEADER None
SECURE_REDIRECT_EXEMPT []
SECURE_SSL_HOST None
SECURE_SSL_REDIRECT False
SERVER_DOMAIN 'dev.ubwest.com'
SERVER_EMAIL 'noreply@ubwest.com'
SESSION_CACHE_ALIAS u'default'
SESSION_COOKIE_AGE 1209600
SESSION_COOKIE_DOMAIN None
SESSION_COOKIE_HTTPONLY True
SESSION_COOKIE_NAME u'sessionid'
SESSION_COOKIE_PATH u'/'
SESSION_COOKIE_SECURE False
SESSION_ENGINE u'django.contrib.sessions.backends.db'
SESSION_EXPIRE_AT_BROWSER_CLOSE False
SESSION_FILE_PATH None
SESSION_SAVE_EVERY_REQUEST False
SESSION_SERIALIZER u'django.contrib.sessions.serializers.JSONSerializer'
SETTINGS_MODULE 'ubwest.settings'
SHORT_DATETIME_FORMAT u'm/d/Y P'
SHORT_DATE_FORMAT u'm/d/Y'
SHOW_TOOLBAR_CALLBACK <function <lambda> at 0x7fe14207e230>
SIGNING_BACKEND u'django.core.signing.TimestampSigner'
SILENCED_SYSTEM_CHECKS []
STATICFILES_DIRS []
STATICFILES_FINDERS [u'django.contrib.staticfiles.finders.FileSystemFinder', u'django.contrib.staticfiles.finders.AppDirectoriesFinder']
STATICFILES_STORAGE u'django.contrib.staticfiles.storage.StaticFilesStorage'
STATIC_ROOT '/home/developers/ubw_git/ubwest/static'
STATIC_URL '/v2/static/'
STORAGES {'default': {'BACKEND': 'django.core.files.storage.FileSystemStorage'}, 'staticfiles': {'BACKEND': 'django.core.files.storage.FileSystemStorage'}}
TEMPLATES [{'APP_DIRS': True, 'BACKEND': 'django.template.backends.django.DjangoTemplates', 'DIRS': ['/home/developers/ubw_git/ubwest/templates'], 'OPTIONS': {'context_processors': ['django.template.context_processors.debug', 'django.template.context_processors.request', 'django.contrib.auth.context_processors.auth', 'django.contrib.messages.context_processors.messages', 'main.context_processors.django_user_login']}}]
TEMPLATE_DEBUG True
TEMPLATE_STRING_IF_INVALID ''
TEST_NON_SERIALIZED_APPS []
TEST_RUNNER u'django.test.runner.DiscoverRunner'
THOUSAND_SEPARATOR u','
THUMBNAIL_DEBUG False
TIME_FORMAT u'P'
TIME_INPUT_FORMATS [u'%H:%M:%S', u'%H:%M:%S.%f', u'%H:%M']
TIME_ZONE 'America/Denver'
USE_ETAGS False
USE_I18N True
USE_L10N True
USE_NEW_INKSCAPE False
USE_THOUSAND_SEPARATOR False
USE_TZ False
USE_X_FORWARDED_HOST False
USE_X_FORWARDED_PORT False
WSGI_APPLICATION 'ubwest.wsgi.application'
X_FRAME_OPTIONS u'SAMEORIGIN'
YARD_LICENSE 'MIIBEAYJKwYBBAGCN1gDoIIBATCB/gYKKwYBBAGCN1gDAaCB7zCB7AIDAgABAgJo\nAQICAIAEAAQQ1eVh+atE1ssXjPBcJGpl6wSByPrLxNcAOGpQS3oJEB0O9UgxCN/N\n3It/st30Ar1U53V+BZ4WsbZMCoj969nZqjLw9Mmmio0MGTcbbJWDJIRSqRW4zbhe\nbFTGqZ4H5q+jAgc1BxPr9efMPO5FEnXshgKMel23F3UVLF25B4mu3pD8eKXJBsK/\nj2SeWf6dxHE3i7N6t3ElCJT3HM7tahuvERqywafgPohFHHNyX5KA/SLAbucfmWep\nP91CYO+DBxiS6B2LljfRjbVQ8ufRJ32vBoPjLEsBT23K+lhs'
YEAR_MONTH_FORMAT u'F Y'

Headers

Request headers

Key Value
Accept */*
Accept-Encoding gzip, br, zstd, deflate
Host dev.ubwest.com
Referer https://dev.ubwest.com/v2/login
User-Agent Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)

Response headers

Key Value
Content-Type text/html; charset=utf-8
Vary Cookie
X-Frame-Options SAMEORIGIN

WSGI environ

Since the WSGI environ inherits the environment of the server, only a significant subset is shown below.

Key Value
GATEWAY_INTERFACE CGI/1.1
PATH_INFO /login/
QUERY_STRING
REMOTE_ADDR 10.138.0.8
REQUEST_METHOD GET
SCRIPT_NAME /v2
SERVER_NAME dev.ubwest.com
SERVER_PORT 443
SERVER_PROTOCOL HTTP/1.1
SERVER_SOFTWARE Apache

Request

View information

View function Arguments Keyword arguments URL name
<no view> u'None' u'None' None

No cookies

No session data

No GET data

No POST data

SQL queries from 1 connection

  •   default 0.26 ms (1 query )
  Query Timeline Time (ms) Action
  +
100.0%
0.26

Connection: default

/home/developers/ubw_git/ubwest/main/views.py in master_login(516)
  return render(request, "login.html", context)
/usr/lib64/python2.7/contextlib.py in __enter__(17)
  return self.gen.next()
/home/developers/ubw_git/ubwest/main/context_processors.py in django_user_login(10)
  "multi_companies":User.objects.get(pk=request.session.get("authed_user_id")).is_multi_user,

Static files (612 found, 0 used)

Static file paths

None

Static file apps

  1. django.contrib.admin
  2. metering
  3. svg_creator
  4. main
  5. django_extensions
  6. debug_toolbar
  7. import_export

Static files

None

django.contrib.staticfiles.finders.AppDirectoriesFinder (612 files)

Path Location
admin/js/calendar.js /usr/lib/python2.7/site-packages/django/contrib/admin/static/admin/js/calendar.js
admin/js/cancel.js /usr/lib/python2.7/site-packages/django/contrib/admin/static/admin/js/cancel.js
admin/js/core.js /usr/lib/python2.7/site-packages/django/contrib/admin/static/admin/js/core.js
admin/js/prepopulate_init.js /usr/lib/python2.7/site-packages/django/contrib/admin/static/admin/js/prepopulate_init.js
admin/js/actions.min.js /usr/lib/python2.7/site-packages/django/contrib/admin/static/admin/js/actions.min.js
admin/js/collapse.js /usr/lib/python2.7/site-packages/django/contrib/admin/static/admin/js/collapse.js
admin/js/timeparse.js /usr/lib/python2.7/site-packages/django/contrib/admin/static/admin/js/timeparse.js
admin/js/actions.js /usr/lib/python2.7/site-packages/django/contrib/admin/static/admin/js/actions.js
admin/js/popup_response.js /usr/lib/python2.7/site-packages/django/contrib/admin/static/admin/js/popup_response.js
admin/js/change_form.js /usr/lib/python2.7/site-packages/django/contrib/admin/static/admin/js/change_form.js
admin/js/prepopulate.min.js /usr/lib/python2.7/site-packages/django/contrib/admin/static/admin/js/prepopulate.min.js
admin/js/urlify.js /usr/lib/python2.7/site-packages/django/contrib/admin/static/admin/js/urlify.js
admin/js/SelectFilter2.js /usr/lib/python2.7/site-packages/django/contrib/admin/static/admin/js/SelectFilter2.js
admin/js/jquery.init.js /usr/lib/python2.7/site-packages/django/contrib/admin/static/admin/js/jquery.init.js
admin/js/inlines.min.js /usr/lib/python2.7/site-packages/django/contrib/admin/static/admin/js/inlines.min.js
admin/js/SelectBox.js /usr/lib/python2.7/site-packages/django/contrib/admin/static/admin/js/SelectBox.js
admin/js/collapse.min.js /usr/lib/python2.7/site-packages/django/contrib/admin/static/admin/js/collapse.min.js
admin/js/prepopulate.js /usr/lib/python2.7/site-packages/django/contrib/admin/static/admin/js/prepopulate.js
admin/js/inlines.js /usr/lib/python2.7/site-packages/django/contrib/admin/static/admin/js/inlines.js
admin/js/vendor/xregexp/xregexp.js /usr/lib/python2.7/site-packages/django/contrib/admin/static/admin/js/vendor/xregexp/xregexp.js
admin/js/vendor/xregexp/xregexp.min.js /usr/lib/python2.7/site-packages/django/contrib/admin/static/admin/js/vendor/xregexp/xregexp.min.js
admin/js/vendor/xregexp/LICENSE-XREGEXP.txt /usr/lib/python2.7/site-packages/django/contrib/admin/static/admin/js/vendor/xregexp/LICENSE-XREGEXP.txt
admin/js/vendor/jquery/jquery.js /usr/lib/python2.7/site-packages/django/contrib/admin/static/admin/js/vendor/jquery/jquery.js
admin/js/vendor/jquery/LICENSE-JQUERY.txt /usr/lib/python2.7/site-packages/django/contrib/admin/static/admin/js/vendor/jquery/LICENSE-JQUERY.txt
admin/js/vendor/jquery/jquery.min.js /usr/lib/python2.7/site-packages/django/contrib/admin/static/admin/js/vendor/jquery/jquery.min.js
admin/js/admin/DateTimeShortcuts.js /usr/lib/python2.7/site-packages/django/contrib/admin/static/admin/js/admin/DateTimeShortcuts.js
admin/js/admin/RelatedObjectLookups.js /usr/lib/python2.7/site-packages/django/contrib/admin/static/admin/js/admin/RelatedObjectLookups.js
admin/fonts/README.txt /usr/lib/python2.7/site-packages/django/contrib/admin/static/admin/fonts/README.txt
admin/fonts/LICENSE.txt /usr/lib/python2.7/site-packages/django/contrib/admin/static/admin/fonts/LICENSE.txt
admin/fonts/Roboto-Regular-webfont.woff /usr/lib/python2.7/site-packages/django/contrib/admin/static/admin/fonts/Roboto-Regular-webfont.woff
admin/fonts/Roboto-Light-webfont.woff /usr/lib/python2.7/site-packages/django/contrib/admin/static/admin/fonts/Roboto-Light-webfont.woff
admin/fonts/Roboto-Bold-webfont.woff /usr/lib/python2.7/site-packages/django/contrib/admin/static/admin/fonts/Roboto-Bold-webfont.woff
admin/css/dashboard.css /usr/lib/python2.7/site-packages/django/contrib/admin/static/admin/css/dashboard.css
admin/css/fonts.css /usr/lib/python2.7/site-packages/django/contrib/admin/static/admin/css/fonts.css
admin/css/base.css /usr/lib/python2.7/site-packages/django/contrib/admin/static/admin/css/base.css
admin/css/login.css /usr/lib/python2.7/site-packages/django/contrib/admin/static/admin/css/login.css
admin/css/changelists.css /usr/lib/python2.7/site-packages/django/contrib/admin/static/admin/css/changelists.css
admin/css/rtl.css /usr/lib/python2.7/site-packages/django/contrib/admin/static/admin/css/rtl.css
admin/css/forms.css /usr/lib/python2.7/site-packages/django/contrib/admin/static/admin/css/forms.css
admin/css/widgets.css /usr/lib/python2.7/site-packages/django/contrib/admin/static/admin/css/widgets.css
admin/img/README.txt /usr/lib/python2.7/site-packages/django/contrib/admin/static/admin/img/README.txt
admin/img/LICENSE /usr/lib/python2.7/site-packages/django/contrib/admin/static/admin/img/LICENSE
admin/img/tooltag-arrowright.svg /usr/lib/python2.7/site-packages/django/contrib/admin/static/admin/img/tooltag-arrowright.svg
admin/img/sorting-icons.svg /usr/lib/python2.7/site-packages/django/contrib/admin/static/admin/img/sorting-icons.svg
admin/img/icon-unknown-alt.svg /usr/lib/python2.7/site-packages/django/contrib/admin/static/admin/img/icon-unknown-alt.svg
admin/img/icon-addlink.svg /usr/lib/python2.7/site-packages/django/contrib/admin/static/admin/img/icon-addlink.svg
admin/img/icon-deletelink.svg /usr/lib/python2.7/site-packages/django/contrib/admin/static/admin/img/icon-deletelink.svg
admin/img/calendar-icons.svg /usr/lib/python2.7/site-packages/django/contrib/admin/static/admin/img/calendar-icons.svg
admin/img/icon-clock.svg /usr/lib/python2.7/site-packages/django/contrib/admin/static/admin/img/icon-clock.svg
admin/img/icon-unknown.svg /usr/lib/python2.7/site-packages/django/contrib/admin/static/admin/img/icon-unknown.svg
admin/img/search.svg /usr/lib/python2.7/site-packages/django/contrib/admin/static/admin/img/search.svg
admin/img/icon-changelink.svg /usr/lib/python2.7/site-packages/django/contrib/admin/static/admin/img/icon-changelink.svg
admin/img/icon-no.svg /usr/lib/python2.7/site-packages/django/contrib/admin/static/admin/img/icon-no.svg
admin/img/tooltag-add.svg /usr/lib/python2.7/site-packages/django/contrib/admin/static/admin/img/tooltag-add.svg
admin/img/selector-icons.svg /usr/lib/python2.7/site-packages/django/contrib/admin/static/admin/img/selector-icons.svg
admin/img/icon-calendar.svg /usr/lib/python2.7/site-packages/django/contrib/admin/static/admin/img/icon-calendar.svg
admin/img/icon-alert.svg /usr/lib/python2.7/site-packages/django/contrib/admin/static/admin/img/icon-alert.svg
admin/img/icon-yes.svg /usr/lib/python2.7/site-packages/django/contrib/admin/static/admin/img/icon-yes.svg
admin/img/inline-delete.svg /usr/lib/python2.7/site-packages/django/contrib/admin/static/admin/img/inline-delete.svg
admin/img/gis/move_vertex_off.svg /usr/lib/python2.7/site-packages/django/contrib/admin/static/admin/img/gis/move_vertex_off.svg
admin/img/gis/move_vertex_on.svg /usr/lib/python2.7/site-packages/django/contrib/admin/static/admin/img/gis/move_vertex_on.svg
metering_chart.js /home/developers/ubw_git/ubwest/metering/static/metering_chart.js
readmore.js /home/developers/ubw_git/ubwest/metering/static/readmore.js
css/bill_ocr.css /home/developers/ubw_git/ubwest/metering/static/css/bill_ocr.css
highcharts/index.htm /home/developers/ubw_git/ubwest/metering/static/highcharts/index.htm
highcharts/api/highcharts.html /home/developers/ubw_git/ubwest/metering/static/highcharts/api/highcharts.html
highcharts/api/css/api.css /home/developers/ubw_git/ubwest/metering/static/highcharts/api/css/api.css
highcharts/api/css/font-awesome.min.css /home/developers/ubw_git/ubwest/metering/static/highcharts/api/css/font-awesome.min.css
highcharts/api/css/jquery-ui.min.css /home/developers/ubw_git/ubwest/metering/static/highcharts/api/css/jquery-ui.min.css
highcharts/api/css/jquery.sidr.bare.css /home/developers/ubw_git/ubwest/metering/static/highcharts/api/css/jquery.sidr.bare.css
highcharts/api/fonts/fontawesome-webfont.woff /home/developers/ubw_git/ubwest/metering/static/highcharts/api/fonts/fontawesome-webfont.woff
highcharts/api/fonts/fontawesome-webfont.woff2 /home/developers/ubw_git/ubwest/metering/static/highcharts/api/fonts/fontawesome-webfont.woff2
highcharts/api/images/Highcharts.svg /home/developers/ubw_git/ubwest/metering/static/highcharts/api/images/Highcharts.svg
highcharts/api/images/apple-touch-icon-114x114.png /home/developers/ubw_git/ubwest/metering/static/highcharts/api/images/apple-touch-icon-114x114.png
highcharts/api/images/apple-touch-icon-120x120.png /home/developers/ubw_git/ubwest/metering/static/highcharts/api/images/apple-touch-icon-120x120.png
highcharts/api/images/apple-touch-icon-144x144.png /home/developers/ubw_git/ubwest/metering/static/highcharts/api/images/apple-touch-icon-144x144.png
highcharts/api/images/apple-touch-icon-152x152.png /home/developers/ubw_git/ubwest/metering/static/highcharts/api/images/apple-touch-icon-152x152.png
highcharts/api/images/apple-touch-icon-180x180.png /home/developers/ubw_git/ubwest/metering/static/highcharts/api/images/apple-touch-icon-180x180.png
highcharts/api/images/apple-touch-icon-57x57.png /home/developers/ubw_git/ubwest/metering/static/highcharts/api/images/apple-touch-icon-57x57.png
highcharts/api/images/apple-touch-icon-60x60.png /home/developers/ubw_git/ubwest/metering/static/highcharts/api/images/apple-touch-icon-60x60.png
highcharts/api/images/apple-touch-icon-72x72.png /home/developers/ubw_git/ubwest/metering/static/highcharts/api/images/apple-touch-icon-72x72.png
highcharts/api/images/apple-touch-icon-76x76.png /home/developers/ubw_git/ubwest/metering/static/highcharts/api/images/apple-touch-icon-76x76.png
highcharts/api/images/favicon-160x160.png /home/developers/ubw_git/ubwest/metering/static/highcharts/api/images/favicon-160x160.png
highcharts/api/images/favicon-16x16.png /home/developers/ubw_git/ubwest/metering/static/highcharts/api/images/favicon-16x16.png
highcharts/api/images/favicon-192x192.png /home/developers/ubw_git/ubwest/metering/static/highcharts/api/images/favicon-192x192.png
highcharts/api/images/favicon-32x32.png /home/developers/ubw_git/ubwest/metering/static/highcharts/api/images/favicon-32x32.png
highcharts/api/images/favicon-96x96.png /home/developers/ubw_git/ubwest/metering/static/highcharts/api/images/favicon-96x96.png
highcharts/api/images/sprite.png /home/developers/ubw_git/ubwest/metering/static/highcharts/api/images/sprite.png
highcharts/api/js/api.js /home/developers/ubw_git/ubwest/metering/static/highcharts/api/js/api.js
highcharts/api/js/highcharts.json /home/developers/ubw_git/ubwest/metering/static/highcharts/api/js/highcharts.json
highcharts/api/js/jquery-1.11.3.min.js /home/developers/ubw_git/ubwest/metering/static/highcharts/api/js/jquery-1.11.3.min.js
highcharts/api/js/jquery-ui.min.js /home/developers/ubw_git/ubwest/metering/static/highcharts/api/js/jquery-ui.min.js
highcharts/api/js/jquery.sidr.min.js /home/developers/ubw_git/ubwest/metering/static/highcharts/api/js/jquery.sidr.min.js
highcharts/code/highcharts-3d.js /home/developers/ubw_git/ubwest/metering/static/highcharts/code/highcharts-3d.js
highcharts/code/highcharts-3d.src.js /home/developers/ubw_git/ubwest/metering/static/highcharts/code/highcharts-3d.src.js
highcharts/code/highcharts-more.js /home/developers/ubw_git/ubwest/metering/static/highcharts/code/highcharts-more.js
highcharts/code/highcharts-more.src.js /home/developers/ubw_git/ubwest/metering/static/highcharts/code/highcharts-more.src.js
highcharts/code/highcharts.js /home/developers/ubw_git/ubwest/metering/static/highcharts/code/highcharts.js
highcharts/code/highcharts.src.js /home/developers/ubw_git/ubwest/metering/static/highcharts/code/highcharts.src.js
highcharts/code/readme.txt /home/developers/ubw_git/ubwest/metering/static/highcharts/code/readme.txt
highcharts/code/js/highcharts-3d.js /home/developers/ubw_git/ubwest/metering/static/highcharts/code/js/highcharts-3d.js
highcharts/code/js/highcharts-3d.src.js /home/developers/ubw_git/ubwest/metering/static/highcharts/code/js/highcharts-3d.src.js
highcharts/code/js/highcharts-more.js /home/developers/ubw_git/ubwest/metering/static/highcharts/code/js/highcharts-more.js
highcharts/code/js/highcharts-more.src.js /home/developers/ubw_git/ubwest/metering/static/highcharts/code/js/highcharts-more.src.js
highcharts/code/js/highcharts.js /home/developers/ubw_git/ubwest/metering/static/highcharts/code/js/highcharts.js
highcharts/code/js/highcharts.src.js /home/developers/ubw_git/ubwest/metering/static/highcharts/code/js/highcharts.src.js
highcharts/code/js/modules/accessibility.js /home/developers/ubw_git/ubwest/metering/static/highcharts/code/js/modules/accessibility.js
highcharts/code/js/modules/accessibility.src.js /home/developers/ubw_git/ubwest/metering/static/highcharts/code/js/modules/accessibility.src.js
highcharts/code/js/modules/annotations.js /home/developers/ubw_git/ubwest/metering/static/highcharts/code/js/modules/annotations.js
highcharts/code/js/modules/annotations.src.js /home/developers/ubw_git/ubwest/metering/static/highcharts/code/js/modules/annotations.src.js
highcharts/code/js/modules/boost.js /home/developers/ubw_git/ubwest/metering/static/highcharts/code/js/modules/boost.js
highcharts/code/js/modules/boost.src.js /home/developers/ubw_git/ubwest/metering/static/highcharts/code/js/modules/boost.src.js
highcharts/code/js/modules/broken-axis.js /home/developers/ubw_git/ubwest/metering/static/highcharts/code/js/modules/broken-axis.js
highcharts/code/js/modules/broken-axis.src.js /home/developers/ubw_git/ubwest/metering/static/highcharts/code/js/modules/broken-axis.src.js
highcharts/code/js/modules/data.js /home/developers/ubw_git/ubwest/metering/static/highcharts/code/js/modules/data.js
highcharts/code/js/modules/data.src.js /home/developers/ubw_git/ubwest/metering/static/highcharts/code/js/modules/data.src.js
highcharts/code/js/modules/drilldown.js /home/developers/ubw_git/ubwest/metering/static/highcharts/code/js/modules/drilldown.js
highcharts/code/js/modules/drilldown.src.js /home/developers/ubw_git/ubwest/metering/static/highcharts/code/js/modules/drilldown.src.js
highcharts/code/js/modules/exporting.js /home/developers/ubw_git/ubwest/metering/static/highcharts/code/js/modules/exporting.js
highcharts/code/js/modules/exporting.src.js /home/developers/ubw_git/ubwest/metering/static/highcharts/code/js/modules/exporting.src.js
highcharts/code/js/modules/funnel.js /home/developers/ubw_git/ubwest/metering/static/highcharts/code/js/modules/funnel.js
highcharts/code/js/modules/funnel.src.js /home/developers/ubw_git/ubwest/metering/static/highcharts/code/js/modules/funnel.src.js
highcharts/code/js/modules/gantt.js /home/developers/ubw_git/ubwest/metering/static/highcharts/code/js/modules/gantt.js
highcharts/code/js/modules/gantt.src.js /home/developers/ubw_git/ubwest/metering/static/highcharts/code/js/modules/gantt.src.js
highcharts/code/js/modules/grid-axis.js /home/developers/ubw_git/ubwest/metering/static/highcharts/code/js/modules/grid-axis.js
highcharts/code/js/modules/grid-axis.src.js /home/developers/ubw_git/ubwest/metering/static/highcharts/code/js/modules/grid-axis.src.js
highcharts/code/js/modules/heatmap.js /home/developers/ubw_git/ubwest/metering/static/highcharts/code/js/modules/heatmap.js
highcharts/code/js/modules/heatmap.src.js /home/developers/ubw_git/ubwest/metering/static/highcharts/code/js/modules/heatmap.src.js
highcharts/code/js/modules/no-data-to-display.js /home/developers/ubw_git/ubwest/metering/static/highcharts/code/js/modules/no-data-to-display.js
highcharts/code/js/modules/no-data-to-display.src.js /home/developers/ubw_git/ubwest/metering/static/highcharts/code/js/modules/no-data-to-display.src.js
highcharts/code/js/modules/offline-exporting.js /home/developers/ubw_git/ubwest/metering/static/highcharts/code/js/modules/offline-exporting.js
highcharts/code/js/modules/offline-exporting.src.js /home/developers/ubw_git/ubwest/metering/static/highcharts/code/js/modules/offline-exporting.src.js
highcharts/code/js/modules/overlapping-datalabels.js /home/developers/ubw_git/ubwest/metering/static/highcharts/code/js/modules/overlapping-datalabels.js
highcharts/code/js/modules/overlapping-datalabels.src.js /home/developers/ubw_git/ubwest/metering/static/highcharts/code/js/modules/overlapping-datalabels.src.js
highcharts/code/js/modules/series-label.js /home/developers/ubw_git/ubwest/metering/static/highcharts/code/js/modules/series-label.js
highcharts/code/js/modules/series-label.src.js /home/developers/ubw_git/ubwest/metering/static/highcharts/code/js/modules/series-label.src.js
highcharts/code/js/modules/solid-gauge.js /home/developers/ubw_git/ubwest/metering/static/highcharts/code/js/modules/solid-gauge.js
highcharts/code/js/modules/solid-gauge.src.js /home/developers/ubw_git/ubwest/metering/static/highcharts/code/js/modules/solid-gauge.src.js
highcharts/code/js/modules/treemap.js /home/developers/ubw_git/ubwest/metering/static/highcharts/code/js/modules/treemap.js
highcharts/code/js/modules/treemap.src.js /home/developers/ubw_git/ubwest/metering/static/highcharts/code/js/modules/treemap.src.js
highcharts/code/js/modules/xrange-series.js /home/developers/ubw_git/ubwest/metering/static/highcharts/code/js/modules/xrange-series.js
highcharts/code/js/modules/xrange-series.src.js /home/developers/ubw_git/ubwest/metering/static/highcharts/code/js/modules/xrange-series.src.js
highcharts/code/js/themes/dark-blue.js /home/developers/ubw_git/ubwest/metering/static/highcharts/code/js/themes/dark-blue.js
highcharts/code/js/themes/dark-green.js /home/developers/ubw_git/ubwest/metering/static/highcharts/code/js/themes/dark-green.js
highcharts/code/js/themes/dark-unica.js /home/developers/ubw_git/ubwest/metering/static/highcharts/code/js/themes/dark-unica.js
highcharts/code/js/themes/gray.js /home/developers/ubw_git/ubwest/metering/static/highcharts/code/js/themes/gray.js
highcharts/code/js/themes/grid-light.js /home/developers/ubw_git/ubwest/metering/static/highcharts/code/js/themes/grid-light.js
highcharts/code/js/themes/grid.js /home/developers/ubw_git/ubwest/metering/static/highcharts/code/js/themes/grid.js
highcharts/code/js/themes/sand-signika.js /home/developers/ubw_git/ubwest/metering/static/highcharts/code/js/themes/sand-signika.js
highcharts/code/js/themes/skies.js /home/developers/ubw_git/ubwest/metering/static/highcharts/code/js/themes/skies.js
highcharts/code/modules/accessibility.js /home/developers/ubw_git/ubwest/metering/static/highcharts/code/modules/accessibility.js
highcharts/code/modules/accessibility.src.js /home/developers/ubw_git/ubwest/metering/static/highcharts/code/modules/accessibility.src.js
highcharts/code/modules/annotations.js /home/developers/ubw_git/ubwest/metering/static/highcharts/code/modules/annotations.js
highcharts/code/modules/annotations.src.js /home/developers/ubw_git/ubwest/metering/static/highcharts/code/modules/annotations.src.js
highcharts/code/modules/boost.js /home/developers/ubw_git/ubwest/metering/static/highcharts/code/modules/boost.js
highcharts/code/modules/boost.src.js /home/developers/ubw_git/ubwest/metering/static/highcharts/code/modules/boost.src.js
highcharts/code/modules/broken-axis.js /home/developers/ubw_git/ubwest/metering/static/highcharts/code/modules/broken-axis.js
highcharts/code/modules/broken-axis.src.js /home/developers/ubw_git/ubwest/metering/static/highcharts/code/modules/broken-axis.src.js
highcharts/code/modules/data.js /home/developers/ubw_git/ubwest/metering/static/highcharts/code/modules/data.js
highcharts/code/modules/data.src.js /home/developers/ubw_git/ubwest/metering/static/highcharts/code/modules/data.src.js
highcharts/code/modules/drilldown.js /home/developers/ubw_git/ubwest/metering/static/highcharts/code/modules/drilldown.js
highcharts/code/modules/drilldown.src.js /home/developers/ubw_git/ubwest/metering/static/highcharts/code/modules/drilldown.src.js
highcharts/code/modules/exporting.js /home/developers/ubw_git/ubwest/metering/static/highcharts/code/modules/exporting.js
highcharts/code/modules/exporting.src.js /home/developers/ubw_git/ubwest/metering/static/highcharts/code/modules/exporting.src.js
highcharts/code/modules/funnel.js /home/developers/ubw_git/ubwest/metering/static/highcharts/code/modules/funnel.js
highcharts/code/modules/funnel.src.js /home/developers/ubw_git/ubwest/metering/static/highcharts/code/modules/funnel.src.js
highcharts/code/modules/gantt.js /home/developers/ubw_git/ubwest/metering/static/highcharts/code/modules/gantt.js
highcharts/code/modules/gantt.src.js /home/developers/ubw_git/ubwest/metering/static/highcharts/code/modules/gantt.src.js
highcharts/code/modules/grid-axis.js /home/developers/ubw_git/ubwest/metering/static/highcharts/code/modules/grid-axis.js
highcharts/code/modules/grid-axis.src.js /home/developers/ubw_git/ubwest/metering/static/highcharts/code/modules/grid-axis.src.js
highcharts/code/modules/heatmap.js /home/developers/ubw_git/ubwest/metering/static/highcharts/code/modules/heatmap.js
highcharts/code/modules/heatmap.src.js /home/developers/ubw_git/ubwest/metering/static/highcharts/code/modules/heatmap.src.js
highcharts/code/modules/no-data-to-display.js /home/developers/ubw_git/ubwest/metering/static/highcharts/code/modules/no-data-to-display.js
highcharts/code/modules/no-data-to-display.src.js /home/developers/ubw_git/ubwest/metering/static/highcharts/code/modules/no-data-to-display.src.js
highcharts/code/modules/offline-exporting.js /home/developers/ubw_git/ubwest/metering/static/highcharts/code/modules/offline-exporting.js
highcharts/code/modules/offline-exporting.src.js /home/developers/ubw_git/ubwest/metering/static/highcharts/code/modules/offline-exporting.src.js
highcharts/code/modules/overlapping-datalabels.js /home/developers/ubw_git/ubwest/metering/static/highcharts/code/modules/overlapping-datalabels.js
highcharts/code/modules/overlapping-datalabels.src.js /home/developers/ubw_git/ubwest/metering/static/highcharts/code/modules/overlapping-datalabels.src.js
highcharts/code/modules/series-label.js /home/developers/ubw_git/ubwest/metering/static/highcharts/code/modules/series-label.js
highcharts/code/modules/series-label.src.js /home/developers/ubw_git/ubwest/metering/static/highcharts/code/modules/series-label.src.js
highcharts/code/modules/solid-gauge.js /home/developers/ubw_git/ubwest/metering/static/highcharts/code/modules/solid-gauge.js
highcharts/code/modules/solid-gauge.src.js /home/developers/ubw_git/ubwest/metering/static/highcharts/code/modules/solid-gauge.src.js
highcharts/code/modules/treemap.js /home/developers/ubw_git/ubwest/metering/static/highcharts/code/modules/treemap.js
highcharts/code/modules/treemap.src.js /home/developers/ubw_git/ubwest/metering/static/highcharts/code/modules/treemap.src.js
highcharts/code/modules/xrange-series.js /home/developers/ubw_git/ubwest/metering/static/highcharts/code/modules/xrange-series.js
highcharts/code/modules/xrange-series.src.js /home/developers/ubw_git/ubwest/metering/static/highcharts/code/modules/xrange-series.src.js
highcharts/code/themes/dark-blue.js /home/developers/ubw_git/ubwest/metering/static/highcharts/code/themes/dark-blue.js
highcharts/code/themes/dark-green.js /home/developers/ubw_git/ubwest/metering/static/highcharts/code/themes/dark-green.js
highcharts/code/themes/dark-unica.js /home/developers/ubw_git/ubwest/metering/static/highcharts/code/themes/dark-unica.js
highcharts/code/themes/gray.js /home/developers/ubw_git/ubwest/metering/static/highcharts/code/themes/gray.js
highcharts/code/themes/grid-light.js /home/developers/ubw_git/ubwest/metering/static/highcharts/code/themes/grid-light.js
highcharts/code/themes/grid.js /home/developers/ubw_git/ubwest/metering/static/highcharts/code/themes/grid.js
highcharts/code/themes/sand-signika.js /home/developers/ubw_git/ubwest/metering/static/highcharts/code/themes/sand-signika.js
highcharts/code/themes/skies.js /home/developers/ubw_git/ubwest/metering/static/highcharts/code/themes/skies.js
highcharts/code/lib/canvg.js /home/developers/ubw_git/ubwest/metering/static/highcharts/code/lib/canvg.js
highcharts/code/lib/canvg.src.js /home/developers/ubw_git/ubwest/metering/static/highcharts/code/lib/canvg.src.js
highcharts/code/lib/jspdf.js /home/developers/ubw_git/ubwest/metering/static/highcharts/code/lib/jspdf.js
highcharts/code/lib/jspdf.src.js /home/developers/ubw_git/ubwest/metering/static/highcharts/code/lib/jspdf.src.js
highcharts/code/lib/rgbcolor.js /home/developers/ubw_git/ubwest/metering/static/highcharts/code/lib/rgbcolor.js
highcharts/code/lib/rgbcolor.src.js /home/developers/ubw_git/ubwest/metering/static/highcharts/code/lib/rgbcolor.src.js
highcharts/code/lib/svg2pdf.js /home/developers/ubw_git/ubwest/metering/static/highcharts/code/lib/svg2pdf.js
highcharts/code/lib/svg2pdf.src.js /home/developers/ubw_git/ubwest/metering/static/highcharts/code/lib/svg2pdf.src.js
highcharts/examples/3d-column-interactive/index.htm /home/developers/ubw_git/ubwest/metering/static/highcharts/examples/3d-column-interactive/index.htm
highcharts/examples/3d-column-null-values/index.htm /home/developers/ubw_git/ubwest/metering/static/highcharts/examples/3d-column-null-values/index.htm
highcharts/examples/3d-column-stacking-grouping/index.htm /home/developers/ubw_git/ubwest/metering/static/highcharts/examples/3d-column-stacking-grouping/index.htm
highcharts/examples/3d-pie-donut/index.htm /home/developers/ubw_git/ubwest/metering/static/highcharts/examples/3d-pie-donut/index.htm
highcharts/examples/3d-pie/index.htm /home/developers/ubw_git/ubwest/metering/static/highcharts/examples/3d-pie/index.htm
highcharts/examples/3d-scatter-draggable/index.htm /home/developers/ubw_git/ubwest/metering/static/highcharts/examples/3d-scatter-draggable/index.htm
highcharts/examples/area-basic/index.htm /home/developers/ubw_git/ubwest/metering/static/highcharts/examples/area-basic/index.htm
highcharts/examples/area-inverted/index.htm /home/developers/ubw_git/ubwest/metering/static/highcharts/examples/area-inverted/index.htm
highcharts/examples/area-missing/index.htm /home/developers/ubw_git/ubwest/metering/static/highcharts/examples/area-missing/index.htm
highcharts/examples/area-negative/index.htm /home/developers/ubw_git/ubwest/metering/static/highcharts/examples/area-negative/index.htm
highcharts/examples/area-stacked-percent/index.htm /home/developers/ubw_git/ubwest/metering/static/highcharts/examples/area-stacked-percent/index.htm
highcharts/examples/area-stacked/index.htm /home/developers/ubw_git/ubwest/metering/static/highcharts/examples/area-stacked/index.htm
highcharts/examples/arearange-line/index.htm /home/developers/ubw_git/ubwest/metering/static/highcharts/examples/arearange-line/index.htm
highcharts/examples/arearange/index.htm /home/developers/ubw_git/ubwest/metering/static/highcharts/examples/arearange/index.htm
highcharts/examples/areaspline/index.htm /home/developers/ubw_git/ubwest/metering/static/highcharts/examples/areaspline/index.htm
highcharts/examples/bar-basic/index.htm /home/developers/ubw_git/ubwest/metering/static/highcharts/examples/bar-basic/index.htm
highcharts/examples/bar-negative-stack/index.htm /home/developers/ubw_git/ubwest/metering/static/highcharts/examples/bar-negative-stack/index.htm
highcharts/examples/bar-stacked/index.htm /home/developers/ubw_git/ubwest/metering/static/highcharts/examples/bar-stacked/index.htm
highcharts/examples/box-plot/index.htm /home/developers/ubw_git/ubwest/metering/static/highcharts/examples/box-plot/index.htm
highcharts/examples/bubble-3d/index.htm /home/developers/ubw_git/ubwest/metering/static/highcharts/examples/bubble-3d/index.htm
highcharts/examples/bubble/index.htm /home/developers/ubw_git/ubwest/metering/static/highcharts/examples/bubble/index.htm
highcharts/examples/chart-update/index.htm /home/developers/ubw_git/ubwest/metering/static/highcharts/examples/chart-update/index.htm
highcharts/examples/column-basic/index.htm /home/developers/ubw_git/ubwest/metering/static/highcharts/examples/column-basic/index.htm
highcharts/examples/column-drilldown/index.htm /home/developers/ubw_git/ubwest/metering/static/highcharts/examples/column-drilldown/index.htm
highcharts/examples/column-negative/index.htm /home/developers/ubw_git/ubwest/metering/static/highcharts/examples/column-negative/index.htm
highcharts/examples/column-parsed/index.htm /home/developers/ubw_git/ubwest/metering/static/highcharts/examples/column-parsed/index.htm
highcharts/examples/column-placement/index.htm /home/developers/ubw_git/ubwest/metering/static/highcharts/examples/column-placement/index.htm
highcharts/examples/column-rotated-labels/index.htm /home/developers/ubw_git/ubwest/metering/static/highcharts/examples/column-rotated-labels/index.htm
highcharts/examples/column-stacked-and-grouped/index.htm /home/developers/ubw_git/ubwest/metering/static/highcharts/examples/column-stacked-and-grouped/index.htm
highcharts/examples/column-stacked-percent/index.htm /home/developers/ubw_git/ubwest/metering/static/highcharts/examples/column-stacked-percent/index.htm
highcharts/examples/column-stacked/index.htm /home/developers/ubw_git/ubwest/metering/static/highcharts/examples/column-stacked/index.htm
highcharts/examples/columnrange/index.htm /home/developers/ubw_git/ubwest/metering/static/highcharts/examples/columnrange/index.htm
highcharts/examples/combo-dual-axes/index.htm /home/developers/ubw_git/ubwest/metering/static/highcharts/examples/combo-dual-axes/index.htm
highcharts/examples/combo-histogram/index.htm /home/developers/ubw_git/ubwest/metering/static/highcharts/examples/combo-histogram/index.htm
highcharts/examples/combo-meteogram/index.htm /home/developers/ubw_git/ubwest/metering/static/highcharts/examples/combo-meteogram/index.htm
highcharts/examples/combo-multi-axes/index.htm /home/developers/ubw_git/ubwest/metering/static/highcharts/examples/combo-multi-axes/index.htm
highcharts/examples/combo-regression/index.htm /home/developers/ubw_git/ubwest/metering/static/highcharts/examples/combo-regression/index.htm
highcharts/examples/combo-timeline/index.htm /home/developers/ubw_git/ubwest/metering/static/highcharts/examples/combo-timeline/index.htm
highcharts/examples/combo/index.htm /home/developers/ubw_git/ubwest/metering/static/highcharts/examples/combo/index.htm
highcharts/examples/dynamic-click-to-add/index.htm /home/developers/ubw_git/ubwest/metering/static/highcharts/examples/dynamic-click-to-add/index.htm
highcharts/examples/dynamic-master-detail/index.htm /home/developers/ubw_git/ubwest/metering/static/highcharts/examples/dynamic-master-detail/index.htm
highcharts/examples/dynamic-update/index.htm /home/developers/ubw_git/ubwest/metering/static/highcharts/examples/dynamic-update/index.htm
highcharts/examples/error-bar/index.htm /home/developers/ubw_git/ubwest/metering/static/highcharts/examples/error-bar/index.htm
highcharts/examples/funnel/index.htm /home/developers/ubw_git/ubwest/metering/static/highcharts/examples/funnel/index.htm
highcharts/examples/gauge-activity/index.htm /home/developers/ubw_git/ubwest/metering/static/highcharts/examples/gauge-activity/index.htm
highcharts/examples/gauge-clock/index.htm /home/developers/ubw_git/ubwest/metering/static/highcharts/examples/gauge-clock/index.htm
highcharts/examples/gauge-dual/index.htm /home/developers/ubw_git/ubwest/metering/static/highcharts/examples/gauge-dual/index.htm
highcharts/examples/gauge-solid/index.htm /home/developers/ubw_git/ubwest/metering/static/highcharts/examples/gauge-solid/index.htm
highcharts/examples/gauge-speedometer/index.htm /home/developers/ubw_git/ubwest/metering/static/highcharts/examples/gauge-speedometer/index.htm
highcharts/examples/gauge-vu-meter/index.htm /home/developers/ubw_git/ubwest/metering/static/highcharts/examples/gauge-vu-meter/index.htm
highcharts/examples/heatmap-canvas/index.htm /home/developers/ubw_git/ubwest/metering/static/highcharts/examples/heatmap-canvas/index.htm
highcharts/examples/heatmap/index.htm /home/developers/ubw_git/ubwest/metering/static/highcharts/examples/heatmap/index.htm
highcharts/examples/line-ajax/index.htm /home/developers/ubw_git/ubwest/metering/static/highcharts/examples/line-ajax/index.htm
highcharts/examples/line-basic/index.htm /home/developers/ubw_git/ubwest/metering/static/highcharts/examples/line-basic/index.htm
highcharts/examples/line-labels/index.htm /home/developers/ubw_git/ubwest/metering/static/highcharts/examples/line-labels/index.htm
highcharts/examples/line-log-axis/index.htm /home/developers/ubw_git/ubwest/metering/static/highcharts/examples/line-log-axis/index.htm
highcharts/examples/line-time-series/index.htm /home/developers/ubw_git/ubwest/metering/static/highcharts/examples/line-time-series/index.htm
highcharts/examples/pie-basic/index.htm /home/developers/ubw_git/ubwest/metering/static/highcharts/examples/pie-basic/index.htm
highcharts/examples/pie-donut/index.htm /home/developers/ubw_git/ubwest/metering/static/highcharts/examples/pie-donut/index.htm
highcharts/examples/pie-drilldown/index.htm /home/developers/ubw_git/ubwest/metering/static/highcharts/examples/pie-drilldown/index.htm
highcharts/examples/pie-gradient/index.htm /home/developers/ubw_git/ubwest/metering/static/highcharts/examples/pie-gradient/index.htm
highcharts/examples/pie-legend/index.htm /home/developers/ubw_git/ubwest/metering/static/highcharts/examples/pie-legend/index.htm
highcharts/examples/pie-monochrome/index.htm /home/developers/ubw_git/ubwest/metering/static/highcharts/examples/pie-monochrome/index.htm
highcharts/examples/pie-semi-circle/index.htm /home/developers/ubw_git/ubwest/metering/static/highcharts/examples/pie-semi-circle/index.htm
highcharts/examples/polar-spider/index.htm /home/developers/ubw_git/ubwest/metering/static/highcharts/examples/polar-spider/index.htm
highcharts/examples/polar-wind-rose/index.htm /home/developers/ubw_git/ubwest/metering/static/highcharts/examples/polar-wind-rose/index.htm
highcharts/examples/polar/index.htm /home/developers/ubw_git/ubwest/metering/static/highcharts/examples/polar/index.htm
highcharts/examples/polygon/index.htm /home/developers/ubw_git/ubwest/metering/static/highcharts/examples/polygon/index.htm
highcharts/examples/pyramid/index.htm /home/developers/ubw_git/ubwest/metering/static/highcharts/examples/pyramid/index.htm
highcharts/examples/renderer/index.htm /home/developers/ubw_git/ubwest/metering/static/highcharts/examples/renderer/index.htm
highcharts/examples/responsive/index.htm /home/developers/ubw_git/ubwest/metering/static/highcharts/examples/responsive/index.htm
highcharts/examples/scatter/index.htm /home/developers/ubw_git/ubwest/metering/static/highcharts/examples/scatter/index.htm
highcharts/examples/sparkline/index.htm /home/developers/ubw_git/ubwest/metering/static/highcharts/examples/sparkline/index.htm
highcharts/examples/spline-inverted/index.htm /home/developers/ubw_git/ubwest/metering/static/highcharts/examples/spline-inverted/index.htm
highcharts/examples/spline-irregular-time/index.htm /home/developers/ubw_git/ubwest/metering/static/highcharts/examples/spline-irregular-time/index.htm
highcharts/examples/spline-plot-bands/index.htm /home/developers/ubw_git/ubwest/metering/static/highcharts/examples/spline-plot-bands/index.htm
highcharts/examples/spline-symbols/index.htm /home/developers/ubw_git/ubwest/metering/static/highcharts/examples/spline-symbols/index.htm
highcharts/examples/synchronized-charts/index.htm /home/developers/ubw_git/ubwest/metering/static/highcharts/examples/synchronized-charts/index.htm
highcharts/examples/treemap-coloraxis/index.htm /home/developers/ubw_git/ubwest/metering/static/highcharts/examples/treemap-coloraxis/index.htm
highcharts/examples/treemap-large-dataset/index.htm /home/developers/ubw_git/ubwest/metering/static/highcharts/examples/treemap-large-dataset/index.htm
highcharts/examples/treemap-with-levels/index.htm /home/developers/ubw_git/ubwest/metering/static/highcharts/examples/treemap-with-levels/index.htm
highcharts/examples/waterfall/index.htm /home/developers/ubw_git/ubwest/metering/static/highcharts/examples/waterfall/index.htm
highcharts/gfx/vml-radial-gradient.png /home/developers/ubw_git/ubwest/metering/static/highcharts/gfx/vml-radial-gradient.png
highcharts/graphics/meteogram-symbols-30px.png /home/developers/ubw_git/ubwest/metering/static/highcharts/graphics/meteogram-symbols-30px.png
highcharts/graphics/search.png /home/developers/ubw_git/ubwest/metering/static/highcharts/graphics/search.png
highcharts/graphics/skies.jpg /home/developers/ubw_git/ubwest/metering/static/highcharts/graphics/skies.jpg
highcharts/graphics/snow.png /home/developers/ubw_git/ubwest/metering/static/highcharts/graphics/snow.png
highcharts/graphics/sun.png /home/developers/ubw_git/ubwest/metering/static/highcharts/graphics/sun.png
highcharts/graphics/highslide/close.png /home/developers/ubw_git/ubwest/metering/static/highcharts/graphics/highslide/close.png
highcharts/graphics/highslide/closeX.png /home/developers/ubw_git/ubwest/metering/static/highcharts/graphics/highslide/closeX.png
highcharts/graphics/highslide/resize.gif /home/developers/ubw_git/ubwest/metering/static/highcharts/graphics/highslide/resize.gif
highcharts/graphics/highslide/zoomout.cur /home/developers/ubw_git/ubwest/metering/static/highcharts/graphics/highslide/zoomout.cur
highcharts/graphics/highslide/outlines/rounded-white.png /home/developers/ubw_git/ubwest/metering/static/highcharts/graphics/highslide/outlines/rounded-white.png
js/bill_ocr.js /home/developers/ubw_git/ubwest/metering/static/js/bill_ocr.js
css/jquery-ui.css /home/developers/ubw_git/ubwest/svg_creator/static/css/jquery-ui.css
css/jquery-ui.structure.css /home/developers/ubw_git/ubwest/svg_creator/static/css/jquery-ui.structure.css
css/main.css /home/developers/ubw_git/ubwest/svg_creator/static/css/main.css
css/spectrum.css /home/developers/ubw_git/ubwest/svg_creator/static/css/spectrum.css
js/fabric1_4_8.min.js /home/developers/ubw_git/ubwest/svg_creator/static/js/fabric1_4_8.min.js
js/jquery-ui.js /home/developers/ubw_git/ubwest/svg_creator/static/js/jquery-ui.js
js/spectrum.js /home/developers/ubw_git/ubwest/svg_creator/static/js/spectrum.js
js/creator.min.js /home/developers/ubw_git/ubwest/svg_creator/static/js/creator.min.js
js/creator_800.min.js /home/developers/ubw_git/ubwest/svg_creator/static/js/creator_800.min.js
js/email_creator.min.js /home/developers/ubw_git/ubwest/svg_creator/static/js/email_creator.min.js
blank_11x17.pdf /home/developers/ubw_git/ubwest/main/static/blank_11x17.pdf
css/sum-statement.css /home/developers/ubw_git/ubwest/main/static/css/sum-statement.css
css/cover_sheet.css /home/developers/ubw_git/ubwest/main/static/css/cover_sheet.css
js/sum-statement.js /home/developers/ubw_git/ubwest/main/static/js/sum-statement.js
js/cover_sheet.js /home/developers/ubw_git/ubwest/main/static/js/cover_sheet.js
js/ckeditor_ubw/CHANGES.md /home/developers/ubw_git/ubwest/main/static/js/ckeditor_ubw/CHANGES.md
js/ckeditor_ubw/LICENSE.md /home/developers/ubw_git/ubwest/main/static/js/ckeditor_ubw/LICENSE.md
js/ckeditor_ubw/README.md /home/developers/ubw_git/ubwest/main/static/js/ckeditor_ubw/README.md
js/ckeditor_ubw/SECURITY.md /home/developers/ubw_git/ubwest/main/static/js/ckeditor_ubw/SECURITY.md
js/ckeditor_ubw/bender-runner.config.json /home/developers/ubw_git/ubwest/main/static/js/ckeditor_ubw/bender-runner.config.json
js/ckeditor_ubw/build-config.js /home/developers/ubw_git/ubwest/main/static/js/ckeditor_ubw/build-config.js
js/ckeditor_ubw/ckeditor.js /home/developers/ubw_git/ubwest/main/static/js/ckeditor_ubw/ckeditor.js
js/ckeditor_ubw/config.js /home/developers/ubw_git/ubwest/main/static/js/ckeditor_ubw/config.js
js/ckeditor_ubw/contents.css /home/developers/ubw_git/ubwest/main/static/js/ckeditor_ubw/contents.css
js/ckeditor_ubw/styles.js /home/developers/ubw_git/ubwest/main/static/js/ckeditor_ubw/styles.js
js/ckeditor_ubw/adapters/jquery.js /home/developers/ubw_git/ubwest/main/static/js/ckeditor_ubw/adapters/jquery.js
js/ckeditor_ubw/lang/en.js /home/developers/ubw_git/ubwest/main/static/js/ckeditor_ubw/lang/en.js
js/ckeditor_ubw/plugins/icons.png /home/developers/ubw_git/ubwest/main/static/js/ckeditor_ubw/plugins/icons.png
js/ckeditor_ubw/plugins/icons_hidpi.png /home/developers/ubw_git/ubwest/main/static/js/ckeditor_ubw/plugins/icons_hidpi.png
js/ckeditor_ubw/plugins/about/dialogs/about.js /home/developers/ubw_git/ubwest/main/static/js/ckeditor_ubw/plugins/about/dialogs/about.js
js/ckeditor_ubw/plugins/about/dialogs/logo_ckeditor.png /home/developers/ubw_git/ubwest/main/static/js/ckeditor_ubw/plugins/about/dialogs/logo_ckeditor.png
js/ckeditor_ubw/plugins/about/dialogs/hidpi/logo_ckeditor.png /home/developers/ubw_git/ubwest/main/static/js/ckeditor_ubw/plugins/about/dialogs/hidpi/logo_ckeditor.png
js/ckeditor_ubw/plugins/clipboard/dialogs/paste.js /home/developers/ubw_git/ubwest/main/static/js/ckeditor_ubw/plugins/clipboard/dialogs/paste.js
js/ckeditor_ubw/plugins/dialog/dialogDefinition.js /home/developers/ubw_git/ubwest/main/static/js/ckeditor_ubw/plugins/dialog/dialogDefinition.js
js/ckeditor_ubw/plugins/dialog/styles/dialog.css /home/developers/ubw_git/ubwest/main/static/js/ckeditor_ubw/plugins/dialog/styles/dialog.css
js/ckeditor_ubw/plugins/link/dialogs/anchor.js /home/developers/ubw_git/ubwest/main/static/js/ckeditor_ubw/plugins/link/dialogs/anchor.js
js/ckeditor_ubw/plugins/link/dialogs/link.js /home/developers/ubw_git/ubwest/main/static/js/ckeditor_ubw/plugins/link/dialogs/link.js
js/ckeditor_ubw/plugins/link/images/anchor.png /home/developers/ubw_git/ubwest/main/static/js/ckeditor_ubw/plugins/link/images/anchor.png
js/ckeditor_ubw/plugins/link/images/hidpi/anchor.png /home/developers/ubw_git/ubwest/main/static/js/ckeditor_ubw/plugins/link/images/hidpi/anchor.png
js/ckeditor_ubw/plugins/resize/plugin.js /home/developers/ubw_git/ubwest/main/static/js/ckeditor_ubw/plugins/resize/plugin.js
js/ckeditor_ubw/samples/index.html /home/developers/ubw_git/ubwest/main/static/js/ckeditor_ubw/samples/index.html
js/ckeditor_ubw/samples/css/samples.css /home/developers/ubw_git/ubwest/main/static/js/ckeditor_ubw/samples/css/samples.css
js/ckeditor_ubw/samples/img/github-top.png /home/developers/ubw_git/ubwest/main/static/js/ckeditor_ubw/samples/img/github-top.png
js/ckeditor_ubw/samples/img/header-bg.png /home/developers/ubw_git/ubwest/main/static/js/ckeditor_ubw/samples/img/header-bg.png
js/ckeditor_ubw/samples/img/header-separator.png /home/developers/ubw_git/ubwest/main/static/js/ckeditor_ubw/samples/img/header-separator.png
js/ckeditor_ubw/samples/img/logo.png /home/developers/ubw_git/ubwest/main/static/js/ckeditor_ubw/samples/img/logo.png
js/ckeditor_ubw/samples/img/logo.svg /home/developers/ubw_git/ubwest/main/static/js/ckeditor_ubw/samples/img/logo.svg
js/ckeditor_ubw/samples/img/navigation-tip.png /home/developers/ubw_git/ubwest/main/static/js/ckeditor_ubw/samples/img/navigation-tip.png
js/ckeditor_ubw/samples/js/sample.js /home/developers/ubw_git/ubwest/main/static/js/ckeditor_ubw/samples/js/sample.js
js/ckeditor_ubw/samples/js/sf.js /home/developers/ubw_git/ubwest/main/static/js/ckeditor_ubw/samples/js/sf.js
js/ckeditor_ubw/samples/old/ajax.html /home/developers/ubw_git/ubwest/main/static/js/ckeditor_ubw/samples/old/ajax.html
js/ckeditor_ubw/samples/old/api.html /home/developers/ubw_git/ubwest/main/static/js/ckeditor_ubw/samples/old/api.html
js/ckeditor_ubw/samples/old/appendto.html /home/developers/ubw_git/ubwest/main/static/js/ckeditor_ubw/samples/old/appendto.html
js/ckeditor_ubw/samples/old/datafiltering.html /home/developers/ubw_git/ubwest/main/static/js/ckeditor_ubw/samples/old/datafiltering.html
js/ckeditor_ubw/samples/old/divreplace.html /home/developers/ubw_git/ubwest/main/static/js/ckeditor_ubw/samples/old/divreplace.html
js/ckeditor_ubw/samples/old/index.html /home/developers/ubw_git/ubwest/main/static/js/ckeditor_ubw/samples/old/index.html
js/ckeditor_ubw/samples/old/inlineall.html /home/developers/ubw_git/ubwest/main/static/js/ckeditor_ubw/samples/old/inlineall.html
js/ckeditor_ubw/samples/old/inlinebycode.html /home/developers/ubw_git/ubwest/main/static/js/ckeditor_ubw/samples/old/inlinebycode.html
js/ckeditor_ubw/samples/old/inlinetextarea.html /home/developers/ubw_git/ubwest/main/static/js/ckeditor_ubw/samples/old/inlinetextarea.html
js/ckeditor_ubw/samples/old/jquery.html /home/developers/ubw_git/ubwest/main/static/js/ckeditor_ubw/samples/old/jquery.html
js/ckeditor_ubw/samples/old/readonly.html /home/developers/ubw_git/ubwest/main/static/js/ckeditor_ubw/samples/old/readonly.html
js/ckeditor_ubw/samples/old/replacebyclass.html /home/developers/ubw_git/ubwest/main/static/js/ckeditor_ubw/samples/old/replacebyclass.html
js/ckeditor_ubw/samples/old/replacebycode.html /home/developers/ubw_git/ubwest/main/static/js/ckeditor_ubw/samples/old/replacebycode.html
js/ckeditor_ubw/samples/old/sample.css /home/developers/ubw_git/ubwest/main/static/js/ckeditor_ubw/samples/old/sample.css
js/ckeditor_ubw/samples/old/sample.js /home/developers/ubw_git/ubwest/main/static/js/ckeditor_ubw/samples/old/sample.js
js/ckeditor_ubw/samples/old/sample_posteddata.php /home/developers/ubw_git/ubwest/main/static/js/ckeditor_ubw/samples/old/sample_posteddata.php
js/ckeditor_ubw/samples/old/tabindex.html /home/developers/ubw_git/ubwest/main/static/js/ckeditor_ubw/samples/old/tabindex.html
js/ckeditor_ubw/samples/old/uicolor.html /home/developers/ubw_git/ubwest/main/static/js/ckeditor_ubw/samples/old/uicolor.html
js/ckeditor_ubw/samples/old/uilanguages.html /home/developers/ubw_git/ubwest/main/static/js/ckeditor_ubw/samples/old/uilanguages.html
js/ckeditor_ubw/samples/old/xhtmlstyle.html /home/developers/ubw_git/ubwest/main/static/js/ckeditor_ubw/samples/old/xhtmlstyle.html
js/ckeditor_ubw/samples/old/assets/posteddata.php /home/developers/ubw_git/ubwest/main/static/js/ckeditor_ubw/samples/old/assets/posteddata.php
js/ckeditor_ubw/samples/old/assets/sample.jpg /home/developers/ubw_git/ubwest/main/static/js/ckeditor_ubw/samples/old/assets/sample.jpg
js/ckeditor_ubw/samples/old/assets/inlineall/logo.png /home/developers/ubw_git/ubwest/main/static/js/ckeditor_ubw/samples/old/assets/inlineall/logo.png
js/ckeditor_ubw/samples/old/assets/outputxhtml/outputxhtml.css /home/developers/ubw_git/ubwest/main/static/js/ckeditor_ubw/samples/old/assets/outputxhtml/outputxhtml.css
js/ckeditor_ubw/samples/old/assets/uilanguages/languages.js /home/developers/ubw_git/ubwest/main/static/js/ckeditor_ubw/samples/old/assets/uilanguages/languages.js
js/ckeditor_ubw/samples/old/dialog/dialog.html /home/developers/ubw_git/ubwest/main/static/js/ckeditor_ubw/samples/old/dialog/dialog.html
js/ckeditor_ubw/samples/old/dialog/assets/my_dialog.js /home/developers/ubw_git/ubwest/main/static/js/ckeditor_ubw/samples/old/dialog/assets/my_dialog.js
js/ckeditor_ubw/samples/old/enterkey/enterkey.html /home/developers/ubw_git/ubwest/main/static/js/ckeditor_ubw/samples/old/enterkey/enterkey.html
js/ckeditor_ubw/samples/old/toolbar/toolbar.html /home/developers/ubw_git/ubwest/main/static/js/ckeditor_ubw/samples/old/toolbar/toolbar.html
js/ckeditor_ubw/samples/old/wysiwygarea/fullpage.html /home/developers/ubw_git/ubwest/main/static/js/ckeditor_ubw/samples/old/wysiwygarea/fullpage.html
js/ckeditor_ubw/samples/toolbarconfigurator/index.html /home/developers/ubw_git/ubwest/main/static/js/ckeditor_ubw/samples/toolbarconfigurator/index.html
js/ckeditor_ubw/samples/toolbarconfigurator/css/fontello.css /home/developers/ubw_git/ubwest/main/static/js/ckeditor_ubw/samples/toolbarconfigurator/css/fontello.css
js/ckeditor_ubw/samples/toolbarconfigurator/font/LICENSE.txt /home/developers/ubw_git/ubwest/main/static/js/ckeditor_ubw/samples/toolbarconfigurator/font/LICENSE.txt
js/ckeditor_ubw/samples/toolbarconfigurator/font/config.json /home/developers/ubw_git/ubwest/main/static/js/ckeditor_ubw/samples/toolbarconfigurator/font/config.json
js/ckeditor_ubw/samples/toolbarconfigurator/font/fontello.eot /home/developers/ubw_git/ubwest/main/static/js/ckeditor_ubw/samples/toolbarconfigurator/font/fontello.eot
js/ckeditor_ubw/samples/toolbarconfigurator/font/fontello.svg /home/developers/ubw_git/ubwest/main/static/js/ckeditor_ubw/samples/toolbarconfigurator/font/fontello.svg
js/ckeditor_ubw/samples/toolbarconfigurator/font/fontello.ttf /home/developers/ubw_git/ubwest/main/static/js/ckeditor_ubw/samples/toolbarconfigurator/font/fontello.ttf
js/ckeditor_ubw/samples/toolbarconfigurator/font/fontello.woff /home/developers/ubw_git/ubwest/main/static/js/ckeditor_ubw/samples/toolbarconfigurator/font/fontello.woff
js/ckeditor_ubw/samples/toolbarconfigurator/js/abstracttoolbarmodifier.js /home/developers/ubw_git/ubwest/main/static/js/ckeditor_ubw/samples/toolbarconfigurator/js/abstracttoolbarmodifier.js
js/ckeditor_ubw/samples/toolbarconfigurator/js/fulltoolbareditor.js /home/developers/ubw_git/ubwest/main/static/js/ckeditor_ubw/samples/toolbarconfigurator/js/fulltoolbareditor.js
js/ckeditor_ubw/samples/toolbarconfigurator/js/toolbarmodifier.js /home/developers/ubw_git/ubwest/main/static/js/ckeditor_ubw/samples/toolbarconfigurator/js/toolbarmodifier.js
js/ckeditor_ubw/samples/toolbarconfigurator/js/toolbartextmodifier.js /home/developers/ubw_git/ubwest/main/static/js/ckeditor_ubw/samples/toolbarconfigurator/js/toolbartextmodifier.js
js/ckeditor_ubw/skins/moono-lisa/dialog.css /home/developers/ubw_git/ubwest/main/static/js/ckeditor_ubw/skins/moono-lisa/dialog.css
js/ckeditor_ubw/skins/moono-lisa/dialog_ie.css /home/developers/ubw_git/ubwest/main/static/js/ckeditor_ubw/skins/moono-lisa/dialog_ie.css
js/ckeditor_ubw/skins/moono-lisa/dialog_ie8.css /home/developers/ubw_git/ubwest/main/static/js/ckeditor_ubw/skins/moono-lisa/dialog_ie8.css
js/ckeditor_ubw/skins/moono-lisa/dialog_iequirks.css /home/developers/ubw_git/ubwest/main/static/js/ckeditor_ubw/skins/moono-lisa/dialog_iequirks.css
js/ckeditor_ubw/skins/moono-lisa/editor.css /home/developers/ubw_git/ubwest/main/static/js/ckeditor_ubw/skins/moono-lisa/editor.css
js/ckeditor_ubw/skins/moono-lisa/editor_gecko.css /home/developers/ubw_git/ubwest/main/static/js/ckeditor_ubw/skins/moono-lisa/editor_gecko.css
js/ckeditor_ubw/skins/moono-lisa/editor_ie.css /home/developers/ubw_git/ubwest/main/static/js/ckeditor_ubw/skins/moono-lisa/editor_ie.css
js/ckeditor_ubw/skins/moono-lisa/editor_ie8.css /home/developers/ubw_git/ubwest/main/static/js/ckeditor_ubw/skins/moono-lisa/editor_ie8.css
js/ckeditor_ubw/skins/moono-lisa/editor_iequirks.css /home/developers/ubw_git/ubwest/main/static/js/ckeditor_ubw/skins/moono-lisa/editor_iequirks.css
js/ckeditor_ubw/skins/moono-lisa/icons.png /home/developers/ubw_git/ubwest/main/static/js/ckeditor_ubw/skins/moono-lisa/icons.png
js/ckeditor_ubw/skins/moono-lisa/icons_hidpi.png /home/developers/ubw_git/ubwest/main/static/js/ckeditor_ubw/skins/moono-lisa/icons_hidpi.png
js/ckeditor_ubw/skins/moono-lisa/readme.md /home/developers/ubw_git/ubwest/main/static/js/ckeditor_ubw/skins/moono-lisa/readme.md
js/ckeditor_ubw/skins/moono-lisa/images/arrow.png /home/developers/ubw_git/ubwest/main/static/js/ckeditor_ubw/skins/moono-lisa/images/arrow.png
js/ckeditor_ubw/skins/moono-lisa/images/close.png /home/developers/ubw_git/ubwest/main/static/js/ckeditor_ubw/skins/moono-lisa/images/close.png
js/ckeditor_ubw/skins/moono-lisa/images/lock-open.png /home/developers/ubw_git/ubwest/main/static/js/ckeditor_ubw/skins/moono-lisa/images/lock-open.png
js/ckeditor_ubw/skins/moono-lisa/images/lock.png /home/developers/ubw_git/ubwest/main/static/js/ckeditor_ubw/skins/moono-lisa/images/lock.png
js/ckeditor_ubw/skins/moono-lisa/images/refresh.png /home/developers/ubw_git/ubwest/main/static/js/ckeditor_ubw/skins/moono-lisa/images/refresh.png
js/ckeditor_ubw/skins/moono-lisa/images/spinner.gif /home/developers/ubw_git/ubwest/main/static/js/ckeditor_ubw/skins/moono-lisa/images/spinner.gif
js/ckeditor_ubw/skins/moono-lisa/images/hidpi/close.png /home/developers/ubw_git/ubwest/main/static/js/ckeditor_ubw/skins/moono-lisa/images/hidpi/close.png
js/ckeditor_ubw/skins/moono-lisa/images/hidpi/lock-open.png /home/developers/ubw_git/ubwest/main/static/js/ckeditor_ubw/skins/moono-lisa/images/hidpi/lock-open.png
js/ckeditor_ubw/skins/moono-lisa/images/hidpi/lock.png /home/developers/ubw_git/ubwest/main/static/js/ckeditor_ubw/skins/moono-lisa/images/hidpi/lock.png
js/ckeditor_ubw/skins/moono-lisa/images/hidpi/refresh.png /home/developers/ubw_git/ubwest/main/static/js/ckeditor_ubw/skins/moono-lisa/images/hidpi/refresh.png
js/ckeditor_ubw/vendor/promise.js /home/developers/ubw_git/ubwest/main/static/js/ckeditor_ubw/vendor/promise.js
admin/images/blue.gif /home/developers/ubw_git/ubwest/main/static/admin/images/blue.gif
admin/images/body_bg.gif /home/developers/ubw_git/ubwest/main/static/admin/images/body_bg.gif
admin/images/breadcrumb_bg.gif /home/developers/ubw_git/ubwest/main/static/admin/images/breadcrumb_bg.gif
admin/images/logo.gif /home/developers/ubw_git/ubwest/main/static/admin/images/logo.gif
admin/images/logo2.gif /home/developers/ubw_git/ubwest/main/static/admin/images/logo2.gif
admin/images/logo_bottom.gif /home/developers/ubw_git/ubwest/main/static/admin/images/logo_bottom.gif
admin/images/logo_repy.gif /home/developers/ubw_git/ubwest/main/static/admin/images/logo_repy.gif
admin/images/logo_top.gif /home/developers/ubw_git/ubwest/main/static/admin/images/logo_top.gif
admin/images/longbill-logo.jpg /home/developers/ubw_git/ubwest/main/static/admin/images/longbill-logo.jpg
admin/images/main_bottom.png /home/developers/ubw_git/ubwest/main/static/admin/images/main_bottom.png
admin/images/main_repy.gif /home/developers/ubw_git/ubwest/main/static/admin/images/main_repy.gif
admin/images/main_top.png /home/developers/ubw_git/ubwest/main/static/admin/images/main_top.png
admin/images/navbtn_left.gif /home/developers/ubw_git/ubwest/main/static/admin/images/navbtn_left.gif
admin/images/navbtn_repx.gif /home/developers/ubw_git/ubwest/main/static/admin/images/navbtn_repx.gif
admin/images/navbtn_right.gif /home/developers/ubw_git/ubwest/main/static/admin/images/navbtn_right.gif
admin/images/spacer.gif /home/developers/ubw_git/ubwest/main/static/admin/images/spacer.gif
admin/images/t_bottom_repx.gif /home/developers/ubw_git/ubwest/main/static/admin/images/t_bottom_repx.gif
admin/images/t_bottomleft.gif /home/developers/ubw_git/ubwest/main/static/admin/images/t_bottomleft.gif
admin/images/t_bottomright.gif /home/developers/ubw_git/ubwest/main/static/admin/images/t_bottomright.gif
admin/images/t_sideborder.gif /home/developers/ubw_git/ubwest/main/static/admin/images/t_sideborder.gif
admin/images/t_topleft.gif /home/developers/ubw_git/ubwest/main/static/admin/images/t_topleft.gif
admin/images/t_toprepx.gif /home/developers/ubw_git/ubwest/main/static/admin/images/t_toprepx.gif
admin/images/t_topright.gif /home/developers/ubw_git/ubwest/main/static/admin/images/t_topright.gif
admin/include/jquery-1.3.2.min.js /home/developers/ubw_git/ubwest/main/static/admin/include/jquery-1.3.2.min.js
admin/include/main-print.css /home/developers/ubw_git/ubwest/main/static/admin/include/main-print.css
admin/include/main.css /home/developers/ubw_git/ubwest/main/static/admin/include/main.css
admin/include/main.js /home/developers/ubw_git/ubwest/main/static/admin/include/main.js
admin/include/main2.css /home/developers/ubw_git/ubwest/main/static/admin/include/main2.css
admin/include/statement-long.css /home/developers/ubw_git/ubwest/main/static/admin/include/statement-long.css
admin/include/statement.css /home/developers/ubw_git/ubwest/main/static/admin/include/statement.css
admin/include/jscalendar-1.0/ChangeLog /home/developers/ubw_git/ubwest/main/static/admin/include/jscalendar-1.0/ChangeLog
admin/include/jscalendar-1.0/README /home/developers/ubw_git/ubwest/main/static/admin/include/jscalendar-1.0/README
admin/include/jscalendar-1.0/bugtest-hidden-selects.html /home/developers/ubw_git/ubwest/main/static/admin/include/jscalendar-1.0/bugtest-hidden-selects.html
admin/include/jscalendar-1.0/calendar-blue.css /home/developers/ubw_git/ubwest/main/static/admin/include/jscalendar-1.0/calendar-blue.css
admin/include/jscalendar-1.0/calendar-blue2.css /home/developers/ubw_git/ubwest/main/static/admin/include/jscalendar-1.0/calendar-blue2.css
admin/include/jscalendar-1.0/calendar-brown.css /home/developers/ubw_git/ubwest/main/static/admin/include/jscalendar-1.0/calendar-brown.css
admin/include/jscalendar-1.0/calendar-green.css /home/developers/ubw_git/ubwest/main/static/admin/include/jscalendar-1.0/calendar-green.css
admin/include/jscalendar-1.0/calendar-setup.js /home/developers/ubw_git/ubwest/main/static/admin/include/jscalendar-1.0/calendar-setup.js
admin/include/jscalendar-1.0/calendar-setup_stripped.js /home/developers/ubw_git/ubwest/main/static/admin/include/jscalendar-1.0/calendar-setup_stripped.js
admin/include/jscalendar-1.0/calendar-system.css /home/developers/ubw_git/ubwest/main/static/admin/include/jscalendar-1.0/calendar-system.css
admin/include/jscalendar-1.0/calendar-tas.css /home/developers/ubw_git/ubwest/main/static/admin/include/jscalendar-1.0/calendar-tas.css
admin/include/jscalendar-1.0/calendar-win2k-1.css /home/developers/ubw_git/ubwest/main/static/admin/include/jscalendar-1.0/calendar-win2k-1.css
admin/include/jscalendar-1.0/calendar-win2k-2.css /home/developers/ubw_git/ubwest/main/static/admin/include/jscalendar-1.0/calendar-win2k-2.css
admin/include/jscalendar-1.0/calendar-win2k-cold-1.css /home/developers/ubw_git/ubwest/main/static/admin/include/jscalendar-1.0/calendar-win2k-cold-1.css
admin/include/jscalendar-1.0/calendar-win2k-cold-2.css /home/developers/ubw_git/ubwest/main/static/admin/include/jscalendar-1.0/calendar-win2k-cold-2.css
admin/include/jscalendar-1.0/calendar.js /home/developers/ubw_git/ubwest/main/static/admin/include/jscalendar-1.0/calendar.js
admin/include/jscalendar-1.0/calendar.php /home/developers/ubw_git/ubwest/main/static/admin/include/jscalendar-1.0/calendar.php
admin/include/jscalendar-1.0/calendar_stripped.js /home/developers/ubw_git/ubwest/main/static/admin/include/jscalendar-1.0/calendar_stripped.js
admin/include/jscalendar-1.0/dayinfo.html /home/developers/ubw_git/ubwest/main/static/admin/include/jscalendar-1.0/dayinfo.html
admin/include/jscalendar-1.0/img.gif /home/developers/ubw_git/ubwest/main/static/admin/include/jscalendar-1.0/img.gif
admin/include/jscalendar-1.0/index.html /home/developers/ubw_git/ubwest/main/static/admin/include/jscalendar-1.0/index.html
admin/include/jscalendar-1.0/menuarrow.gif /home/developers/ubw_git/ubwest/main/static/admin/include/jscalendar-1.0/menuarrow.gif
admin/include/jscalendar-1.0/menuarrow2.gif /home/developers/ubw_git/ubwest/main/static/admin/include/jscalendar-1.0/menuarrow2.gif
admin/include/jscalendar-1.0/multiple-dates.html /home/developers/ubw_git/ubwest/main/static/admin/include/jscalendar-1.0/multiple-dates.html
admin/include/jscalendar-1.0/release-notes.html /home/developers/ubw_git/ubwest/main/static/admin/include/jscalendar-1.0/release-notes.html
admin/include/jscalendar-1.0/simple-1.html /home/developers/ubw_git/ubwest/main/static/admin/include/jscalendar-1.0/simple-1.html
admin/include/jscalendar-1.0/simple-2.html /home/developers/ubw_git/ubwest/main/static/admin/include/jscalendar-1.0/simple-2.html
admin/include/jscalendar-1.0/simple-3.html /home/developers/ubw_git/ubwest/main/static/admin/include/jscalendar-1.0/simple-3.html
admin/include/jscalendar-1.0/test-position.html /home/developers/ubw_git/ubwest/main/static/admin/include/jscalendar-1.0/test-position.html
admin/include/jscalendar-1.0/test.php /home/developers/ubw_git/ubwest/main/static/admin/include/jscalendar-1.0/test.php
admin/include/jscalendar-1.0/doc/reference.pdf /home/developers/ubw_git/ubwest/main/static/admin/include/jscalendar-1.0/doc/reference.pdf
admin/include/jscalendar-1.0/doc/html/field-button.jpg /home/developers/ubw_git/ubwest/main/static/admin/include/jscalendar-1.0/doc/html/field-button.jpg
admin/include/jscalendar-1.0/doc/html/reference-Z-S.css /home/developers/ubw_git/ubwest/main/static/admin/include/jscalendar-1.0/doc/html/reference-Z-S.css
admin/include/jscalendar-1.0/doc/html/reference.css /home/developers/ubw_git/ubwest/main/static/admin/include/jscalendar-1.0/doc/html/reference.css
admin/include/jscalendar-1.0/doc/html/reference.html /home/developers/ubw_git/ubwest/main/static/admin/include/jscalendar-1.0/doc/html/reference.html
admin/include/jscalendar-1.0/lang/calendar-af.js /home/developers/ubw_git/ubwest/main/static/admin/include/jscalendar-1.0/lang/calendar-af.js
admin/include/jscalendar-1.0/lang/calendar-al.js /home/developers/ubw_git/ubwest/main/static/admin/include/jscalendar-1.0/lang/calendar-al.js
admin/include/jscalendar-1.0/lang/calendar-bg.js /home/developers/ubw_git/ubwest/main/static/admin/include/jscalendar-1.0/lang/calendar-bg.js
admin/include/jscalendar-1.0/lang/calendar-big5-utf8.js /home/developers/ubw_git/ubwest/main/static/admin/include/jscalendar-1.0/lang/calendar-big5-utf8.js
admin/include/jscalendar-1.0/lang/calendar-big5.js /home/developers/ubw_git/ubwest/main/static/admin/include/jscalendar-1.0/lang/calendar-big5.js
admin/include/jscalendar-1.0/lang/calendar-br.js /home/developers/ubw_git/ubwest/main/static/admin/include/jscalendar-1.0/lang/calendar-br.js
admin/include/jscalendar-1.0/lang/calendar-ca.js /home/developers/ubw_git/ubwest/main/static/admin/include/jscalendar-1.0/lang/calendar-ca.js
admin/include/jscalendar-1.0/lang/calendar-cs-utf8.js /home/developers/ubw_git/ubwest/main/static/admin/include/jscalendar-1.0/lang/calendar-cs-utf8.js
admin/include/jscalendar-1.0/lang/calendar-cs-win.js /home/developers/ubw_git/ubwest/main/static/admin/include/jscalendar-1.0/lang/calendar-cs-win.js
admin/include/jscalendar-1.0/lang/calendar-da.js /home/developers/ubw_git/ubwest/main/static/admin/include/jscalendar-1.0/lang/calendar-da.js
admin/include/jscalendar-1.0/lang/calendar-de.js /home/developers/ubw_git/ubwest/main/static/admin/include/jscalendar-1.0/lang/calendar-de.js
admin/include/jscalendar-1.0/lang/calendar-du.js /home/developers/ubw_git/ubwest/main/static/admin/include/jscalendar-1.0/lang/calendar-du.js
admin/include/jscalendar-1.0/lang/calendar-el.js /home/developers/ubw_git/ubwest/main/static/admin/include/jscalendar-1.0/lang/calendar-el.js
admin/include/jscalendar-1.0/lang/calendar-en.js /home/developers/ubw_git/ubwest/main/static/admin/include/jscalendar-1.0/lang/calendar-en.js
admin/include/jscalendar-1.0/lang/calendar-es.js /home/developers/ubw_git/ubwest/main/static/admin/include/jscalendar-1.0/lang/calendar-es.js
admin/include/jscalendar-1.0/lang/calendar-fi.js /home/developers/ubw_git/ubwest/main/static/admin/include/jscalendar-1.0/lang/calendar-fi.js
admin/include/jscalendar-1.0/lang/calendar-fr.js /home/developers/ubw_git/ubwest/main/static/admin/include/jscalendar-1.0/lang/calendar-fr.js
admin/include/jscalendar-1.0/lang/calendar-he-utf8.js /home/developers/ubw_git/ubwest/main/static/admin/include/jscalendar-1.0/lang/calendar-he-utf8.js
admin/include/jscalendar-1.0/lang/calendar-hr-utf8.js /home/developers/ubw_git/ubwest/main/static/admin/include/jscalendar-1.0/lang/calendar-hr-utf8.js
admin/include/jscalendar-1.0/lang/calendar-hr.js /home/developers/ubw_git/ubwest/main/static/admin/include/jscalendar-1.0/lang/calendar-hr.js
admin/include/jscalendar-1.0/lang/calendar-hu.js /home/developers/ubw_git/ubwest/main/static/admin/include/jscalendar-1.0/lang/calendar-hu.js
admin/include/jscalendar-1.0/lang/calendar-it.js /home/developers/ubw_git/ubwest/main/static/admin/include/jscalendar-1.0/lang/calendar-it.js
admin/include/jscalendar-1.0/lang/calendar-jp.js /home/developers/ubw_git/ubwest/main/static/admin/include/jscalendar-1.0/lang/calendar-jp.js
admin/include/jscalendar-1.0/lang/calendar-ko-utf8.js /home/developers/ubw_git/ubwest/main/static/admin/include/jscalendar-1.0/lang/calendar-ko-utf8.js
admin/include/jscalendar-1.0/lang/calendar-ko.js /home/developers/ubw_git/ubwest/main/static/admin/include/jscalendar-1.0/lang/calendar-ko.js
admin/include/jscalendar-1.0/lang/calendar-lt-utf8.js /home/developers/ubw_git/ubwest/main/static/admin/include/jscalendar-1.0/lang/calendar-lt-utf8.js
admin/include/jscalendar-1.0/lang/calendar-lt.js /home/developers/ubw_git/ubwest/main/static/admin/include/jscalendar-1.0/lang/calendar-lt.js
admin/include/jscalendar-1.0/lang/calendar-lv.js /home/developers/ubw_git/ubwest/main/static/admin/include/jscalendar-1.0/lang/calendar-lv.js
admin/include/jscalendar-1.0/lang/calendar-nl.js /home/developers/ubw_git/ubwest/main/static/admin/include/jscalendar-1.0/lang/calendar-nl.js
admin/include/jscalendar-1.0/lang/calendar-no.js /home/developers/ubw_git/ubwest/main/static/admin/include/jscalendar-1.0/lang/calendar-no.js
admin/include/jscalendar-1.0/lang/calendar-pl-utf8.js /home/developers/ubw_git/ubwest/main/static/admin/include/jscalendar-1.0/lang/calendar-pl-utf8.js
admin/include/jscalendar-1.0/lang/calendar-pl.js /home/developers/ubw_git/ubwest/main/static/admin/include/jscalendar-1.0/lang/calendar-pl.js
admin/include/jscalendar-1.0/lang/calendar-pt.js /home/developers/ubw_git/ubwest/main/static/admin/include/jscalendar-1.0/lang/calendar-pt.js
admin/include/jscalendar-1.0/lang/calendar-ro.js /home/developers/ubw_git/ubwest/main/static/admin/include/jscalendar-1.0/lang/calendar-ro.js
admin/include/jscalendar-1.0/lang/calendar-ru.js /home/developers/ubw_git/ubwest/main/static/admin/include/jscalendar-1.0/lang/calendar-ru.js
admin/include/jscalendar-1.0/lang/calendar-ru_win_.js /home/developers/ubw_git/ubwest/main/static/admin/include/jscalendar-1.0/lang/calendar-ru_win_.js
admin/include/jscalendar-1.0/lang/calendar-si.js /home/developers/ubw_git/ubwest/main/static/admin/include/jscalendar-1.0/lang/calendar-si.js
admin/include/jscalendar-1.0/lang/calendar-sk.js /home/developers/ubw_git/ubwest/main/static/admin/include/jscalendar-1.0/lang/calendar-sk.js
admin/include/jscalendar-1.0/lang/calendar-sp.js /home/developers/ubw_git/ubwest/main/static/admin/include/jscalendar-1.0/lang/calendar-sp.js
admin/include/jscalendar-1.0/lang/calendar-sv.js /home/developers/ubw_git/ubwest/main/static/admin/include/jscalendar-1.0/lang/calendar-sv.js
admin/include/jscalendar-1.0/lang/calendar-tr.js /home/developers/ubw_git/ubwest/main/static/admin/include/jscalendar-1.0/lang/calendar-tr.js
admin/include/jscalendar-1.0/lang/calendar-zh.js /home/developers/ubw_git/ubwest/main/static/admin/include/jscalendar-1.0/lang/calendar-zh.js
admin/include/jscalendar-1.0/lang/cn_utf8.js /home/developers/ubw_git/ubwest/main/static/admin/include/jscalendar-1.0/lang/cn_utf8.js
admin/include/jscalendar-1.0/skins/aqua/active-bg.gif /home/developers/ubw_git/ubwest/main/static/admin/include/jscalendar-1.0/skins/aqua/active-bg.gif
admin/include/jscalendar-1.0/skins/aqua/dark-bg.gif /home/developers/ubw_git/ubwest/main/static/admin/include/jscalendar-1.0/skins/aqua/dark-bg.gif
admin/include/jscalendar-1.0/skins/aqua/hover-bg.gif /home/developers/ubw_git/ubwest/main/static/admin/include/jscalendar-1.0/skins/aqua/hover-bg.gif
admin/include/jscalendar-1.0/skins/aqua/menuarrow.gif /home/developers/ubw_git/ubwest/main/static/admin/include/jscalendar-1.0/skins/aqua/menuarrow.gif
admin/include/jscalendar-1.0/skins/aqua/normal-bg.gif /home/developers/ubw_git/ubwest/main/static/admin/include/jscalendar-1.0/skins/aqua/normal-bg.gif
admin/include/jscalendar-1.0/skins/aqua/rowhover-bg.gif /home/developers/ubw_git/ubwest/main/static/admin/include/jscalendar-1.0/skins/aqua/rowhover-bg.gif
admin/include/jscalendar-1.0/skins/aqua/status-bg.gif /home/developers/ubw_git/ubwest/main/static/admin/include/jscalendar-1.0/skins/aqua/status-bg.gif
admin/include/jscalendar-1.0/skins/aqua/theme.css /home/developers/ubw_git/ubwest/main/static/admin/include/jscalendar-1.0/skins/aqua/theme.css
admin/include/jscalendar-1.0/skins/aqua/title-bg.gif /home/developers/ubw_git/ubwest/main/static/admin/include/jscalendar-1.0/skins/aqua/title-bg.gif
admin/include/jscalendar-1.0/skins/aqua/today-bg.gif /home/developers/ubw_git/ubwest/main/static/admin/include/jscalendar-1.0/skins/aqua/today-bg.gif
img/UBWest-watermark.png /home/developers/ubw_git/ubwest/main/static/img/UBWest-watermark.png
img/_rotate_handle.png /home/developers/ubw_git/ubwest/main/static/img/_rotate_handle.png
img/_top_right.jpg /home/developers/ubw_git/ubwest/main/static/img/_top_right.jpg
img/align_bottom.png /home/developers/ubw_git/ubwest/main/static/img/align_bottom.png
img/align_horizonal.png /home/developers/ubw_git/ubwest/main/static/img/align_horizonal.png
img/align_left.png /home/developers/ubw_git/ubwest/main/static/img/align_left.png
img/align_right.png /home/developers/ubw_git/ubwest/main/static/img/align_right.png
img/align_top.png /home/developers/ubw_git/ubwest/main/static/img/align_top.png
img/align_vertical.png /home/developers/ubw_git/ubwest/main/static/img/align_vertical.png
img/arrow.png /home/developers/ubw_git/ubwest/main/static/img/arrow.png
img/background.jpg /home/developers/ubw_git/ubwest/main/static/img/background.jpg
img/bg_client.png /home/developers/ubw_git/ubwest/main/static/img/bg_client.png
img/bottom_left.jpg /home/developers/ubw_git/ubwest/main/static/img/bottom_left.jpg
img/brush.svg /home/developers/ubw_git/ubwest/main/static/img/brush.svg
img/client_bg_opaque.png /home/developers/ubw_git/ubwest/main/static/img/client_bg_opaque.png
img/closed_payable_icon.png /home/developers/ubw_git/ubwest/main/static/img/closed_payable_icon.png
img/color.png /home/developers/ubw_git/ubwest/main/static/img/color.png
img/dashboard_logo.png /home/developers/ubw_git/ubwest/main/static/img/dashboard_logo.png
img/down_arrow.png /home/developers/ubw_git/ubwest/main/static/img/down_arrow.png
img/example_placeholder_v2.jpg /home/developers/ubw_git/ubwest/main/static/img/example_placeholder_v2.jpg
img/hex.png /home/developers/ubw_git/ubwest/main/static/img/hex.png
img/invoice_icon.png /home/developers/ubw_git/ubwest/main/static/img/invoice_icon.png
img/left_arrow.png /home/developers/ubw_git/ubwest/main/static/img/left_arrow.png
img/lines.png /home/developers/ubw_git/ubwest/main/static/img/lines.png
img/logo_client.png /home/developers/ubw_git/ubwest/main/static/img/logo_client.png
img/lux-full.jpg /home/developers/ubw_git/ubwest/main/static/img/lux-full.jpg
img/navbar_bg.png /home/developers/ubw_git/ubwest/main/static/img/navbar_bg.png
img/open_payable_icon.png /home/developers/ubw_git/ubwest/main/static/img/open_payable_icon.png
img/placeholders_example.jpg /home/developers/ubw_git/ubwest/main/static/img/placeholders_example.jpg
img/pug.jpg /home/developers/ubw_git/ubwest/main/static/img/pug.jpg
img/right_arrow.png /home/developers/ubw_git/ubwest/main/static/img/right_arrow.png
img/rotate.jpg /home/developers/ubw_git/ubwest/main/static/img/rotate.jpg
img/rotate.png /home/developers/ubw_git/ubwest/main/static/img/rotate.png
img/rotate_handle.png /home/developers/ubw_git/ubwest/main/static/img/rotate_handle.png
img/scale.jpg /home/developers/ubw_git/ubwest/main/static/img/scale.jpg
img/scale.png /home/developers/ubw_git/ubwest/main/static/img/scale.png
img/select.jpg /home/developers/ubw_git/ubwest/main/static/img/select.jpg
img/select.png /home/developers/ubw_git/ubwest/main/static/img/select.png
img/select_down_arrow.png /home/developers/ubw_git/ubwest/main/static/img/select_down_arrow.png
img/text.jpg /home/developers/ubw_git/ubwest/main/static/img/text.jpg
img/text.png /home/developers/ubw_git/ubwest/main/static/img/text.png
img/text_align_center.png /home/developers/ubw_git/ubwest/main/static/img/text_align_center.png
img/text_align_left.png /home/developers/ubw_git/ubwest/main/static/img/text_align_left.png
img/text_align_right.png /home/developers/ubw_git/ubwest/main/static/img/text_align_right.png
img/text_tool.png /home/developers/ubw_git/ubwest/main/static/img/text_tool.png
img/top_right.jpg /home/developers/ubw_git/ubwest/main/static/img/top_right.jpg
img/top_right.png /home/developers/ubw_git/ubwest/main/static/img/top_right.png
img/tshirt.png /home/developers/ubw_git/ubwest/main/static/img/tshirt.png
img/upload.jpg /home/developers/ubw_git/ubwest/main/static/img/upload.jpg
img/upload.png /home/developers/ubw_git/ubwest/main/static/img/upload.png
img/zoom.jpg /home/developers/ubw_git/ubwest/main/static/img/zoom.jpg
img/zoom.png /home/developers/ubw_git/ubwest/main/static/img/zoom.png
img/zoom_in.png /home/developers/ubw_git/ubwest/main/static/img/zoom_in.png
img/zoom_out.png /home/developers/ubw_git/ubwest/main/static/img/zoom_out.png
img/zoom_out_cursor.png /home/developers/ubw_git/ubwest/main/static/img/zoom_out_cursor.png
img/chart-646.png /home/developers/ubw_git/ubwest/main/static/img/chart-646.png
img/leaderboard_crown.png /home/developers/ubw_git/ubwest/main/static/img/leaderboard_crown.png
img/swirl_bg.png /home/developers/ubw_git/ubwest/main/static/img/swirl_bg.png
img/ubw_logo_3x.png /home/developers/ubw_git/ubwest/main/static/img/ubw_logo_3x.png
django_extensions/css/jquery.autocomplete.css /usr/lib/python2.7/site-packages/django_extensions/static/django_extensions/css/jquery.autocomplete.css
django_extensions/img/indicator.gif /usr/lib/python2.7/site-packages/django_extensions/static/django_extensions/img/indicator.gif
django_extensions/js/jquery.ajaxQueue.js /usr/lib/python2.7/site-packages/django_extensions/static/django_extensions/js/jquery.ajaxQueue.js
django_extensions/js/jquery.autocomplete.js /usr/lib/python2.7/site-packages/django_extensions/static/django_extensions/js/jquery.autocomplete.js
django_extensions/js/jquery.bgiframe.js /usr/lib/python2.7/site-packages/django_extensions/static/django_extensions/js/jquery.bgiframe.js
debug_toolbar/css/toolbar.css /usr/lib/python2.7/site-packages/debug_toolbar/static/debug_toolbar/css/toolbar.css
debug_toolbar/css/print.css /usr/lib/python2.7/site-packages/debug_toolbar/static/debug_toolbar/css/print.css
debug_toolbar/img/back.png /usr/lib/python2.7/site-packages/debug_toolbar/static/debug_toolbar/img/back.png
debug_toolbar/img/back_hover.png /usr/lib/python2.7/site-packages/debug_toolbar/static/debug_toolbar/img/back_hover.png
debug_toolbar/img/djdt_vertical.png /usr/lib/python2.7/site-packages/debug_toolbar/static/debug_toolbar/img/djdt_vertical.png
debug_toolbar/img/ajax-loader.gif /usr/lib/python2.7/site-packages/debug_toolbar/static/debug_toolbar/img/ajax-loader.gif
debug_toolbar/img/close.png /usr/lib/python2.7/site-packages/debug_toolbar/static/debug_toolbar/img/close.png
debug_toolbar/img/close_hover.png /usr/lib/python2.7/site-packages/debug_toolbar/static/debug_toolbar/img/close_hover.png
debug_toolbar/img/indicator.png /usr/lib/python2.7/site-packages/debug_toolbar/static/debug_toolbar/img/indicator.png
debug_toolbar/js/toolbar.sql.js /usr/lib/python2.7/site-packages/debug_toolbar/static/debug_toolbar/js/toolbar.sql.js
debug_toolbar/js/toolbar.timer.js /usr/lib/python2.7/site-packages/debug_toolbar/static/debug_toolbar/js/toolbar.timer.js
debug_toolbar/js/jquery_existing.js /usr/lib/python2.7/site-packages/debug_toolbar/static/debug_toolbar/js/jquery_existing.js
debug_toolbar/js/jquery_pre.js /usr/lib/python2.7/site-packages/debug_toolbar/static/debug_toolbar/js/jquery_pre.js
debug_toolbar/js/toolbar.template.js /usr/lib/python2.7/site-packages/debug_toolbar/static/debug_toolbar/js/toolbar.template.js
debug_toolbar/js/jquery_post.js /usr/lib/python2.7/site-packages/debug_toolbar/static/debug_toolbar/js/jquery_post.js
debug_toolbar/js/toolbar.js /usr/lib/python2.7/site-packages/debug_toolbar/static/debug_toolbar/js/toolbar.js
debug_toolbar/js/toolbar.profiling.js /usr/lib/python2.7/site-packages/debug_toolbar/static/debug_toolbar/js/toolbar.profiling.js
import_export/action_formats.js /usr/lib/python2.7/site-packages/import_export/static/import_export/action_formats.js
import_export/import.css /usr/lib/python2.7/site-packages/import_export/static/import_export/import.css

Templates (2 rendered)

Template path

  1. /home/developers/ubw_git/ubwest/templates

Templates

login.html
/home/developers/ubw_git/ubwest/templates/login.html
{'False': False, 'None': None, 'True': True} {'ADMIN_MANAGERS': ['thickman', 'slawrence', 'mflores', 'devs'], 'DEFAULT_MESSAGE_LEVELS': {'DEBUG': 10, 'ERROR': 40, 'INFO': 20, 'SUCCESS': 25, 'WARNING': 30}, 'DJANGO_BASE_URL': '/v2/', 'SERVER_DOMAIN': 'dev.ubwest.com', u'csrf_token': <SimpleLazyObject: u'kqYTrD9zEXyYKz6JHA03u7mmxxd2RszqQZgbCYWFvRnUQm3mJLdiKlHP1Xhpe4yT'>, 'django_user_login': None, 'messages': <django.contrib.messages.storage.fallback.FallbackStorage object at 0x7fe12fef3c90>, 'multi_companies': False, 'perms': <django.contrib.auth.context_processors.PermWrapper object at 0x7fe12ff9a4d0>, u'request': u'<<request>>', 'user': <SimpleLazyObject: <django.contrib.auth.models.AnonymousUser object at 0x7fe12ff9a650>>} {} {'next_url': False}
client_base_v2.html
/home/developers/ubw_git/ubwest/metering/templates/client_base_v2.html
{'False': False, 'None': None, 'True': True} {'ADMIN_MANAGERS': ['thickman', 'slawrence', 'mflores', 'devs'], 'DEFAULT_MESSAGE_LEVELS': {'DEBUG': 10, 'ERROR': 40, 'INFO': 20, 'SUCCESS': 25, 'WARNING': 30}, 'DJANGO_BASE_URL': '/v2/', 'SERVER_DOMAIN': 'dev.ubwest.com', u'csrf_token': <SimpleLazyObject: u'kqYTrD9zEXyYKz6JHA03u7mmxxd2RszqQZgbCYWFvRnUQm3mJLdiKlHP1Xhpe4yT'>, 'django_user_login': None, 'messages': <django.contrib.messages.storage.fallback.FallbackStorage object at 0x7fe12fef3c90>, 'multi_companies': False, 'perms': <django.contrib.auth.context_processors.PermWrapper object at 0x7fe12ff9a4d0>, u'request': u'<<request>>', 'user': <SimpleLazyObject: <django.contrib.auth.models.AnonymousUser object at 0x7fe12ff9a650>>} {} {'next_url': False}

Context processors

django.template.context_processors.csrf
{u'csrf_token': <SimpleLazyObject: u'kqYTrD9zEXyYKz6JHA03u7mmxxd2RszqQZgbCYWFvRnUQm3mJLdiKlHP1Xhpe4yT'>}
django.template.context_processors.debug
{}
django.template.context_processors.request
{u'request': <WSGIRequest: GET '/v2/login/'>}
django.contrib.auth.context_processors.auth
{'perms': <django.contrib.auth.context_processors.PermWrapper object at 0x7fe12ff9a4d0>, 'user': <SimpleLazyObject: <django.contrib.auth.models.AnonymousUser object at 0x7fe12ff9a650>>}
django.contrib.messages.context_processors.messages
{'DEFAULT_MESSAGE_LEVELS': {'DEBUG': 10, 'INFO': 20, 'WARNING': 30, 'SUCCESS': 25, 'ERROR': 40}, 'messages': <django.contrib.messages.storage.fallback.FallbackStorage object at 0x7fe12fef3c90>}
main.context_processors.django_user_login
{'ADMIN_MANAGERS': ['thickman', 'slawrence', 'mflores', 'devs'], 'multi_companies': False, 'DJANGO_BASE_URL': '/v2/', 'django_user_login': None, 'SERVER_DOMAIN': 'dev.ubwest.com'}

Cache calls from 1 backend

Summary

Total calls Total time Cache hits Cache misses
0 0 ms 0 0

Commands

add get set delete clear get_many set_many delete_many has_key incr decr incr_version decr_version
0 0 0 0 0 0 0 0 0 0 0 0 0

Signals

Signal Providing Receivers
class_prepared class
connection_created connection
got_request_exception request
post_delete instance, using
post_init instance ImageField.update_dimension_fields, ImageField.update_dimension_fields
post_migrate verbosity, apps, app_config, plan, using, interactive create_permissions, update_contenttypes
post_save update_fields, instance, created, using, raw
pre_delete instance, using
pre_init instance, args, kwargs
pre_save update_fields, instance, using, raw
request_finished close_old_connections, close_caches
request_started environ reset_queries, close_old_connections

Log messages

No messages logged.