Datakeeper

Login

DJDT

Versions

Package Name Version
Django 3.2.7
Python 3.8.0
allauth Allauth 0.50.0.final.0
celery Celery 5.1.2
crispy_forms Crispy_Forms 1.12.0
debug_toolbar Debug Toolbar 3.2.4
django_celery_beat Periodic Tasks 2.2.1
django_cleanup Django Cleanup 5.2.0
django_filters Django_Filters 2.4.0
django_json_widget Django_Json_Widget 1.1.1
drf_yasg Drf_Yasg 1.20.0
import_export Import_Export 2.6.1
rest_framework Django REST framework 3.12.4
watchman Watchman 1.3.0

Time

Resource usage

Resource Value
User CPU time 57.094 msec
System CPU time 0.020 msec
Total CPU time 57.114 msec
Elapsed time 61.457 msec
Context switches 12 voluntary, 0 involuntary

Browser timing

Timing attribute Timeline Milliseconds since navigation start (+length)

Settings from config.settings.test

Setting Value
ABSOLUTE_URL_OVERRIDES {}
ACCOUNT_ADAPTER 'data_keeper.users.adapters.AccountAdapter'
ACCOUNT_ALLOW_REGISTRATION False
ACCOUNT_LOGOUT_ON_GET True
ADMINS [('Artur Tarchanskyj', 'artur@3dlook.me')]
ADMIN_URL 'admin/'
ALLOWED_HOSTS ['localhost', '127.0.0.1', '.3dlook.me']
APPEND_SLASH True
APPS_DIR <Path:/opt/data_keeper/data_keeper>
AUTHENTICATION_BACKENDS ['django.contrib.auth.backends.ModelBackend', 'allauth.account.auth_backends.AuthenticationBackend']
AUTH_PASSWORD_VALIDATORS '********************'
AUTH_USER_MODEL 'users.User'
AWS_ACCESS_KEY_ID '********************'
AWS_MEDIA_ROOT 'media'
AWS_QUERYSTRING_AUTH True
AWS_QUERYSTRING_EXPIRE 300
AWS_S3_FILE_OVERWRITE False
AWS_SECRET_ACCESS_KEY '********************'
AWS_STORAGE_BUCKET_NAME 'datakeeper-storage-test'
BASE_DATA_KEEPER_URL 'https://datakeeper-test.3dlook.me'
CACHES {'default': {'BACKEND': 'django.core.cache.backends.locmem.LocMemCache', 'LOCATION': ''}}
CACHE_MIDDLEWARE_ALIAS 'default'
CACHE_MIDDLEWARE_KEY_PREFIX '********************'
CACHE_MIDDLEWARE_SECONDS 600
CELERYD_TASK_SOFT_TIME_LIMIT 60
CELERYD_TASK_TIME_LIMIT 900
CELERY_ACCEPT_CONTENT ['json']
CELERY_BROKER_URL 'redis://localhost:6379'
CELERY_RESULT_BACKEND 'redis://localhost:6379'
CELERY_RESULT_SERIALIZER 'json'
CELERY_TASK_DEFAULT_QUEUE 'default'
CELERY_TASK_SERIALIZER 'json'
CELERY_TIMEZONE 'UTC'
CRISPY_TEMPLATE_PACK 'bootstrap4'
CSRF_COOKIE_AGE 31449600
CSRF_COOKIE_DOMAIN None
CSRF_COOKIE_HTTPONLY True
CSRF_COOKIE_NAME 'csrftoken'
CSRF_COOKIE_PATH '/'
CSRF_COOKIE_SAMESITE 'Lax'
CSRF_COOKIE_SECURE False
CSRF_FAILURE_VIEW 'django.views.csrf.csrf_failure'
CSRF_HEADER_NAME 'HTTP_X_CSRFTOKEN'
CSRF_TRUSTED_ORIGINS []
CSRF_USE_SESSIONS False
DATABASES {'default': {'ATOMIC_REQUESTS': True, 'AUTOCOMMIT': True, 'CONN_MAX_AGE': 0, 'ENGINE': 'django.db.backends.postgresql', 'HOST': 'localhost', 'NAME': 'datakeeper', 'OPTIONS': {}, 'PASSWORD': '********************', 'PORT': 5432, 'TEST': {'CHARSET': None, 'COLLATION': None, 'MIGRATE': True, 'MIRROR': None, 'NAME': None}, 'TIME_ZONE': None, 'USER': 'user_datakeeper'}}
DATABASE_ROUTERS []
DATA_UPLOAD_MAX_MEMORY_SIZE 314572800
DATA_UPLOAD_MAX_NUMBER_FIELDS 10000
DATETIME_FORMAT 'N j, Y, P'
DATETIME_INPUT_FORMATS ['%Y-%m-%d %H:%M:%S', '%Y-%m-%d %H:%M:%S.%f', '%Y-%m-%d %H:%M', '%m/%d/%Y %H:%M:%S', '%m/%d/%Y %H:%M:%S.%f', '%m/%d/%Y %H:%M', '%m/%d/%y %H:%M:%S', '%m/%d/%y %H:%M:%S.%f', '%m/%d/%y %H:%M']
DATE_FORMAT 'N j, Y'
DATE_INPUT_FORMATS ['%Y-%m-%d', '%m/%d/%Y', '%m/%d/%y', '%b %d %Y', '%b %d, %Y', '%d %b %Y', '%d %b, %Y', '%B %d %Y', '%B %d, %Y', '%d %B %Y', '%d %B, %Y']
DEBUG True
DEBUG_CONTOUR_THICKNESS 2
DEBUG_IMAGE_EXT '.jpg'
DEBUG_PROPAGATE_EXCEPTIONS False
DEBUG_TOOLBAR_CONFIG {'DISABLE_PANELS': ['debug_toolbar.panels.redirects.RedirectsPanel'], 'SHOW_TEMPLATE_CONTEXT': True}
DECIMAL_SEPARATOR '.'
DEFAULT_AUTO_FIELD 'django.db.models.AutoField'
DEFAULT_CHARSET 'utf-8'
DEFAULT_EXCEPTION_REPORTER 'django.views.debug.ExceptionReporter'
DEFAULT_EXCEPTION_REPORTER_FILTER 'django.views.debug.SafeExceptionReporterFilter'
DEFAULT_FILE_STORAGE 'data_keeper.core.management.storage_backends.cacheable_s3_storage.CacheableS3Storage'
DEFAULT_FILTER_BACKEND 'data_keeper.core.filter_backends.params_checking.ParamsCheckingFilterBackend'
DEFAULT_FROM_EMAIL 'webmaster@localhost'
DEFAULT_HASHING_ALGORITHM 'sha256'
DEFAULT_INDEX_TABLESPACE ''
DEFAULT_TABLESPACE ''
DISALLOWED_USER_AGENTS []
DJANGO_APPS ['django.contrib.auth', 'django.contrib.contenttypes', 'django.contrib.sessions', 'django.contrib.sites', 'django.contrib.messages', 'django.contrib.staticfiles', 'django.contrib.admin']
DROPBOX_OAUTH2_TOKEN '********************'
DROPBOX_TABLEAU_FOLDER '/MARKS/Yura_Tymko/Tableau/'
EMAIL_BACKEND 'django.core.mail.backends.locmem.EmailBackend'
EMAIL_HOST 'localhost'
EMAIL_HOST_PASSWORD '********************'
EMAIL_HOST_USER ''
EMAIL_PORT 1025
EMAIL_SSL_CERTFILE None
EMAIL_SSL_KEYFILE '********************'
EMAIL_SUBJECT_PREFIX '[Django] '
EMAIL_TIMEOUT None
EMAIL_USE_LOCALTIME False
EMAIL_USE_SSL False
EMAIL_USE_TLS False
FILE_UPLOAD_DIRECTORY_PERMISSIONS None
FILE_UPLOAD_HANDLERS ['django.core.files.uploadhandler.MemoryFileUploadHandler', 'django.core.files.uploadhandler.TemporaryFileUploadHandler']
FILE_UPLOAD_MAX_MEMORY_SIZE 2621440
FILE_UPLOAD_PERMISSIONS 511
FILE_UPLOAD_TEMP_DIR None
FIRST_DAY_OF_WEEK 0
FIXTURE_DIRS ('/opt/data_keeper/data_keeper/fixtures',)
FORCE_SCRIPT_NAME None
FORMAT_MODULE_PATH None
FORM_RENDERER 'django.forms.renderers.DjangoTemplates'
GRAYLOG_HOST 'graylog.3dlook.me'
GRAYLOG_UDP_PORT 12201
HEALTH_CHECKS {'db': 'django_healthchecks.contrib.check_database'}
HEALTH_CHECKS_ERROR_CODE 503
IGNORABLE_404_URLS []
INSTALLED_APPS ['django.contrib.auth', 'django.contrib.contenttypes', 'django.contrib.sessions', 'django.contrib.sites', 'django.contrib.messages', 'django.contrib.staticfiles', 'django.contrib.admin', 'crispy_forms', 'rest_framework', 'rest_framework.authtoken', 'rest_auth', 'schema_graph', 'django_filters', 'django_cleanup.apps.CleanupConfig', 'django_celery_beat', 'admin_auto_filters', 'import_export', 'allauth', 'allauth.account', 'django_json_widget', 'colorfield', 'drf_yasg', 'watchman', 'data_keeper.users.apps.UsersAppConfig', 'data_keeper.rawscans.apps.RawscansConfig', 'data_keeper.registration.apps.RegistrationConfig', 'data_keeper.normalization.apps.NormalizationConfig', 'data_keeper.syntphotos.apps.SyntphotosConfig', 'data_keeper.statmodels.apps.StatmodelsConfig', 'data_keeper.datasets.apps.DatasetsConfig', 'data_keeper.skeletons.apps.SkeletonsConfig', 'data_keeper.topology.apps.TopologyConfig', 'data_keeper.scangeneration.apps.ScangenerationConfig', 'data_keeper.syntfitting.apps.SyntfittingConfig', 'data_keeper.realfitting.apps.RealfittingConfig', 'data_keeper.realphotos.apps.RealphotosConfig', 'data_keeper.persons.apps.PersonsConfig', 'data_keeper.core.apps.CoreConfig', 'data_keeper.additionalfiles.apps.AdditionalfilesConfig', 'data_keeper.measurements.apps.MeasurementsConfig', 'data_keeper.stats.apps.StatsConfig', 'data_keeper.fittingconfig.apps.FittingconfigConfig', 'data_keeper.nn_models.apps.NnModelsConfig', 'data_keeper.distributions.apps.DistributionsConfig', 'data_keeper.notifications.apps.NotificationsConfig', 'data_keeper.jenkinsapp.apps.JenkinsappConfig', 'data_keeper.exports.apps.ExportsConfig', 'data_keeper.tableau.apps.TableauConfig', 'data_keeper.validation.apps.ValidationConfig', 'data_keeper.processing.apps.ProcessingConfig', 'data_keeper.syntpersons.apps.SyntpersonsConfig', 'data_keeper.landmarks.apps.LandmarksConfig', 'data_keeper.trylook.apps.TrylookConfig', 'data_keeper.flows.apps.FlowsConfig', 'data_keeper.size_recommendations.apps.SizeRecommendationsConfig', 'data_keeper.cloth_segmentation.apps.ClothSegmentationConfig', 'data_keeper.monitoring.apps.MonitoringConfig', 'debug_toolbar', 'celery']
INTERNAL_IPS ['127.0.0.1']
JENKINS_LANDMARKS_GENERATION_JOB 'datakeeper_landmarks_generation_using_versions'
JENKINS_PASSWORD '********************'
JENKINS_SERVER_URL 'https://jenkins.3dlook.me/'
JENKINS_TOKEN '********************'
JENKINS_USER 'datakeeper_user'
LANGUAGES [('af', 'Afrikaans'), ('ar', 'Arabic'), ('ar-dz', 'Algerian Arabic'), ('ast', 'Asturian'), ('az', 'Azerbaijani'), ('bg', 'Bulgarian'), ('be', 'Belarusian'), ('bn', 'Bengali'), ('br', 'Breton'), ('bs', 'Bosnian'), ('ca', 'Catalan'), ('cs', 'Czech'), ('cy', 'Welsh'), ('da', 'Danish'), ('de', 'German'), ('dsb', 'Lower Sorbian'), ('el', 'Greek'), ('en', 'English'), ('en-au', 'Australian English'), ('en-gb', 'British English'), ('eo', 'Esperanto'), ('es', 'Spanish'), ('es-ar', 'Argentinian Spanish'), ('es-co', 'Colombian Spanish'), ('es-mx', 'Mexican Spanish'), ('es-ni', 'Nicaraguan Spanish'), ('es-ve', 'Venezuelan Spanish'), ('et', 'Estonian'), ('eu', 'Basque'), ('fa', 'Persian'), ('fi', 'Finnish'), ('fr', 'French'), ('fy', 'Frisian'), ('ga', 'Irish'), ('gd', 'Scottish Gaelic'), ('gl', 'Galician'), ('he', 'Hebrew'), ('hi', 'Hindi'), ('hr', 'Croatian'), ('hsb', 'Upper Sorbian'), ('hu', 'Hungarian'), ('hy', 'Armenian'), ('ia', 'Interlingua'), ('id', 'Indonesian'), ('ig', 'Igbo'), ('io', 'Ido'), ('is', 'Icelandic'), ('it', 'Italian'), ('ja', 'Japanese'), ('ka', 'Georgian'), ('kab', 'Kabyle'), ('kk', 'Kazakh'), ('km', 'Khmer'), ('kn', 'Kannada'), ('ko', 'Korean'), ('ky', 'Kyrgyz'), ('lb', 'Luxembourgish'), ('lt', 'Lithuanian'), ('lv', 'Latvian'), ('mk', 'Macedonian'), ('ml', 'Malayalam'), ('mn', 'Mongolian'), ('mr', 'Marathi'), ('my', 'Burmese'), ('nb', 'Norwegian Bokmål'), ('ne', 'Nepali'), ('nl', 'Dutch'), ('nn', 'Norwegian Nynorsk'), ('os', 'Ossetic'), ('pa', 'Punjabi'), ('pl', 'Polish'), ('pt', 'Portuguese'), ('pt-br', 'Brazilian Portuguese'), ('ro', 'Romanian'), ('ru', 'Russian'), ('sk', 'Slovak'), ('sl', 'Slovenian'), ('sq', 'Albanian'), ('sr', 'Serbian'), ('sr-latn', 'Serbian Latin'), ('sv', 'Swedish'), ('sw', 'Swahili'), ('ta', 'Tamil'), ('te', 'Telugu'), ('tg', 'Tajik'), ('th', 'Thai'), ('tk', 'Turkmen'), ('tr', 'Turkish'), ('tt', 'Tatar'), ('udm', 'Udmurt'), ('uk', 'Ukrainian'), ('ur', 'Urdu'), ('uz', 'Uzbek'), ('vi', 'Vietnamese'), ('zh-hans', 'Simplified Chinese'), ('zh-hant', 'Traditional Chinese')]
LANGUAGES_BIDI ['he', 'ar', 'ar-dz', 'fa', 'ur']
LANGUAGE_CODE 'en-us'
LANGUAGE_COOKIE_AGE None
LANGUAGE_COOKIE_DOMAIN None
LANGUAGE_COOKIE_HTTPONLY False
LANGUAGE_COOKIE_NAME 'django_language'
LANGUAGE_COOKIE_PATH '/'
LANGUAGE_COOKIE_SAMESITE None
LANGUAGE_COOKIE_SECURE False
LOCALE_PATHS []
LOCAL_APPS ['data_keeper.users.apps.UsersAppConfig', 'data_keeper.rawscans.apps.RawscansConfig', 'data_keeper.registration.apps.RegistrationConfig', 'data_keeper.normalization.apps.NormalizationConfig', 'data_keeper.syntphotos.apps.SyntphotosConfig', 'data_keeper.statmodels.apps.StatmodelsConfig', 'data_keeper.datasets.apps.DatasetsConfig', 'data_keeper.skeletons.apps.SkeletonsConfig', 'data_keeper.topology.apps.TopologyConfig', 'data_keeper.scangeneration.apps.ScangenerationConfig', 'data_keeper.syntfitting.apps.SyntfittingConfig', 'data_keeper.realfitting.apps.RealfittingConfig', 'data_keeper.realphotos.apps.RealphotosConfig', 'data_keeper.persons.apps.PersonsConfig', 'data_keeper.core.apps.CoreConfig', 'data_keeper.additionalfiles.apps.AdditionalfilesConfig', 'data_keeper.measurements.apps.MeasurementsConfig', 'data_keeper.stats.apps.StatsConfig', 'data_keeper.fittingconfig.apps.FittingconfigConfig', 'data_keeper.nn_models.apps.NnModelsConfig', 'data_keeper.distributions.apps.DistributionsConfig', 'data_keeper.notifications.apps.NotificationsConfig', 'data_keeper.jenkinsapp.apps.JenkinsappConfig', 'data_keeper.exports.apps.ExportsConfig', 'data_keeper.tableau.apps.TableauConfig', 'data_keeper.validation.apps.ValidationConfig', 'data_keeper.processing.apps.ProcessingConfig', 'data_keeper.syntpersons.apps.SyntpersonsConfig', 'data_keeper.landmarks.apps.LandmarksConfig', 'data_keeper.trylook.apps.TrylookConfig', 'data_keeper.flows.apps.FlowsConfig', 'data_keeper.size_recommendations.apps.SizeRecommendationsConfig', 'data_keeper.cloth_segmentation.apps.ClothSegmentationConfig', 'data_keeper.monitoring.apps.MonitoringConfig']
LOGGING {'disable_existing_loggers': False, 'formatters': {'graypy': {'format': '%(message)s'}, 'simple': {'datefmt': '%Y-%m-%d %H:%M:%S', 'format': '%(asctime)s [%(levelname)s] %(message)s'}, 'verbose': {'datefmt': '%Y-%m-%d %H:%M:%S', 'format': '%(asctime)s [%(levelname)s] ' '(%(module)s.py::%(funcName)s::%(lineno)s) ' '%(message)s'}}, 'handlers': {'console': {'class': 'logging.StreamHandler', 'formatter': 'verbose'}, 'console-simple': {'class': 'logging.StreamHandler', 'formatter': 'simple'}, 'graypy': {'class': 'graypy.GELFUDPHandler', 'formatter': 'graypy', 'host': 'graylog.3dlook.me', 'level': 'INFO', 'port': 12201}, 'null': {'class': 'logging.NullHandler'}}, 'loggers': {'data_keeper_requests': {'handlers': ['console-simple', 'graypy'], 'level': 'INFO', 'propagate': False}, 'django': {'handlers': ['console-simple', 'graypy'], 'level': 'WARNING', 'propagate': False}, 'django.security.DisallowedHost': {'handlers': ['null'], 'propagate': False}}, 'root': {'handlers': ['console', 'graypy'], 'level': 'INFO', 'propagate': False}, 'version': 1}
LOGGING_CONFIG 'logging.config.dictConfig'
LOGIN_REDIRECT_URL '/'
LOGIN_URL '/accounts/login/'
LOGOUT_REDIRECT_URL None
MANAGERS [('Artur Tarchanskyj', 'artur@3dlook.me')]
MAX_DEBUG_IMAGE_HEIGHT 1000
MAX_DEBUG_IMAGE_WIDTH 700
MAX_THUMBNAIL_HEIGHT 550
MAX_THUMBNAIL_WIDTH 300
MEDIA_ROOT '/opt/data_keeper/data_keeper/media'
MEDIA_URL '/media/'
MESSAGE_STORAGE 'django.contrib.messages.storage.fallback.FallbackStorage'
MIDDLEWARE ['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', 'data_keeper.core.middleware.RequestResponseLogMiddleware', 'debug_toolbar.middleware.DebugToolbarMiddleware']
MIGRATION_MODULES {}
MONTH_DAY_FORMAT 'F j'
NUMBER_GROUPING 0
PASSWORD_HASHERS '********************'
PASSWORD_RESET_TIMEOUT '********************'
PASSWORD_RESET_TIMEOUT_DAYS '********************'
PICS_KEEPER_BASE_URL 'https://api-picskeeper.3dlook.me'
PICS_KEEPER_TOKEN '********************'
PREPEND_WWW False
READ_DOT_ENV_FILE False
REMOVE_POLYGONS_INTERSECTIONS True
REST_FRAMEWORK {'DEFAULT_AUTHENTICATION_CLASSES': ('rest_framework.authentication.TokenAuthentication', 'rest_framework.authentication.SessionAuthentication'), 'DEFAULT_FILTER_BACKENDS': ('data_keeper.core.filter_backends.params_checking.ParamsCheckingFilterBackend',), 'DEFAULT_PAGINATION_CLASS': 'rest_framework.pagination.LimitOffsetPagination', 'DEFAULT_PERMISSION_CLASSES': ('rest_framework.permissions.IsAuthenticated',), 'DEFAULT_SCHEMA_CLASS': 'rest_framework.schemas.coreapi.AutoSchema', 'EXCEPTION_HANDLER': 'data_keeper.core.exception_handlers.validation_errors.exception_handler', 'HTML_SELECT_CUTOFF': 5, 'PAGE_SIZE': 50}
ROOT_DIR <Path:/opt/data_keeper>
ROOT_URLCONF 'config.urls'
SAIA_UPDATE_ALPHA_APIKEY '********************'
SAIA_UPDATE_ALPHA_PERSONS_URL 'https://saia-alpha.3dlook.me/api/v2/persons/'
SAIA_UPDATE_APIKEY '********************'
SAIA_UPDATE_IMP_APIKEY '********************'
SAIA_UPDATE_IMP_PERSONS_URL 'https://saia-imp.3dlook.me/api/v2/persons/'
SAIA_UPDATE_PERSONS_URL 'https://saia-imp.3dlook.me/api/v2/persons/'
SAIA_UPDATE_PROD_APIKEY '********************'
SAIA_UPDATE_PROD_PERSONS_URL 'https://saia.3dlook.me/api/v2/persons/'
SAIA_UPDATE_TEST_APIKEY '********************'
SAIA_UPDATE_TEST_PERSONS_URL 'https://saia-test.3dlook.me/api/v2/persons/'
SECRET_KEY '********************'
SECURE_BROWSER_XSS_FILTER True
SECURE_CONTENT_TYPE_NOSNIFF True
SECURE_HSTS_INCLUDE_SUBDOMAINS False
SECURE_HSTS_PRELOAD False
SECURE_HSTS_SECONDS 0
SECURE_PROXY_SSL_HEADER None
SECURE_REDIRECT_EXEMPT []
SECURE_REFERRER_POLICY 'same-origin'
SECURE_SSL_HOST None
SECURE_SSL_REDIRECT False
SEGMENTATION_INIT_IMG_ALPHA 0.7
SEGMENTATION_MASK_ALPHA 0.3
SENTRY_DSN 'https://5ef062b537894188a23e29115b99d164@o142896.ingest.sentry.io/5866416'
SENTRY_ENV 'dev'
SERVER_EMAIL 'root@localhost'
SESSION_CACHE_ALIAS 'default'
SESSION_COOKIE_AGE 1209600
SESSION_COOKIE_DOMAIN None
SESSION_COOKIE_HTTPONLY True
SESSION_COOKIE_NAME 'sessionid'
SESSION_COOKIE_PATH '/'
SESSION_COOKIE_SAMESITE 'Lax'
SESSION_COOKIE_SECURE False
SESSION_ENGINE 'django.contrib.sessions.backends.db'
SESSION_EXPIRE_AT_BROWSER_CLOSE False
SESSION_FILE_PATH None
SESSION_SAVE_EVERY_REQUEST False
SESSION_SERIALIZER 'django.contrib.sessions.serializers.JSONSerializer'
SETTINGS_MODULE 'config.settings.test'
SHORT_DATETIME_FORMAT 'm/d/Y P'
SHORT_DATE_FORMAT 'm/d/Y'
SIGNING_BACKEND 'django.core.signing.TimestampSigner'
SILENCED_SYSTEM_CHECKS []
SITE_ID 1
SIZE_RECOMMENDATION_BASE_URL 'https://sr-test.3dlook.me'
SIZE_RECOMMENDATION_LOGIN 'login'
SIZE_RECOMMENDATION_PASSWORD '********************'
STATICFILES_DIRS ['/opt/data_keeper/data_keeper/static']
STATICFILES_FINDERS ['django.contrib.staticfiles.finders.FileSystemFinder', 'django.contrib.staticfiles.finders.AppDirectoriesFinder']
STATICFILES_STORAGE 'django.contrib.staticfiles.storage.StaticFilesStorage'
STATIC_ROOT '/opt/data_keeper/staticfiles'
STATIC_URL '/static/'
SWAGGER_SETTINGS {'DEEP_LINKING': True, 'DEFAULT_MODEL_RENDERING': 'example', 'LOGIN_URL': 'admin:login', 'LOGOUT_URL': 'admin:logout', 'USE_SESSION_AUTH': True}
TEMPLATES [{'BACKEND': 'django.template.backends.django.DjangoTemplates', 'DIRS': ['/opt/data_keeper/data_keeper/templates'], 'OPTIONS': {'context_processors': ['django.template.context_processors.debug', 'django.template.context_processors.request', 'django.contrib.auth.context_processors.auth', 'django.template.context_processors.i18n', 'django.template.context_processors.media', 'django.template.context_processors.static', 'django.template.context_processors.tz', 'django.contrib.messages.context_processors.messages', 'config.contexts.free_space'], 'debug': True, 'loaders': [('django.template.loaders.cached.Loader', ['django.template.loaders.filesystem.Loader', 'django.template.loaders.app_directories.Loader'])]}}]
TEMP_MEDIA_DIR 'temp'
TEST_NON_SERIALIZED_APPS []
TEST_RUNNER 'django.test.runner.DiscoverRunner'
TEXTURE_FILE 'obj/model_uv.obj'
THIRD_PARTY_APPS ['crispy_forms', 'rest_framework', 'rest_framework.authtoken', 'rest_auth', 'schema_graph', 'django_filters', 'django_cleanup.apps.CleanupConfig', 'django_celery_beat', 'admin_auto_filters', 'import_export', 'allauth', 'allauth.account', 'django_json_widget', 'colorfield', 'drf_yasg', 'watchman']
THOUSAND_SEPARATOR ','
THUMB_IMAGE_EXT '.jpg'
TIME_FORMAT 'P'
TIME_INPUT_FORMATS ['%H:%M:%S', '%H:%M:%S.%f', '%H:%M']
TIME_ZONE 'UTC'
USE_I18N True
USE_L10N True
USE_THOUSAND_SEPARATOR False
USE_TZ True
USE_X_FORWARDED_HOST False
USE_X_FORWARDED_PORT False
WATCHMAN_AUTH_DECORATOR 'django.contrib.admin.views.decorators.staff_member_required'
WSGI_APPLICATION 'config.wsgi.application'
X_FRAME_OPTIONS 'DENY'
YEAR_MONTH_FORMAT 'F Y'

Headers

Request headers

Key Value
Accept */*
Accept-Encoding gzip, br, zstd, deflate
Connection close
Host datakeeper-test.3dlook.me
Referer https://datakeeper-test.3dlook.me/
User-Agent Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)
X-Forwarded-For 18.119.131.10
X-Forwarded-Proto https
X-Real-Ip 18.119.131.10

Response headers

Key Value
Content-Type text/html; charset=utf-8

WSGI environ

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

Key Value
PATH_INFO /accounts/login/
QUERY_STRING
REMOTE_ADDR 127.0.0.1
REQUEST_METHOD GET
SCRIPT_NAME
SERVER_NAME 127.0.0.1
SERVER_PORT 5000
SERVER_PROTOCOL HTTP/1.0
SERVER_SOFTWARE gunicorn/20.1.0

Request

View information

View function Arguments Keyword arguments URL name
allauth.account.views.LoginView () {} account_login

No cookies

No session data

No GET data

No POST data

SQL queries from 0 connections

No SQL queries were recorded during this request.

Static files (1700 found, 6 used)

Static file path

  1. /opt/data_keeper/data_keeper/static

Static file apps

  1. django.contrib.admin
  2. rest_framework
  3. schema_graph
  4. admin_auto_filters
  5. import_export
  6. django_json_widget
  7. colorfield
  8. drf_yasg
  9. debug_toolbar

Static files

css/bootstrap.min.css
/opt/data_keeper/data_keeper/static/css/bootstrap.min.css
font-awesome/css/font-awesome.css
/opt/data_keeper/data_keeper/static/font-awesome/css/font-awesome.css
css/animate.css
/opt/data_keeper/data_keeper/static/css/animate.css
css/style.css
/opt/data_keeper/data_keeper/static/css/style.css
js/jquery-3.1.1.min.js
/opt/data_keeper/data_keeper/static/js/jquery-3.1.1.min.js
js/bootstrap.min.js
/opt/data_keeper/data_keeper/static/js/bootstrap.min.js

django.contrib.staticfiles.finders.FileSystemFinder (1502 files)

Path Location
obj/model_uv.obj /opt/data_keeper/data_keeper/static/obj/model_uv.obj
locales/es.json /opt/data_keeper/data_keeper/static/locales/es.json
locales/en.json /opt/data_keeper/data_keeper/static/locales/en.json
font-awesome/scss/_variables.scss /opt/data_keeper/data_keeper/static/font-awesome/scss/_variables.scss
font-awesome/scss/_animated.scss /opt/data_keeper/data_keeper/static/font-awesome/scss/_animated.scss
font-awesome/scss/_screen-reader.scss /opt/data_keeper/data_keeper/static/font-awesome/scss/_screen-reader.scss
font-awesome/scss/_list.scss /opt/data_keeper/data_keeper/static/font-awesome/scss/_list.scss
font-awesome/scss/_rotated-flipped.scss /opt/data_keeper/data_keeper/static/font-awesome/scss/_rotated-flipped.scss
font-awesome/scss/_core.scss /opt/data_keeper/data_keeper/static/font-awesome/scss/_core.scss
font-awesome/scss/_larger.scss /opt/data_keeper/data_keeper/static/font-awesome/scss/_larger.scss
font-awesome/scss/_icons.scss /opt/data_keeper/data_keeper/static/font-awesome/scss/_icons.scss
font-awesome/scss/font-awesome.scss /opt/data_keeper/data_keeper/static/font-awesome/scss/font-awesome.scss
font-awesome/scss/_bordered-pulled.scss /opt/data_keeper/data_keeper/static/font-awesome/scss/_bordered-pulled.scss
font-awesome/scss/_mixins.scss /opt/data_keeper/data_keeper/static/font-awesome/scss/_mixins.scss
font-awesome/scss/_fixed-width.scss /opt/data_keeper/data_keeper/static/font-awesome/scss/_fixed-width.scss
font-awesome/scss/_path.scss /opt/data_keeper/data_keeper/static/font-awesome/scss/_path.scss
font-awesome/scss/_stacked.scss /opt/data_keeper/data_keeper/static/font-awesome/scss/_stacked.scss
font-awesome/css/font-awesome.css /opt/data_keeper/data_keeper/static/font-awesome/css/font-awesome.css
font-awesome/css/font-awesome.min.css /opt/data_keeper/data_keeper/static/font-awesome/css/font-awesome.min.css
font-awesome/less/animated.less /opt/data_keeper/data_keeper/static/font-awesome/less/animated.less
font-awesome/less/rotated-flipped.less /opt/data_keeper/data_keeper/static/font-awesome/less/rotated-flipped.less
font-awesome/less/icons.less /opt/data_keeper/data_keeper/static/font-awesome/less/icons.less
font-awesome/less/larger.less /opt/data_keeper/data_keeper/static/font-awesome/less/larger.less
font-awesome/less/screen-reader.less /opt/data_keeper/data_keeper/static/font-awesome/less/screen-reader.less
font-awesome/less/font-awesome.less /opt/data_keeper/data_keeper/static/font-awesome/less/font-awesome.less
font-awesome/less/bordered-pulled.less /opt/data_keeper/data_keeper/static/font-awesome/less/bordered-pulled.less
font-awesome/less/stacked.less /opt/data_keeper/data_keeper/static/font-awesome/less/stacked.less
font-awesome/less/core.less /opt/data_keeper/data_keeper/static/font-awesome/less/core.less
font-awesome/less/variables.less /opt/data_keeper/data_keeper/static/font-awesome/less/variables.less
font-awesome/less/path.less /opt/data_keeper/data_keeper/static/font-awesome/less/path.less
font-awesome/less/list.less /opt/data_keeper/data_keeper/static/font-awesome/less/list.less
font-awesome/less/fixed-width.less /opt/data_keeper/data_keeper/static/font-awesome/less/fixed-width.less
font-awesome/less/mixins.less /opt/data_keeper/data_keeper/static/font-awesome/less/mixins.less
font-awesome/fonts/fontawesome-webfont.eot /opt/data_keeper/data_keeper/static/font-awesome/fonts/fontawesome-webfont.eot
font-awesome/fonts/fontawesome-webfont.woff2 /opt/data_keeper/data_keeper/static/font-awesome/fonts/fontawesome-webfont.woff2
font-awesome/fonts/FontAwesome.otf /opt/data_keeper/data_keeper/static/font-awesome/fonts/FontAwesome.otf
font-awesome/fonts/fontawesome-webfont.ttf /opt/data_keeper/data_keeper/static/font-awesome/fonts/fontawesome-webfont.ttf
font-awesome/fonts/fontawesome-webfont.svg /opt/data_keeper/data_keeper/static/font-awesome/fonts/fontawesome-webfont.svg
font-awesome/fonts/fontawesome-webfont.woff /opt/data_keeper/data_keeper/static/font-awesome/fonts/fontawesome-webfont.woff
plugins/colorpicker/bootstrap-colorpicker.min.css /opt/data_keeper/data_keeper/static/plugins/colorpicker/bootstrap-colorpicker.min.css
plugins/dualListbox/bootstrap-duallistbox.min.css /opt/data_keeper/data_keeper/static/plugins/dualListbox/bootstrap-duallistbox.min.css
plugins/toastr/toastr.min.css /opt/data_keeper/data_keeper/static/plugins/toastr/toastr.min.css
plugins/iCheck/green.png /opt/data_keeper/data_keeper/static/plugins/iCheck/green.png
plugins/iCheck/green@2x.png /opt/data_keeper/data_keeper/static/plugins/iCheck/green@2x.png
plugins/iCheck/custom.css /opt/data_keeper/data_keeper/static/plugins/iCheck/custom.css
plugins/touchspin/jquery.bootstrap-touchspin.min.css /opt/data_keeper/data_keeper/static/plugins/touchspin/jquery.bootstrap-touchspin.min.css
plugins/bootstrap-tagsinput/bootstrap-tagsinput.css /opt/data_keeper/data_keeper/static/plugins/bootstrap-tagsinput/bootstrap-tagsinput.css
plugins/jQueryUI/jquery-ui-1.10.4.custom.min.css /opt/data_keeper/data_keeper/static/plugins/jQueryUI/jquery-ui-1.10.4.custom.min.css
plugins/jQueryUI/jquery-ui.css /opt/data_keeper/data_keeper/static/plugins/jQueryUI/jquery-ui.css
plugins/jQueryUI/images/ui-bg_glass_65_ffffff_1x400.png /opt/data_keeper/data_keeper/static/plugins/jQueryUI/images/ui-bg_glass_65_ffffff_1x400.png
plugins/jQueryUI/images/ui-icons_cd0a0a_256x240.png /opt/data_keeper/data_keeper/static/plugins/jQueryUI/images/ui-icons_cd0a0a_256x240.png
plugins/jQueryUI/images/ui-icons_2e83ff_256x240.png /opt/data_keeper/data_keeper/static/plugins/jQueryUI/images/ui-icons_2e83ff_256x240.png
plugins/jQueryUI/images/ui-bg_glass_95_fef1ec_1x400.png /opt/data_keeper/data_keeper/static/plugins/jQueryUI/images/ui-bg_glass_95_fef1ec_1x400.png
plugins/jQueryUI/images/ui-bg_glass_75_e6e6e6_1x400.png /opt/data_keeper/data_keeper/static/plugins/jQueryUI/images/ui-bg_glass_75_e6e6e6_1x400.png
plugins/jQueryUI/images/ui-icons_222222_256x240.png /opt/data_keeper/data_keeper/static/plugins/jQueryUI/images/ui-icons_222222_256x240.png
plugins/jQueryUI/images/ui-bg_flat_0_aaaaaa_40x100.png /opt/data_keeper/data_keeper/static/plugins/jQueryUI/images/ui-bg_flat_0_aaaaaa_40x100.png
plugins/jQueryUI/images/animated-overlay.gif /opt/data_keeper/data_keeper/static/plugins/jQueryUI/images/animated-overlay.gif
plugins/jQueryUI/images/ui-bg_flat_75_ffffff_40x100.png /opt/data_keeper/data_keeper/static/plugins/jQueryUI/images/ui-bg_flat_75_ffffff_40x100.png
plugins/jQueryUI/images/ui-bg_glass_55_fbf9ee_1x400.png /opt/data_keeper/data_keeper/static/plugins/jQueryUI/images/ui-bg_glass_55_fbf9ee_1x400.png
plugins/jQueryUI/images/ui-bg_highlight-soft_75_cccccc_1x100.png /opt/data_keeper/data_keeper/static/plugins/jQueryUI/images/ui-bg_highlight-soft_75_cccccc_1x100.png
plugins/jQueryUI/images/ui-icons_454545_256x240.png /opt/data_keeper/data_keeper/static/plugins/jQueryUI/images/ui-icons_454545_256x240.png
plugins/jQueryUI/images/ui-bg_glass_75_dadada_1x400.png /opt/data_keeper/data_keeper/static/plugins/jQueryUI/images/ui-bg_glass_75_dadada_1x400.png
plugins/jQueryUI/images/ui-icons_888888_256x240.png /opt/data_keeper/data_keeper/static/plugins/jQueryUI/images/ui-icons_888888_256x240.png
plugins/chartist/chartist.min.css /opt/data_keeper/data_keeper/static/plugins/chartist/chartist.min.css
plugins/bootstrapTour/bootstrap-tour.min.css /opt/data_keeper/data_keeper/static/plugins/bootstrapTour/bootstrap-tour.min.css
plugins/dataTables/datatables.min.css /opt/data_keeper/data_keeper/static/plugins/dataTables/datatables.min.css
plugins/jsTree/style.min.css /opt/data_keeper/data_keeper/static/plugins/jsTree/style.min.css
plugins/jsTree/39px.png /opt/data_keeper/data_keeper/static/plugins/jsTree/39px.png
plugins/jsTree/40px.png /opt/data_keeper/data_keeper/static/plugins/jsTree/40px.png
plugins/jsTree/throbber.gif /opt/data_keeper/data_keeper/static/plugins/jsTree/throbber.gif
plugins/jsTree/style.css /opt/data_keeper/data_keeper/static/plugins/jsTree/style.css
plugins/jsTree/32px.png /opt/data_keeper/data_keeper/static/plugins/jsTree/32px.png
plugins/summernote/summernote-bs3.css /opt/data_keeper/data_keeper/static/plugins/summernote/summernote-bs3.css
plugins/summernote/summernote.css /opt/data_keeper/data_keeper/static/plugins/summernote/summernote.css
plugins/summernote/font/summernote.ttf /opt/data_keeper/data_keeper/static/plugins/summernote/font/summernote.ttf
plugins/summernote/font/summernote.eot /opt/data_keeper/data_keeper/static/plugins/summernote/font/summernote.eot
plugins/summernote/font/summernote.woff /opt/data_keeper/data_keeper/static/plugins/summernote/font/summernote.woff
plugins/jasny/jasny-bootstrap.min.css /opt/data_keeper/data_keeper/static/plugins/jasny/jasny-bootstrap.min.css
plugins/awesome-bootstrap-checkbox/awesome-bootstrap-checkbox.css /opt/data_keeper/data_keeper/static/plugins/awesome-bootstrap-checkbox/awesome-bootstrap-checkbox.css
plugins/codemirror/codemirror.css /opt/data_keeper/data_keeper/static/plugins/codemirror/codemirror.css
plugins/codemirror/ambiance.css /opt/data_keeper/data_keeper/static/plugins/codemirror/ambiance.css
plugins/images/sort_desc.png /opt/data_keeper/data_keeper/static/plugins/images/sort_desc.png
plugins/images/spritemap.png /opt/data_keeper/data_keeper/static/plugins/images/spritemap.png
plugins/images/sprite-skin-nice.png /opt/data_keeper/data_keeper/static/plugins/images/sprite-skin-nice.png
plugins/images/sort_asc.png /opt/data_keeper/data_keeper/static/plugins/images/sort_asc.png
plugins/images/sprite-skin-flat.png /opt/data_keeper/data_keeper/static/plugins/images/sprite-skin-flat.png
plugins/images/sort.png /opt/data_keeper/data_keeper/static/plugins/images/sort.png
plugins/images/sprite-skin-flat2.png /opt/data_keeper/data_keeper/static/plugins/images/sprite-skin-flat2.png
plugins/images/spritemap@2x.png /opt/data_keeper/data_keeper/static/plugins/images/spritemap@2x.png
plugins/images/sprite-skin-simple.png /opt/data_keeper/data_keeper/static/plugins/images/sprite-skin-simple.png
plugins/images/bootstrap-colorpicker/hue-horizontal.png /opt/data_keeper/data_keeper/static/plugins/images/bootstrap-colorpicker/hue-horizontal.png
plugins/images/bootstrap-colorpicker/alpha.png /opt/data_keeper/data_keeper/static/plugins/images/bootstrap-colorpicker/alpha.png
plugins/images/bootstrap-colorpicker/hue.png /opt/data_keeper/data_keeper/static/plugins/images/bootstrap-colorpicker/hue.png
plugins/images/bootstrap-colorpicker/alpha-horizontal.png /opt/data_keeper/data_keeper/static/plugins/images/bootstrap-colorpicker/alpha-horizontal.png
plugins/images/bootstrap-colorpicker/saturation.png /opt/data_keeper/data_keeper/static/plugins/images/bootstrap-colorpicker/saturation.png
plugins/slick/slick-theme.css /opt/data_keeper/data_keeper/static/plugins/slick/slick-theme.css
plugins/slick/slick.css /opt/data_keeper/data_keeper/static/plugins/slick/slick.css
plugins/slick/ajax-loader.gif /opt/data_keeper/data_keeper/static/plugins/slick/ajax-loader.gif
plugins/slick/fonts/slick.woff /opt/data_keeper/data_keeper/static/plugins/slick/fonts/slick.woff
plugins/slick/fonts/slick.ttf /opt/data_keeper/data_keeper/static/plugins/slick/fonts/slick.ttf
plugins/slick/fonts/slick.eot /opt/data_keeper/data_keeper/static/plugins/slick/fonts/slick.eot
plugins/slick/fonts/slick.svg /opt/data_keeper/data_keeper/static/plugins/slick/fonts/slick.svg
plugins/daterangepicker/daterangepicker-bs3.css /opt/data_keeper/data_keeper/static/plugins/daterangepicker/daterangepicker-bs3.css
plugins/nouslider/jquery.nouislider.css /opt/data_keeper/data_keeper/static/plugins/nouslider/jquery.nouislider.css
plugins/fullcalendar/fullcalendar.css /opt/data_keeper/data_keeper/static/plugins/fullcalendar/fullcalendar.css
plugins/fullcalendar/fullcalendar.print.css /opt/data_keeper/data_keeper/static/plugins/fullcalendar/fullcalendar.print.css
plugins/datapicker/datepicker3.css /opt/data_keeper/data_keeper/static/plugins/datapicker/datepicker3.css
plugins/ionRangeSlider/ion.rangeSlider.skinSimple.css /opt/data_keeper/data_keeper/static/plugins/ionRangeSlider/ion.rangeSlider.skinSimple.css
plugins/ionRangeSlider/ion.rangeSlider.css /opt/data_keeper/data_keeper/static/plugins/ionRangeSlider/ion.rangeSlider.css
plugins/ionRangeSlider/ion.rangeSlider.skinFlat.css /opt/data_keeper/data_keeper/static/plugins/ionRangeSlider/ion.rangeSlider.skinFlat.css
plugins/ionRangeSlider/ion.rangeSlider.skinNice.css /opt/data_keeper/data_keeper/static/plugins/ionRangeSlider/ion.rangeSlider.skinNice.css
plugins/chosen/chosen-sprite@2x.png /opt/data_keeper/data_keeper/static/plugins/chosen/chosen-sprite@2x.png
plugins/chosen/chosen-sprite.png /opt/data_keeper/data_keeper/static/plugins/chosen/chosen-sprite.png
plugins/chosen/chosen.css /opt/data_keeper/data_keeper/static/plugins/chosen/chosen.css
plugins/chosen/bootstrap-chosen.css /opt/data_keeper/data_keeper/static/plugins/chosen/bootstrap-chosen.css
plugins/textSpinners/spinners.css /opt/data_keeper/data_keeper/static/plugins/textSpinners/spinners.css
plugins/c3/c3.min.css /opt/data_keeper/data_keeper/static/plugins/c3/c3.min.css
plugins/social-buttons/social-buttons.css /opt/data_keeper/data_keeper/static/plugins/social-buttons/social-buttons.css
plugins/bootstrapSocial/bootstrap-social.css /opt/data_keeper/data_keeper/static/plugins/bootstrapSocial/bootstrap-social.css
plugins/cropper/cropper.min.css /opt/data_keeper/data_keeper/static/plugins/cropper/cropper.min.css
plugins/blueimp/img/play-pause.svg /opt/data_keeper/data_keeper/static/plugins/blueimp/img/play-pause.svg
plugins/blueimp/img/video-play.png /opt/data_keeper/data_keeper/static/plugins/blueimp/img/video-play.png
plugins/blueimp/img/video-play.svg /opt/data_keeper/data_keeper/static/plugins/blueimp/img/video-play.svg
plugins/blueimp/img/loading.gif /opt/data_keeper/data_keeper/static/plugins/blueimp/img/loading.gif
plugins/blueimp/img/error.svg /opt/data_keeper/data_keeper/static/plugins/blueimp/img/error.svg
plugins/blueimp/img/error.png /opt/data_keeper/data_keeper/static/plugins/blueimp/img/error.png
plugins/blueimp/img/play-pause.png /opt/data_keeper/data_keeper/static/plugins/blueimp/img/play-pause.png
plugins/blueimp/css/demo.css /opt/data_keeper/data_keeper/static/plugins/blueimp/css/demo.css
plugins/blueimp/css/blueimp-gallery-video.css /opt/data_keeper/data_keeper/static/plugins/blueimp/css/blueimp-gallery-video.css
plugins/blueimp/css/blueimp-gallery.css /opt/data_keeper/data_keeper/static/plugins/blueimp/css/blueimp-gallery.css
plugins/blueimp/css/blueimp-gallery-indicator.css /opt/data_keeper/data_keeper/static/plugins/blueimp/css/blueimp-gallery-indicator.css
plugins/blueimp/css/blueimp-gallery.min.css /opt/data_keeper/data_keeper/static/plugins/blueimp/css/blueimp-gallery.min.css
plugins/morris/morris-0.4.3.min.css /opt/data_keeper/data_keeper/static/plugins/morris/morris-0.4.3.min.css
plugins/footable/footable.core.css /opt/data_keeper/data_keeper/static/plugins/footable/footable.core.css
plugins/footable/fonts/footable.woff /opt/data_keeper/data_keeper/static/plugins/footable/fonts/footable.woff
plugins/footable/fonts/footable.eot /opt/data_keeper/data_keeper/static/plugins/footable/fonts/footable.eot
plugins/footable/fonts/footable.ttf /opt/data_keeper/data_keeper/static/plugins/footable/fonts/footable.ttf
plugins/footable/fonts/footable.svg /opt/data_keeper/data_keeper/static/plugins/footable/fonts/footable.svg
plugins/select2/select2.min.css /opt/data_keeper/data_keeper/static/plugins/select2/select2.min.css
plugins/jqGrid/ui.jqgrid.css /opt/data_keeper/data_keeper/static/plugins/jqGrid/ui.jqgrid.css
plugins/ladda/ladda-themeless.min.css /opt/data_keeper/data_keeper/static/plugins/ladda/ladda-themeless.min.css
plugins/ladda/ladda.min.css /opt/data_keeper/data_keeper/static/plugins/ladda/ladda.min.css
plugins/switchery/switchery.css /opt/data_keeper/data_keeper/static/plugins/switchery/switchery.css
plugins/bootstrap-rtl/bootstrap-rtl.css.map /opt/data_keeper/data_keeper/static/plugins/bootstrap-rtl/bootstrap-rtl.css.map
plugins/bootstrap-rtl/bootstrap-rtl.css /opt/data_keeper/data_keeper/static/plugins/bootstrap-rtl/bootstrap-rtl.css
plugins/bootstrap-rtl/bootstrap-rtl.min.css /opt/data_keeper/data_keeper/static/plugins/bootstrap-rtl/bootstrap-rtl.min.css
plugins/clockpicker/clockpicker.css /opt/data_keeper/data_keeper/static/plugins/clockpicker/clockpicker.css
plugins/sweetalert/sweetalert.css /opt/data_keeper/data_keeper/static/plugins/sweetalert/sweetalert.css
plugins/dropzone/basic.css /opt/data_keeper/data_keeper/static/plugins/dropzone/basic.css
plugins/dropzone/dropzone.css /opt/data_keeper/data_keeper/static/plugins/dropzone/dropzone.css
plugins/bootstrap-markdown/bootstrap-markdown.min.css /opt/data_keeper/data_keeper/static/plugins/bootstrap-markdown/bootstrap-markdown.min.css
plugins/steps/jquery.steps.css /opt/data_keeper/data_keeper/static/plugins/steps/jquery.steps.css
img/email_1.jpg /opt/data_keeper/data_keeper/static/img/email_1.jpg
img/a6.jpg /opt/data_keeper/data_keeper/static/img/a6.jpg
img/dashboard4_1.jpg /opt/data_keeper/data_keeper/static/img/dashboard4_1.jpg
img/p_big3.jpg /opt/data_keeper/data_keeper/static/img/p_big3.jpg
img/p6.jpg /opt/data_keeper/data_keeper/static/img/p6.jpg
img/a7.jpg /opt/data_keeper/data_keeper/static/img/a7.jpg
img/p1.jpg /opt/data_keeper/data_keeper/static/img/p1.jpg
img/p_big1.jpg /opt/data_keeper/data_keeper/static/img/p_big1.jpg
img/html_logo.png /opt/data_keeper/data_keeper/static/img/html_logo.png
img/a4.jpg /opt/data_keeper/data_keeper/static/img/a4.jpg
img/off_canvas.jpg /opt/data_keeper/data_keeper/static/img/off_canvas.jpg
img/a8.jpg /opt/data_keeper/data_keeper/static/img/a8.jpg
img/p8.jpg /opt/data_keeper/data_keeper/static/img/p8.jpg
img/p_big2.jpg /opt/data_keeper/data_keeper/static/img/p_big2.jpg
img/p5.jpg /opt/data_keeper/data_keeper/static/img/p5.jpg
img/a1.jpg /opt/data_keeper/data_keeper/static/img/a1.jpg
img/meteor_logo.png /opt/data_keeper/data_keeper/static/img/meteor_logo.png
img/profile_small.jpg /opt/data_keeper/data_keeper/static/img/profile_small.jpg
img/p2.jpg /opt/data_keeper/data_keeper/static/img/p2.jpg
img/dashboard4_2.jpg /opt/data_keeper/data_keeper/static/img/dashboard4_2.jpg
img/mvc_logo.png /opt/data_keeper/data_keeper/static/img/mvc_logo.png
img/profile.jpg /opt/data_keeper/data_keeper/static/img/profile.jpg
img/email_3.jpg /opt/data_keeper/data_keeper/static/img/email_3.jpg
img/headphones.jpg /opt/data_keeper/data_keeper/static/img/headphones.jpg
img/email_2.jpg /opt/data_keeper/data_keeper/static/img/email_2.jpg
img/p7.jpg /opt/data_keeper/data_keeper/static/img/p7.jpg
img/rails_logo.png /opt/data_keeper/data_keeper/static/img/rails_logo.png
img/profile_big.jpg /opt/data_keeper/data_keeper/static/img/profile_big.jpg
img/starter_logo.jpg /opt/data_keeper/data_keeper/static/img/starter_logo.jpg
img/p3.jpg /opt/data_keeper/data_keeper/static/img/p3.jpg
img/a2.jpg /opt/data_keeper/data_keeper/static/img/a2.jpg
img/angular_logo.png /opt/data_keeper/data_keeper/static/img/angular_logo.png
img/full_height.jpg /opt/data_keeper/data_keeper/static/img/full_height.jpg
img/p4.jpg /opt/data_keeper/data_keeper/static/img/p4.jpg
img/a5.jpg /opt/data_keeper/data_keeper/static/img/a5.jpg
img/a3.jpg /opt/data_keeper/data_keeper/static/img/a3.jpg
img/zender_logo.png /opt/data_keeper/data_keeper/static/img/zender_logo.png
img/flags/64/Ethiopia.png /opt/data_keeper/data_keeper/static/img/flags/64/Ethiopia.png
img/flags/64/Lesotho.png /opt/data_keeper/data_keeper/static/img/flags/64/Lesotho.png
img/flags/64/Sudan.png /opt/data_keeper/data_keeper/static/img/flags/64/Sudan.png
img/flags/64/Australia.png /opt/data_keeper/data_keeper/static/img/flags/64/Australia.png
img/flags/64/Ireland.png /opt/data_keeper/data_keeper/static/img/flags/64/Ireland.png
img/flags/64/Somaliland.png /opt/data_keeper/data_keeper/static/img/flags/64/Somaliland.png
img/flags/64/Guernsey.png /opt/data_keeper/data_keeper/static/img/flags/64/Guernsey.png
img/flags/64/Myanmar.png /opt/data_keeper/data_keeper/static/img/flags/64/Myanmar.png
img/flags/64/Comoros.png /opt/data_keeper/data_keeper/static/img/flags/64/Comoros.png
img/flags/64/Zambia.png /opt/data_keeper/data_keeper/static/img/flags/64/Zambia.png
img/flags/64/Montenegro.png /opt/data_keeper/data_keeper/static/img/flags/64/Montenegro.png
img/flags/64/Cameroon.png /opt/data_keeper/data_keeper/static/img/flags/64/Cameroon.png
img/flags/64/El-Salvador.png /opt/data_keeper/data_keeper/static/img/flags/64/El-Salvador.png
img/flags/64/Abkhazia.png /opt/data_keeper/data_keeper/static/img/flags/64/Abkhazia.png
img/flags/64/Austria.png /opt/data_keeper/data_keeper/static/img/flags/64/Austria.png
img/flags/64/Zimbabwe.png /opt/data_keeper/data_keeper/static/img/flags/64/Zimbabwe.png
img/flags/64/Uganda.png /opt/data_keeper/data_keeper/static/img/flags/64/Uganda.png
img/flags/64/US-Virgin-Islands.png /opt/data_keeper/data_keeper/static/img/flags/64/US-Virgin-Islands.png
img/flags/64/Albania.png /opt/data_keeper/data_keeper/static/img/flags/64/Albania.png
img/flags/64/Vatican-City.png /opt/data_keeper/data_keeper/static/img/flags/64/Vatican-City.png
img/flags/64/French-Southern-Territories.png /opt/data_keeper/data_keeper/static/img/flags/64/French-Southern-Territories.png
img/flags/64/Sri-Lanka.png /opt/data_keeper/data_keeper/static/img/flags/64/Sri-Lanka.png
img/flags/64/Democratic-Republic-of-the-Congo.png /opt/data_keeper/data_keeper/static/img/flags/64/Democratic-Republic-of-the-Congo.png
img/flags/64/Luxembourg.png /opt/data_keeper/data_keeper/static/img/flags/64/Luxembourg.png
img/flags/64/Seychelles.png /opt/data_keeper/data_keeper/static/img/flags/64/Seychelles.png
img/flags/64/East-Timor.png /opt/data_keeper/data_keeper/static/img/flags/64/East-Timor.png
img/flags/64/Curacao.png /opt/data_keeper/data_keeper/static/img/flags/64/Curacao.png
img/flags/64/Somalia.png /opt/data_keeper/data_keeper/static/img/flags/64/Somalia.png
img/flags/64/United-Kingdom.png /opt/data_keeper/data_keeper/static/img/flags/64/United-Kingdom.png
img/flags/64/Djibouti.png /opt/data_keeper/data_keeper/static/img/flags/64/Djibouti.png
img/flags/64/Netherlands.png /opt/data_keeper/data_keeper/static/img/flags/64/Netherlands.png
img/flags/64/Botswana.png /opt/data_keeper/data_keeper/static/img/flags/64/Botswana.png
img/flags/64/Aruba.png /opt/data_keeper/data_keeper/static/img/flags/64/Aruba.png
img/flags/64/Italy.png /opt/data_keeper/data_keeper/static/img/flags/64/Italy.png
img/flags/64/Mali.png /opt/data_keeper/data_keeper/static/img/flags/64/Mali.png
img/flags/64/Vietnam.png /opt/data_keeper/data_keeper/static/img/flags/64/Vietnam.png
img/flags/64/Chile.png /opt/data_keeper/data_keeper/static/img/flags/64/Chile.png
img/flags/64/Serbia.png /opt/data_keeper/data_keeper/static/img/flags/64/Serbia.png
img/flags/64/Japan.png /opt/data_keeper/data_keeper/static/img/flags/64/Japan.png
img/flags/64/Togo.png /opt/data_keeper/data_keeper/static/img/flags/64/Togo.png
img/flags/64/GoSquared.png /opt/data_keeper/data_keeper/static/img/flags/64/GoSquared.png
img/flags/64/Germany.png /opt/data_keeper/data_keeper/static/img/flags/64/Germany.png
img/flags/64/Bhutan.png /opt/data_keeper/data_keeper/static/img/flags/64/Bhutan.png
img/flags/64/Ecuador.png /opt/data_keeper/data_keeper/static/img/flags/64/Ecuador.png
img/flags/64/Tunisia.png /opt/data_keeper/data_keeper/static/img/flags/64/Tunisia.png
img/flags/64/Denmark.png /opt/data_keeper/data_keeper/static/img/flags/64/Denmark.png
img/flags/64/France.png /opt/data_keeper/data_keeper/static/img/flags/64/France.png
img/flags/64/Algeria.png /opt/data_keeper/data_keeper/static/img/flags/64/Algeria.png
img/flags/64/Marshall-Islands.png /opt/data_keeper/data_keeper/static/img/flags/64/Marshall-Islands.png
img/flags/64/Barbados.png /opt/data_keeper/data_keeper/static/img/flags/64/Barbados.png
img/flags/64/Moldova.png /opt/data_keeper/data_keeper/static/img/flags/64/Moldova.png
img/flags/64/NATO.png /opt/data_keeper/data_keeper/static/img/flags/64/NATO.png
img/flags/64/Kazakhstan.png /opt/data_keeper/data_keeper/static/img/flags/64/Kazakhstan.png
img/flags/64/Brunei.png /opt/data_keeper/data_keeper/static/img/flags/64/Brunei.png
img/flags/64/Guatemala.png /opt/data_keeper/data_keeper/static/img/flags/64/Guatemala.png
img/flags/64/Bolivia.png /opt/data_keeper/data_keeper/static/img/flags/64/Bolivia.png
img/flags/64/Romania.png /opt/data_keeper/data_keeper/static/img/flags/64/Romania.png
img/flags/64/Gambia.png /opt/data_keeper/data_keeper/static/img/flags/64/Gambia.png
img/flags/64/Namibia.png /opt/data_keeper/data_keeper/static/img/flags/64/Namibia.png
img/flags/64/Olympics.png /opt/data_keeper/data_keeper/static/img/flags/64/Olympics.png
img/flags/64/Cyprus.png /opt/data_keeper/data_keeper/static/img/flags/64/Cyprus.png
img/flags/64/Liberia.png /opt/data_keeper/data_keeper/static/img/flags/64/Liberia.png
img/flags/64/Bulgaria.png /opt/data_keeper/data_keeper/static/img/flags/64/Bulgaria.png
img/flags/64/Bangladesh.png /opt/data_keeper/data_keeper/static/img/flags/64/Bangladesh.png
img/flags/64/Pitcairn-Islands.png /opt/data_keeper/data_keeper/static/img/flags/64/Pitcairn-Islands.png
img/flags/64/Poland.png /opt/data_keeper/data_keeper/static/img/flags/64/Poland.png
img/flags/64/Netherlands-Antilles.png /opt/data_keeper/data_keeper/static/img/flags/64/Netherlands-Antilles.png
img/flags/64/Cote-dIvoire.png /opt/data_keeper/data_keeper/static/img/flags/64/Cote-dIvoire.png
img/flags/64/Palestine.png /opt/data_keeper/data_keeper/static/img/flags/64/Palestine.png
img/flags/64/United-Arab-Emirates.png /opt/data_keeper/data_keeper/static/img/flags/64/United-Arab-Emirates.png
img/flags/64/Isle-of-Man.png /opt/data_keeper/data_keeper/static/img/flags/64/Isle-of-Man.png
img/flags/64/Swaziland.png /opt/data_keeper/data_keeper/static/img/flags/64/Swaziland.png
img/flags/64/Cape-Verde.png /opt/data_keeper/data_keeper/static/img/flags/64/Cape-Verde.png
img/flags/64/Pakistan.png /opt/data_keeper/data_keeper/static/img/flags/64/Pakistan.png
img/flags/64/Canary-Islands.png /opt/data_keeper/data_keeper/static/img/flags/64/Canary-Islands.png
img/flags/64/India.png /opt/data_keeper/data_keeper/static/img/flags/64/India.png
img/flags/64/Qatar.png /opt/data_keeper/data_keeper/static/img/flags/64/Qatar.png
img/flags/64/Antigua-and-Barbuda.png /opt/data_keeper/data_keeper/static/img/flags/64/Antigua-and-Barbuda.png
img/flags/64/Nagorno-Karabakh.png /opt/data_keeper/data_keeper/static/img/flags/64/Nagorno-Karabakh.png
img/flags/64/Micronesia.png /opt/data_keeper/data_keeper/static/img/flags/64/Micronesia.png
img/flags/64/Jersey.png /opt/data_keeper/data_keeper/static/img/flags/64/Jersey.png
img/flags/64/Afghanistan.png /opt/data_keeper/data_keeper/static/img/flags/64/Afghanistan.png
img/flags/64/Saint-Vincent-and-the-Grenadines.png /opt/data_keeper/data_keeper/static/img/flags/64/Saint-Vincent-and-the-Grenadines.png
img/flags/64/Eritrea.png /opt/data_keeper/data_keeper/static/img/flags/64/Eritrea.png
img/flags/64/Cambodia.png /opt/data_keeper/data_keeper/static/img/flags/64/Cambodia.png
img/flags/64/Samoa.png /opt/data_keeper/data_keeper/static/img/flags/64/Samoa.png
img/flags/64/Bosnia-and-Herzegovina.png /opt/data_keeper/data_keeper/static/img/flags/64/Bosnia-and-Herzegovina.png
img/flags/64/Iceland.png /opt/data_keeper/data_keeper/static/img/flags/64/Iceland.png
img/flags/64/Honduras.png /opt/data_keeper/data_keeper/static/img/flags/64/Honduras.png
img/flags/64/Portugal.png /opt/data_keeper/data_keeper/static/img/flags/64/Portugal.png
img/flags/64/Belarus.png /opt/data_keeper/data_keeper/static/img/flags/64/Belarus.png
img/flags/64/Malaysia.png /opt/data_keeper/data_keeper/static/img/flags/64/Malaysia.png
img/flags/64/North-Korea.png /opt/data_keeper/data_keeper/static/img/flags/64/North-Korea.png
img/flags/64/Andorra.png /opt/data_keeper/data_keeper/static/img/flags/64/Andorra.png
img/flags/64/Russia.png /opt/data_keeper/data_keeper/static/img/flags/64/Russia.png
img/flags/64/China.png /opt/data_keeper/data_keeper/static/img/flags/64/China.png
img/flags/64/Tokelau.png /opt/data_keeper/data_keeper/static/img/flags/64/Tokelau.png
img/flags/64/Liechtenstein.png /opt/data_keeper/data_keeper/static/img/flags/64/Liechtenstein.png
img/flags/64/Croatia.png /opt/data_keeper/data_keeper/static/img/flags/64/Croatia.png
img/flags/64/Argentina.png /opt/data_keeper/data_keeper/static/img/flags/64/Argentina.png
img/flags/64/Madagascar.png /opt/data_keeper/data_keeper/static/img/flags/64/Madagascar.png
img/flags/64/Iraq.png /opt/data_keeper/data_keeper/static/img/flags/64/Iraq.png
img/flags/64/Sweden.png /opt/data_keeper/data_keeper/static/img/flags/64/Sweden.png
img/flags/64/Suriname.png /opt/data_keeper/data_keeper/static/img/flags/64/Suriname.png
img/flags/64/Panama.png /opt/data_keeper/data_keeper/static/img/flags/64/Panama.png
img/flags/64/South-Korea.png /opt/data_keeper/data_keeper/static/img/flags/64/South-Korea.png
img/flags/64/Maldives.png /opt/data_keeper/data_keeper/static/img/flags/64/Maldives.png
img/flags/64/Scotland.png /opt/data_keeper/data_keeper/static/img/flags/64/Scotland.png
img/flags/64/British-Virgin-Islands.png /opt/data_keeper/data_keeper/static/img/flags/64/British-Virgin-Islands.png
img/flags/64/Montserrat.png /opt/data_keeper/data_keeper/static/img/flags/64/Montserrat.png
img/flags/64/San-Marino.png /opt/data_keeper/data_keeper/static/img/flags/64/San-Marino.png
img/flags/64/Israel.png /opt/data_keeper/data_keeper/static/img/flags/64/Israel.png
img/flags/64/South-Africa.png /opt/data_keeper/data_keeper/static/img/flags/64/South-Africa.png
img/flags/64/Basque-Country.png /opt/data_keeper/data_keeper/static/img/flags/64/Basque-Country.png
img/flags/64/Falkland-Islands.png /opt/data_keeper/data_keeper/static/img/flags/64/Falkland-Islands.png
img/flags/64/Egypt.png /opt/data_keeper/data_keeper/static/img/flags/64/Egypt.png
img/flags/64/Turkey.png /opt/data_keeper/data_keeper/static/img/flags/64/Turkey.png
img/flags/64/Saint-Kitts-and-Nevis.png /opt/data_keeper/data_keeper/static/img/flags/64/Saint-Kitts-and-Nevis.png
img/flags/64/Belgium.png /opt/data_keeper/data_keeper/static/img/flags/64/Belgium.png
img/flags/64/Central-African-Republic.png /opt/data_keeper/data_keeper/static/img/flags/64/Central-African-Republic.png
img/flags/64/Faroes.png /opt/data_keeper/data_keeper/static/img/flags/64/Faroes.png
img/flags/64/Republic-of-the-Congo.png /opt/data_keeper/data_keeper/static/img/flags/64/Republic-of-the-Congo.png
img/flags/64/French-Polynesia.png /opt/data_keeper/data_keeper/static/img/flags/64/French-Polynesia.png
img/flags/64/Northern-Cyprus.png /opt/data_keeper/data_keeper/static/img/flags/64/Northern-Cyprus.png
img/flags/64/Saint-Helena.png /opt/data_keeper/data_keeper/static/img/flags/64/Saint-Helena.png
img/flags/64/Hong-Kong.png /opt/data_keeper/data_keeper/static/img/flags/64/Hong-Kong.png
img/flags/64/European-Union.png /opt/data_keeper/data_keeper/static/img/flags/64/European-Union.png
img/flags/64/New-Zealand.png /opt/data_keeper/data_keeper/static/img/flags/64/New-Zealand.png
img/flags/64/Monaco.png /opt/data_keeper/data_keeper/static/img/flags/64/Monaco.png
img/flags/64/Macau.png /opt/data_keeper/data_keeper/static/img/flags/64/Macau.png
img/flags/64/New-Caledonia.png /opt/data_keeper/data_keeper/static/img/flags/64/New-Caledonia.png
img/flags/64/Tajikistan.png /opt/data_keeper/data_keeper/static/img/flags/64/Tajikistan.png
img/flags/64/Gibraltar.png /opt/data_keeper/data_keeper/static/img/flags/64/Gibraltar.png
img/flags/64/Kenya.png /opt/data_keeper/data_keeper/static/img/flags/64/Kenya.png
img/flags/64/Saint-Martin.png /opt/data_keeper/data_keeper/static/img/flags/64/Saint-Martin.png
img/flags/64/Syria.png /opt/data_keeper/data_keeper/static/img/flags/64/Syria.png
img/flags/64/Senegal.png /opt/data_keeper/data_keeper/static/img/flags/64/Senegal.png
img/flags/64/Mexico.png /opt/data_keeper/data_keeper/static/img/flags/64/Mexico.png
img/flags/64/Norway.png /opt/data_keeper/data_keeper/static/img/flags/64/Norway.png
img/flags/64/Gabon.png /opt/data_keeper/data_keeper/static/img/flags/64/Gabon.png
img/flags/64/Wallis-And-Futuna.png /opt/data_keeper/data_keeper/static/img/flags/64/Wallis-And-Futuna.png
img/flags/64/Bahamas.png /opt/data_keeper/data_keeper/static/img/flags/64/Bahamas.png
img/flags/64/Kyrgyzstan.png /opt/data_keeper/data_keeper/static/img/flags/64/Kyrgyzstan.png
img/flags/64/Ghana.png /opt/data_keeper/data_keeper/static/img/flags/64/Ghana.png
img/flags/64/Greenland.png /opt/data_keeper/data_keeper/static/img/flags/64/Greenland.png
img/flags/64/Peru.png /opt/data_keeper/data_keeper/static/img/flags/64/Peru.png
img/flags/64/Malawi.png /opt/data_keeper/data_keeper/static/img/flags/64/Malawi.png
img/flags/64/Guam.png /opt/data_keeper/data_keeper/static/img/flags/64/Guam.png
img/flags/64/Spain.png /opt/data_keeper/data_keeper/static/img/flags/64/Spain.png
img/flags/64/Slovakia.png /opt/data_keeper/data_keeper/static/img/flags/64/Slovakia.png
img/flags/64/Kuwait.png /opt/data_keeper/data_keeper/static/img/flags/64/Kuwait.png
img/flags/64/Ukraine.png /opt/data_keeper/data_keeper/static/img/flags/64/Ukraine.png
img/flags/64/Macedonia.png /opt/data_keeper/data_keeper/static/img/flags/64/Macedonia.png
img/flags/64/Sao-Tome-and-Principe.png /opt/data_keeper/data_keeper/static/img/flags/64/Sao-Tome-and-Principe.png
img/flags/64/Laos.png /opt/data_keeper/data_keeper/static/img/flags/64/Laos.png
img/flags/64/Nicaragua.png /opt/data_keeper/data_keeper/static/img/flags/64/Nicaragua.png
img/flags/64/Saint-Lucia.png /opt/data_keeper/data_keeper/static/img/flags/64/Saint-Lucia.png
img/flags/64/Solomon-Islands.png /opt/data_keeper/data_keeper/static/img/flags/64/Solomon-Islands.png
img/flags/64/Yemen.png /opt/data_keeper/data_keeper/static/img/flags/64/Yemen.png
img/flags/64/South-Georgia-and-the-South-Sandwich-Islands.png /opt/data_keeper/data_keeper/static/img/flags/64/South-Georgia-and-the-South-Sandwich-Islands.png
img/flags/64/Mauritania.png /opt/data_keeper/data_keeper/static/img/flags/64/Mauritania.png
img/flags/64/Belize.png /opt/data_keeper/data_keeper/static/img/flags/64/Belize.png
img/flags/64/Grenada.png /opt/data_keeper/data_keeper/static/img/flags/64/Grenada.png
img/flags/64/Kiribati.png /opt/data_keeper/data_keeper/static/img/flags/64/Kiribati.png
img/flags/64/Cook-Islands.png /opt/data_keeper/data_keeper/static/img/flags/64/Cook-Islands.png
img/flags/64/Angola.png /opt/data_keeper/data_keeper/static/img/flags/64/Angola.png
img/flags/64/American-Samoa.png /opt/data_keeper/data_keeper/static/img/flags/64/American-Samoa.png
img/flags/64/Malta.png /opt/data_keeper/data_keeper/static/img/flags/64/Malta.png
img/flags/64/Bermuda.png /opt/data_keeper/data_keeper/static/img/flags/64/Bermuda.png
img/flags/64/Cayman-Islands.png /opt/data_keeper/data_keeper/static/img/flags/64/Cayman-Islands.png
img/flags/64/Fiji.png /opt/data_keeper/data_keeper/static/img/flags/64/Fiji.png
img/flags/64/Turkmenistan.png /opt/data_keeper/data_keeper/static/img/flags/64/Turkmenistan.png
img/flags/64/Christmas-Island.png /opt/data_keeper/data_keeper/static/img/flags/64/Christmas-Island.png
img/flags/64/Vanuatu.png /opt/data_keeper/data_keeper/static/img/flags/64/Vanuatu.png
img/flags/64/England.png /opt/data_keeper/data_keeper/static/img/flags/64/England.png
img/flags/64/Benin.png /opt/data_keeper/data_keeper/static/img/flags/64/Benin.png
img/flags/64/Red-Cross.png /opt/data_keeper/data_keeper/static/img/flags/64/Red-Cross.png
img/flags/64/Mozambique.png /opt/data_keeper/data_keeper/static/img/flags/64/Mozambique.png
img/flags/64/Tonga.png /opt/data_keeper/data_keeper/static/img/flags/64/Tonga.png
img/flags/64/United-Nations.png /opt/data_keeper/data_keeper/static/img/flags/64/United-Nations.png
img/flags/64/Burundi.png /opt/data_keeper/data_keeper/static/img/flags/64/Burundi.png
img/flags/64/South-Sudan.png /opt/data_keeper/data_keeper/static/img/flags/64/South-Sudan.png
img/flags/64/Chad.png /opt/data_keeper/data_keeper/static/img/flags/64/Chad.png
img/flags/64/Libya.png /opt/data_keeper/data_keeper/static/img/flags/64/Libya.png
img/flags/64/Uruguay.png /opt/data_keeper/data_keeper/static/img/flags/64/Uruguay.png
img/flags/64/Antarctica.png /opt/data_keeper/data_keeper/static/img/flags/64/Antarctica.png
img/flags/64/Singapore.png /opt/data_keeper/data_keeper/static/img/flags/64/Singapore.png
img/flags/64/Burkina-Faso.png /opt/data_keeper/data_keeper/static/img/flags/64/Burkina-Faso.png
img/flags/64/Nauru.png /opt/data_keeper/data_keeper/static/img/flags/64/Nauru.png
img/flags/64/Anguilla.png /opt/data_keeper/data_keeper/static/img/flags/64/Anguilla.png
img/flags/64/Mars.png /opt/data_keeper/data_keeper/static/img/flags/64/Mars.png
img/flags/64/Equatorial-Guinea.png /opt/data_keeper/data_keeper/static/img/flags/64/Equatorial-Guinea.png
img/flags/64/Finland.png /opt/data_keeper/data_keeper/static/img/flags/64/Finland.png
img/flags/64/Martinique.png /opt/data_keeper/data_keeper/static/img/flags/64/Martinique.png
img/flags/64/Jordan.png /opt/data_keeper/data_keeper/static/img/flags/64/Jordan.png
img/flags/64/Saint-Barthelemy.png /opt/data_keeper/data_keeper/static/img/flags/64/Saint-Barthelemy.png
img/flags/64/Kosovo.png /opt/data_keeper/data_keeper/static/img/flags/64/Kosovo.png
img/flags/64/South-Ossetia.png /opt/data_keeper/data_keeper/static/img/flags/64/South-Ossetia.png
img/flags/64/United-States.png /opt/data_keeper/data_keeper/static/img/flags/64/United-States.png
img/flags/64/Northern-Mariana-Islands.png /opt/data_keeper/data_keeper/static/img/flags/64/Northern-Mariana-Islands.png
img/flags/64/Brazil.png /opt/data_keeper/data_keeper/static/img/flags/64/Brazil.png
img/flags/64/Czech-Republic.png /opt/data_keeper/data_keeper/static/img/flags/64/Czech-Republic.png
img/flags/64/Costa-Rica.png /opt/data_keeper/data_keeper/static/img/flags/64/Costa-Rica.png
img/flags/64/Papua-New-Guinea.png /opt/data_keeper/data_keeper/static/img/flags/64/Papua-New-Guinea.png
img/flags/64/Indonesia.png /opt/data_keeper/data_keeper/static/img/flags/64/Indonesia.png
img/flags/64/Greece.png /opt/data_keeper/data_keeper/static/img/flags/64/Greece.png
img/flags/64/Tanzania.png /opt/data_keeper/data_keeper/static/img/flags/64/Tanzania.png
img/flags/64/Armenia.png /opt/data_keeper/data_keeper/static/img/flags/64/Armenia.png
img/flags/64/Iran.png /opt/data_keeper/data_keeper/static/img/flags/64/Iran.png
img/flags/64/Morocco.png /opt/data_keeper/data_keeper/static/img/flags/64/Morocco.png
img/flags/64/Thailand.png /opt/data_keeper/data_keeper/static/img/flags/64/Thailand.png
img/flags/64/Lithuania.png /opt/data_keeper/data_keeper/static/img/flags/64/Lithuania.png
img/flags/64/Saudi-Arabia.png /opt/data_keeper/data_keeper/static/img/flags/64/Saudi-Arabia.png
img/flags/64/Hungary.png /opt/data_keeper/data_keeper/static/img/flags/64/Hungary.png
img/flags/64/Mongolia.png /opt/data_keeper/data_keeper/static/img/flags/64/Mongolia.png
img/flags/64/Canada.png /opt/data_keeper/data_keeper/static/img/flags/64/Canada.png
img/flags/64/Guinea.png /opt/data_keeper/data_keeper/static/img/flags/64/Guinea.png
img/flags/64/Switzerland.png /opt/data_keeper/data_keeper/static/img/flags/64/Switzerland.png
img/flags/64/Cuba.png /opt/data_keeper/data_keeper/static/img/flags/64/Cuba.png
img/flags/64/Guyana.png /opt/data_keeper/data_keeper/static/img/flags/64/Guyana.png
img/flags/64/Philippines.png /opt/data_keeper/data_keeper/static/img/flags/64/Philippines.png
img/flags/64/Palau.png /opt/data_keeper/data_keeper/static/img/flags/64/Palau.png
img/flags/64/Paraguay.png /opt/data_keeper/data_keeper/static/img/flags/64/Paraguay.png
img/flags/64/Norfolk-Island.png /opt/data_keeper/data_keeper/static/img/flags/64/Norfolk-Island.png
img/flags/64/Dominica.png /opt/data_keeper/data_keeper/static/img/flags/64/Dominica.png
img/flags/64/Unknown.png /opt/data_keeper/data_keeper/static/img/flags/64/Unknown.png
img/flags/64/Nepal.png /opt/data_keeper/data_keeper/static/img/flags/64/Nepal.png
img/flags/64/Western-Sahara.png /opt/data_keeper/data_keeper/static/img/flags/64/Western-Sahara.png
img/flags/64/Mauritius.png /opt/data_keeper/data_keeper/static/img/flags/64/Mauritius.png
img/flags/64/Oman.png /opt/data_keeper/data_keeper/static/img/flags/64/Oman.png
img/flags/64/Azerbaijan.png /opt/data_keeper/data_keeper/static/img/flags/64/Azerbaijan.png
img/flags/64/Georgia.png /opt/data_keeper/data_keeper/static/img/flags/64/Georgia.png
img/flags/64/Commonwealth.png /opt/data_keeper/data_keeper/static/img/flags/64/Commonwealth.png
img/flags/64/Haiti.png /opt/data_keeper/data_keeper/static/img/flags/64/Haiti.png
img/flags/64/Estonia.png /opt/data_keeper/data_keeper/static/img/flags/64/Estonia.png
img/flags/64/Colombia.png /opt/data_keeper/data_keeper/static/img/flags/64/Colombia.png
img/flags/64/Niger.png /opt/data_keeper/data_keeper/static/img/flags/64/Niger.png
img/flags/64/Guinea-Bissau.png /opt/data_keeper/data_keeper/static/img/flags/64/Guinea-Bissau.png
img/flags/64/Lebanon.png /opt/data_keeper/data_keeper/static/img/flags/64/Lebanon.png
img/flags/64/Slovenia.png /opt/data_keeper/data_keeper/static/img/flags/64/Slovenia.png
img/flags/64/Mayotte.png /opt/data_keeper/data_keeper/static/img/flags/64/Mayotte.png
img/flags/64/Trinidad-and-Tobago.png /opt/data_keeper/data_keeper/static/img/flags/64/Trinidad-and-Tobago.png
img/flags/64/Jamaica.png /opt/data_keeper/data_keeper/static/img/flags/64/Jamaica.png
img/flags/64/Venezuela.png /opt/data_keeper/data_keeper/static/img/flags/64/Venezuela.png
img/flags/64/Latvia.png /opt/data_keeper/data_keeper/static/img/flags/64/Latvia.png
img/flags/64/Taiwan.png /opt/data_keeper/data_keeper/static/img/flags/64/Taiwan.png
img/flags/64/Puerto-Rico.png /opt/data_keeper/data_keeper/static/img/flags/64/Puerto-Rico.png
img/flags/64/Turks-and-Caicos-Islands.png /opt/data_keeper/data_keeper/static/img/flags/64/Turks-and-Caicos-Islands.png
img/flags/64/Niue.png /opt/data_keeper/data_keeper/static/img/flags/64/Niue.png
img/flags/64/Uzbekistan.png /opt/data_keeper/data_keeper/static/img/flags/64/Uzbekistan.png
img/flags/64/British-Antarctic-Territory.png /opt/data_keeper/data_keeper/static/img/flags/64/British-Antarctic-Territory.png
img/flags/64/Cocos-Keeling-Islands.png /opt/data_keeper/data_keeper/static/img/flags/64/Cocos-Keeling-Islands.png
img/flags/64/Tuvalu.png /opt/data_keeper/data_keeper/static/img/flags/64/Tuvalu.png
img/flags/64/Nigeria.png /opt/data_keeper/data_keeper/static/img/flags/64/Nigeria.png
img/flags/64/Wales.png /opt/data_keeper/data_keeper/static/img/flags/64/Wales.png
img/flags/64/Dominican-Republic.png /opt/data_keeper/data_keeper/static/img/flags/64/Dominican-Republic.png
img/flags/64/Sierra-Leone.png /opt/data_keeper/data_keeper/static/img/flags/64/Sierra-Leone.png
img/flags/64/Rwanda.png /opt/data_keeper/data_keeper/static/img/flags/64/Rwanda.png
img/flags/64/Bahrain.png /opt/data_keeper/data_keeper/static/img/flags/64/Bahrain.png
img/flags/64/Aland.png /opt/data_keeper/data_keeper/static/img/flags/64/Aland.png
img/flags/32/Ethiopia.png /opt/data_keeper/data_keeper/static/img/flags/32/Ethiopia.png
img/flags/32/Lesotho.png /opt/data_keeper/data_keeper/static/img/flags/32/Lesotho.png
img/flags/32/Sudan.png /opt/data_keeper/data_keeper/static/img/flags/32/Sudan.png
img/flags/32/Australia.png /opt/data_keeper/data_keeper/static/img/flags/32/Australia.png
img/flags/32/Ireland.png /opt/data_keeper/data_keeper/static/img/flags/32/Ireland.png
img/flags/32/Somaliland.png /opt/data_keeper/data_keeper/static/img/flags/32/Somaliland.png
img/flags/32/Guernsey.png /opt/data_keeper/data_keeper/static/img/flags/32/Guernsey.png
img/flags/32/Myanmar.png /opt/data_keeper/data_keeper/static/img/flags/32/Myanmar.png
img/flags/32/Comoros.png /opt/data_keeper/data_keeper/static/img/flags/32/Comoros.png
img/flags/32/Zambia.png /opt/data_keeper/data_keeper/static/img/flags/32/Zambia.png
img/flags/32/Montenegro.png /opt/data_keeper/data_keeper/static/img/flags/32/Montenegro.png
img/flags/32/Cameroon.png /opt/data_keeper/data_keeper/static/img/flags/32/Cameroon.png
img/flags/32/El-Salvador.png /opt/data_keeper/data_keeper/static/img/flags/32/El-Salvador.png
img/flags/32/Abkhazia.png /opt/data_keeper/data_keeper/static/img/flags/32/Abkhazia.png
img/flags/32/Austria.png /opt/data_keeper/data_keeper/static/img/flags/32/Austria.png
img/flags/32/Zimbabwe.png /opt/data_keeper/data_keeper/static/img/flags/32/Zimbabwe.png
img/flags/32/Uganda.png /opt/data_keeper/data_keeper/static/img/flags/32/Uganda.png
img/flags/32/US-Virgin-Islands.png /opt/data_keeper/data_keeper/static/img/flags/32/US-Virgin-Islands.png
img/flags/32/Albania.png /opt/data_keeper/data_keeper/static/img/flags/32/Albania.png
img/flags/32/Vatican-City.png /opt/data_keeper/data_keeper/static/img/flags/32/Vatican-City.png
img/flags/32/French-Southern-Territories.png /opt/data_keeper/data_keeper/static/img/flags/32/French-Southern-Territories.png
img/flags/32/Sri-Lanka.png /opt/data_keeper/data_keeper/static/img/flags/32/Sri-Lanka.png
img/flags/32/Democratic-Republic-of-the-Congo.png /opt/data_keeper/data_keeper/static/img/flags/32/Democratic-Republic-of-the-Congo.png
img/flags/32/Luxembourg.png /opt/data_keeper/data_keeper/static/img/flags/32/Luxembourg.png
img/flags/32/Seychelles.png /opt/data_keeper/data_keeper/static/img/flags/32/Seychelles.png
img/flags/32/East-Timor.png /opt/data_keeper/data_keeper/static/img/flags/32/East-Timor.png
img/flags/32/Curacao.png /opt/data_keeper/data_keeper/static/img/flags/32/Curacao.png
img/flags/32/Somalia.png /opt/data_keeper/data_keeper/static/img/flags/32/Somalia.png
img/flags/32/United-Kingdom.png /opt/data_keeper/data_keeper/static/img/flags/32/United-Kingdom.png
img/flags/32/Djibouti.png /opt/data_keeper/data_keeper/static/img/flags/32/Djibouti.png
img/flags/32/Netherlands.png /opt/data_keeper/data_keeper/static/img/flags/32/Netherlands.png
img/flags/32/Botswana.png /opt/data_keeper/data_keeper/static/img/flags/32/Botswana.png
img/flags/32/Aruba.png /opt/data_keeper/data_keeper/static/img/flags/32/Aruba.png
img/flags/32/Italy.png /opt/data_keeper/data_keeper/static/img/flags/32/Italy.png
img/flags/32/Mali.png /opt/data_keeper/data_keeper/static/img/flags/32/Mali.png
img/flags/32/Vietnam.png /opt/data_keeper/data_keeper/static/img/flags/32/Vietnam.png
img/flags/32/Chile.png /opt/data_keeper/data_keeper/static/img/flags/32/Chile.png
img/flags/32/Serbia.png /opt/data_keeper/data_keeper/static/img/flags/32/Serbia.png
img/flags/32/Japan.png /opt/data_keeper/data_keeper/static/img/flags/32/Japan.png
img/flags/32/Togo.png /opt/data_keeper/data_keeper/static/img/flags/32/Togo.png
img/flags/32/GoSquared.png /opt/data_keeper/data_keeper/static/img/flags/32/GoSquared.png
img/flags/32/Germany.png /opt/data_keeper/data_keeper/static/img/flags/32/Germany.png
img/flags/32/Bhutan.png /opt/data_keeper/data_keeper/static/img/flags/32/Bhutan.png
img/flags/32/Ecuador.png /opt/data_keeper/data_keeper/static/img/flags/32/Ecuador.png
img/flags/32/Tunisia.png /opt/data_keeper/data_keeper/static/img/flags/32/Tunisia.png
img/flags/32/Denmark.png /opt/data_keeper/data_keeper/static/img/flags/32/Denmark.png
img/flags/32/France.png /opt/data_keeper/data_keeper/static/img/flags/32/France.png
img/flags/32/Algeria.png /opt/data_keeper/data_keeper/static/img/flags/32/Algeria.png
img/flags/32/Marshall-Islands.png /opt/data_keeper/data_keeper/static/img/flags/32/Marshall-Islands.png
img/flags/32/Barbados.png /opt/data_keeper/data_keeper/static/img/flags/32/Barbados.png
img/flags/32/Moldova.png /opt/data_keeper/data_keeper/static/img/flags/32/Moldova.png
img/flags/32/NATO.png /opt/data_keeper/data_keeper/static/img/flags/32/NATO.png
img/flags/32/Kazakhstan.png /opt/data_keeper/data_keeper/static/img/flags/32/Kazakhstan.png
img/flags/32/Brunei.png /opt/data_keeper/data_keeper/static/img/flags/32/Brunei.png
img/flags/32/Guatemala.png /opt/data_keeper/data_keeper/static/img/flags/32/Guatemala.png
img/flags/32/Bolivia.png /opt/data_keeper/data_keeper/static/img/flags/32/Bolivia.png
img/flags/32/Romania.png /opt/data_keeper/data_keeper/static/img/flags/32/Romania.png
img/flags/32/Gambia.png /opt/data_keeper/data_keeper/static/img/flags/32/Gambia.png
img/flags/32/Namibia.png /opt/data_keeper/data_keeper/static/img/flags/32/Namibia.png
img/flags/32/Olympics.png /opt/data_keeper/data_keeper/static/img/flags/32/Olympics.png
img/flags/32/Cyprus.png /opt/data_keeper/data_keeper/static/img/flags/32/Cyprus.png
img/flags/32/Liberia.png /opt/data_keeper/data_keeper/static/img/flags/32/Liberia.png
img/flags/32/Bulgaria.png /opt/data_keeper/data_keeper/static/img/flags/32/Bulgaria.png
img/flags/32/Bangladesh.png /opt/data_keeper/data_keeper/static/img/flags/32/Bangladesh.png
img/flags/32/Pitcairn-Islands.png /opt/data_keeper/data_keeper/static/img/flags/32/Pitcairn-Islands.png
img/flags/32/Poland.png /opt/data_keeper/data_keeper/static/img/flags/32/Poland.png
img/flags/32/Netherlands-Antilles.png /opt/data_keeper/data_keeper/static/img/flags/32/Netherlands-Antilles.png
img/flags/32/Cote-dIvoire.png /opt/data_keeper/data_keeper/static/img/flags/32/Cote-dIvoire.png
img/flags/32/Palestine.png /opt/data_keeper/data_keeper/static/img/flags/32/Palestine.png
img/flags/32/United-Arab-Emirates.png /opt/data_keeper/data_keeper/static/img/flags/32/United-Arab-Emirates.png
img/flags/32/Isle-of-Man.png /opt/data_keeper/data_keeper/static/img/flags/32/Isle-of-Man.png
img/flags/32/Swaziland.png /opt/data_keeper/data_keeper/static/img/flags/32/Swaziland.png
img/flags/32/Cape-Verde.png /opt/data_keeper/data_keeper/static/img/flags/32/Cape-Verde.png
img/flags/32/Pakistan.png /opt/data_keeper/data_keeper/static/img/flags/32/Pakistan.png
img/flags/32/Canary-Islands.png /opt/data_keeper/data_keeper/static/img/flags/32/Canary-Islands.png
img/flags/32/India.png /opt/data_keeper/data_keeper/static/img/flags/32/India.png
img/flags/32/Qatar.png /opt/data_keeper/data_keeper/static/img/flags/32/Qatar.png
img/flags/32/Antigua-and-Barbuda.png /opt/data_keeper/data_keeper/static/img/flags/32/Antigua-and-Barbuda.png
img/flags/32/Nagorno-Karabakh.png /opt/data_keeper/data_keeper/static/img/flags/32/Nagorno-Karabakh.png
img/flags/32/Micronesia.png /opt/data_keeper/data_keeper/static/img/flags/32/Micronesia.png
img/flags/32/Jersey.png /opt/data_keeper/data_keeper/static/img/flags/32/Jersey.png
img/flags/32/Afghanistan.png /opt/data_keeper/data_keeper/static/img/flags/32/Afghanistan.png
img/flags/32/Saint-Vincent-and-the-Grenadines.png /opt/data_keeper/data_keeper/static/img/flags/32/Saint-Vincent-and-the-Grenadines.png
img/flags/32/Eritrea.png /opt/data_keeper/data_keeper/static/img/flags/32/Eritrea.png
img/flags/32/Cambodia.png /opt/data_keeper/data_keeper/static/img/flags/32/Cambodia.png
img/flags/32/Samoa.png /opt/data_keeper/data_keeper/static/img/flags/32/Samoa.png
img/flags/32/Bosnia-and-Herzegovina.png /opt/data_keeper/data_keeper/static/img/flags/32/Bosnia-and-Herzegovina.png
img/flags/32/Iceland.png /opt/data_keeper/data_keeper/static/img/flags/32/Iceland.png
img/flags/32/Honduras.png /opt/data_keeper/data_keeper/static/img/flags/32/Honduras.png
img/flags/32/Portugal.png /opt/data_keeper/data_keeper/static/img/flags/32/Portugal.png
img/flags/32/Belarus.png /opt/data_keeper/data_keeper/static/img/flags/32/Belarus.png
img/flags/32/Malaysia.png /opt/data_keeper/data_keeper/static/img/flags/32/Malaysia.png
img/flags/32/North-Korea.png /opt/data_keeper/data_keeper/static/img/flags/32/North-Korea.png
img/flags/32/Andorra.png /opt/data_keeper/data_keeper/static/img/flags/32/Andorra.png
img/flags/32/Russia.png /opt/data_keeper/data_keeper/static/img/flags/32/Russia.png
img/flags/32/China.png /opt/data_keeper/data_keeper/static/img/flags/32/China.png
img/flags/32/Tokelau.png /opt/data_keeper/data_keeper/static/img/flags/32/Tokelau.png
img/flags/32/Liechtenstein.png /opt/data_keeper/data_keeper/static/img/flags/32/Liechtenstein.png
img/flags/32/Croatia.png /opt/data_keeper/data_keeper/static/img/flags/32/Croatia.png
img/flags/32/Argentina.png /opt/data_keeper/data_keeper/static/img/flags/32/Argentina.png
img/flags/32/Madagascar.png /opt/data_keeper/data_keeper/static/img/flags/32/Madagascar.png
img/flags/32/Iraq.png /opt/data_keeper/data_keeper/static/img/flags/32/Iraq.png
img/flags/32/Sweden.png /opt/data_keeper/data_keeper/static/img/flags/32/Sweden.png
img/flags/32/Suriname.png /opt/data_keeper/data_keeper/static/img/flags/32/Suriname.png
img/flags/32/Panama.png /opt/data_keeper/data_keeper/static/img/flags/32/Panama.png
img/flags/32/South-Korea.png /opt/data_keeper/data_keeper/static/img/flags/32/South-Korea.png
img/flags/32/Maldives.png /opt/data_keeper/data_keeper/static/img/flags/32/Maldives.png
img/flags/32/Scotland.png /opt/data_keeper/data_keeper/static/img/flags/32/Scotland.png
img/flags/32/British-Virgin-Islands.png /opt/data_keeper/data_keeper/static/img/flags/32/British-Virgin-Islands.png
img/flags/32/Montserrat.png /opt/data_keeper/data_keeper/static/img/flags/32/Montserrat.png
img/flags/32/San-Marino.png /opt/data_keeper/data_keeper/static/img/flags/32/San-Marino.png
img/flags/32/Israel.png /opt/data_keeper/data_keeper/static/img/flags/32/Israel.png
img/flags/32/South-Africa.png /opt/data_keeper/data_keeper/static/img/flags/32/South-Africa.png
img/flags/32/Basque-Country.png /opt/data_keeper/data_keeper/static/img/flags/32/Basque-Country.png
img/flags/32/Falkland-Islands.png /opt/data_keeper/data_keeper/static/img/flags/32/Falkland-Islands.png
img/flags/32/Egypt.png /opt/data_keeper/data_keeper/static/img/flags/32/Egypt.png
img/flags/32/Turkey.png /opt/data_keeper/data_keeper/static/img/flags/32/Turkey.png
img/flags/32/Saint-Kitts-and-Nevis.png /opt/data_keeper/data_keeper/static/img/flags/32/Saint-Kitts-and-Nevis.png
img/flags/32/Belgium.png /opt/data_keeper/data_keeper/static/img/flags/32/Belgium.png
img/flags/32/Central-African-Republic.png /opt/data_keeper/data_keeper/static/img/flags/32/Central-African-Republic.png
img/flags/32/Faroes.png /opt/data_keeper/data_keeper/static/img/flags/32/Faroes.png
img/flags/32/Republic-of-the-Congo.png /opt/data_keeper/data_keeper/static/img/flags/32/Republic-of-the-Congo.png
img/flags/32/French-Polynesia.png /opt/data_keeper/data_keeper/static/img/flags/32/French-Polynesia.png
img/flags/32/Northern-Cyprus.png /opt/data_keeper/data_keeper/static/img/flags/32/Northern-Cyprus.png
img/flags/32/Saint-Helena.png /opt/data_keeper/data_keeper/static/img/flags/32/Saint-Helena.png
img/flags/32/Hong-Kong.png /opt/data_keeper/data_keeper/static/img/flags/32/Hong-Kong.png
img/flags/32/European-Union.png /opt/data_keeper/data_keeper/static/img/flags/32/European-Union.png
img/flags/32/New-Zealand.png /opt/data_keeper/data_keeper/static/img/flags/32/New-Zealand.png
img/flags/32/Monaco.png /opt/data_keeper/data_keeper/static/img/flags/32/Monaco.png
img/flags/32/Macau.png /opt/data_keeper/data_keeper/static/img/flags/32/Macau.png
img/flags/32/New-Caledonia.png /opt/data_keeper/data_keeper/static/img/flags/32/New-Caledonia.png
img/flags/32/Tajikistan.png /opt/data_keeper/data_keeper/static/img/flags/32/Tajikistan.png
img/flags/32/Gibraltar.png /opt/data_keeper/data_keeper/static/img/flags/32/Gibraltar.png
img/flags/32/Kenya.png /opt/data_keeper/data_keeper/static/img/flags/32/Kenya.png
img/flags/32/Saint-Martin.png /opt/data_keeper/data_keeper/static/img/flags/32/Saint-Martin.png
img/flags/32/Syria.png /opt/data_keeper/data_keeper/static/img/flags/32/Syria.png
img/flags/32/Senegal.png /opt/data_keeper/data_keeper/static/img/flags/32/Senegal.png
img/flags/32/Mexico.png /opt/data_keeper/data_keeper/static/img/flags/32/Mexico.png
img/flags/32/Norway.png /opt/data_keeper/data_keeper/static/img/flags/32/Norway.png
img/flags/32/Gabon.png /opt/data_keeper/data_keeper/static/img/flags/32/Gabon.png
img/flags/32/Wallis-And-Futuna.png /opt/data_keeper/data_keeper/static/img/flags/32/Wallis-And-Futuna.png
img/flags/32/Bahamas.png /opt/data_keeper/data_keeper/static/img/flags/32/Bahamas.png
img/flags/32/Kyrgyzstan.png /opt/data_keeper/data_keeper/static/img/flags/32/Kyrgyzstan.png
img/flags/32/Ghana.png /opt/data_keeper/data_keeper/static/img/flags/32/Ghana.png
img/flags/32/Greenland.png /opt/data_keeper/data_keeper/static/img/flags/32/Greenland.png
img/flags/32/Peru.png /opt/data_keeper/data_keeper/static/img/flags/32/Peru.png
img/flags/32/Malawi.png /opt/data_keeper/data_keeper/static/img/flags/32/Malawi.png
img/flags/32/Guam.png /opt/data_keeper/data_keeper/static/img/flags/32/Guam.png
img/flags/32/Spain.png /opt/data_keeper/data_keeper/static/img/flags/32/Spain.png
img/flags/32/Slovakia.png /opt/data_keeper/data_keeper/static/img/flags/32/Slovakia.png
img/flags/32/Kuwait.png /opt/data_keeper/data_keeper/static/img/flags/32/Kuwait.png
img/flags/32/Ukraine.png /opt/data_keeper/data_keeper/static/img/flags/32/Ukraine.png
img/flags/32/Macedonia.png /opt/data_keeper/data_keeper/static/img/flags/32/Macedonia.png
img/flags/32/Sao-Tome-and-Principe.png /opt/data_keeper/data_keeper/static/img/flags/32/Sao-Tome-and-Principe.png
img/flags/32/Laos.png /opt/data_keeper/data_keeper/static/img/flags/32/Laos.png
img/flags/32/Nicaragua.png /opt/data_keeper/data_keeper/static/img/flags/32/Nicaragua.png
img/flags/32/Saint-Lucia.png /opt/data_keeper/data_keeper/static/img/flags/32/Saint-Lucia.png
img/flags/32/Solomon-Islands.png /opt/data_keeper/data_keeper/static/img/flags/32/Solomon-Islands.png
img/flags/32/Yemen.png /opt/data_keeper/data_keeper/static/img/flags/32/Yemen.png
img/flags/32/South-Georgia-and-the-South-Sandwich-Islands.png /opt/data_keeper/data_keeper/static/img/flags/32/South-Georgia-and-the-South-Sandwich-Islands.png
img/flags/32/Mauritania.png /opt/data_keeper/data_keeper/static/img/flags/32/Mauritania.png
img/flags/32/Belize.png /opt/data_keeper/data_keeper/static/img/flags/32/Belize.png
img/flags/32/Grenada.png /opt/data_keeper/data_keeper/static/img/flags/32/Grenada.png
img/flags/32/Kiribati.png /opt/data_keeper/data_keeper/static/img/flags/32/Kiribati.png
img/flags/32/Cook-Islands.png /opt/data_keeper/data_keeper/static/img/flags/32/Cook-Islands.png
img/flags/32/Angola.png /opt/data_keeper/data_keeper/static/img/flags/32/Angola.png
img/flags/32/American-Samoa.png /opt/data_keeper/data_keeper/static/img/flags/32/American-Samoa.png
img/flags/32/Malta.png /opt/data_keeper/data_keeper/static/img/flags/32/Malta.png
img/flags/32/Bermuda.png /opt/data_keeper/data_keeper/static/img/flags/32/Bermuda.png
img/flags/32/Cayman-Islands.png /opt/data_keeper/data_keeper/static/img/flags/32/Cayman-Islands.png
img/flags/32/Fiji.png /opt/data_keeper/data_keeper/static/img/flags/32/Fiji.png
img/flags/32/Turkmenistan.png /opt/data_keeper/data_keeper/static/img/flags/32/Turkmenistan.png
img/flags/32/Christmas-Island.png /opt/data_keeper/data_keeper/static/img/flags/32/Christmas-Island.png
img/flags/32/Vanuatu.png /opt/data_keeper/data_keeper/static/img/flags/32/Vanuatu.png
img/flags/32/England.png /opt/data_keeper/data_keeper/static/img/flags/32/England.png
img/flags/32/Benin.png /opt/data_keeper/data_keeper/static/img/flags/32/Benin.png
img/flags/32/Red-Cross.png /opt/data_keeper/data_keeper/static/img/flags/32/Red-Cross.png
img/flags/32/Mozambique.png /opt/data_keeper/data_keeper/static/img/flags/32/Mozambique.png
img/flags/32/Tonga.png /opt/data_keeper/data_keeper/static/img/flags/32/Tonga.png
img/flags/32/United-Nations.png /opt/data_keeper/data_keeper/static/img/flags/32/United-Nations.png
img/flags/32/Burundi.png /opt/data_keeper/data_keeper/static/img/flags/32/Burundi.png
img/flags/32/South-Sudan.png /opt/data_keeper/data_keeper/static/img/flags/32/South-Sudan.png
img/flags/32/Chad.png /opt/data_keeper/data_keeper/static/img/flags/32/Chad.png
img/flags/32/Libya.png /opt/data_keeper/data_keeper/static/img/flags/32/Libya.png
img/flags/32/Uruguay.png /opt/data_keeper/data_keeper/static/img/flags/32/Uruguay.png
img/flags/32/Antarctica.png /opt/data_keeper/data_keeper/static/img/flags/32/Antarctica.png
img/flags/32/Singapore.png /opt/data_keeper/data_keeper/static/img/flags/32/Singapore.png
img/flags/32/Burkina-Faso.png /opt/data_keeper/data_keeper/static/img/flags/32/Burkina-Faso.png
img/flags/32/Nauru.png /opt/data_keeper/data_keeper/static/img/flags/32/Nauru.png
img/flags/32/Anguilla.png /opt/data_keeper/data_keeper/static/img/flags/32/Anguilla.png
img/flags/32/Mars.png /opt/data_keeper/data_keeper/static/img/flags/32/Mars.png
img/flags/32/Equatorial-Guinea.png /opt/data_keeper/data_keeper/static/img/flags/32/Equatorial-Guinea.png
img/flags/32/Finland.png /opt/data_keeper/data_keeper/static/img/flags/32/Finland.png
img/flags/32/Martinique.png /opt/data_keeper/data_keeper/static/img/flags/32/Martinique.png
img/flags/32/Jordan.png /opt/data_keeper/data_keeper/static/img/flags/32/Jordan.png
img/flags/32/Saint-Barthelemy.png /opt/data_keeper/data_keeper/static/img/flags/32/Saint-Barthelemy.png
img/flags/32/Kosovo.png /opt/data_keeper/data_keeper/static/img/flags/32/Kosovo.png
img/flags/32/South-Ossetia.png /opt/data_keeper/data_keeper/static/img/flags/32/South-Ossetia.png
img/flags/32/United-States.png /opt/data_keeper/data_keeper/static/img/flags/32/United-States.png
img/flags/32/Northern-Mariana-Islands.png /opt/data_keeper/data_keeper/static/img/flags/32/Northern-Mariana-Islands.png
img/flags/32/Brazil.png /opt/data_keeper/data_keeper/static/img/flags/32/Brazil.png
img/flags/32/Czech-Republic.png /opt/data_keeper/data_keeper/static/img/flags/32/Czech-Republic.png
img/flags/32/Costa-Rica.png /opt/data_keeper/data_keeper/static/img/flags/32/Costa-Rica.png
img/flags/32/Papua-New-Guinea.png /opt/data_keeper/data_keeper/static/img/flags/32/Papua-New-Guinea.png
img/flags/32/Indonesia.png /opt/data_keeper/data_keeper/static/img/flags/32/Indonesia.png
img/flags/32/Greece.png /opt/data_keeper/data_keeper/static/img/flags/32/Greece.png
img/flags/32/Tanzania.png /opt/data_keeper/data_keeper/static/img/flags/32/Tanzania.png
img/flags/32/Armenia.png /opt/data_keeper/data_keeper/static/img/flags/32/Armenia.png
img/flags/32/Iran.png /opt/data_keeper/data_keeper/static/img/flags/32/Iran.png
img/flags/32/Morocco.png /opt/data_keeper/data_keeper/static/img/flags/32/Morocco.png
img/flags/32/Thailand.png /opt/data_keeper/data_keeper/static/img/flags/32/Thailand.png
img/flags/32/Lithuania.png /opt/data_keeper/data_keeper/static/img/flags/32/Lithuania.png
img/flags/32/Saudi-Arabia.png /opt/data_keeper/data_keeper/static/img/flags/32/Saudi-Arabia.png
img/flags/32/Hungary.png /opt/data_keeper/data_keeper/static/img/flags/32/Hungary.png
img/flags/32/Mongolia.png /opt/data_keeper/data_keeper/static/img/flags/32/Mongolia.png
img/flags/32/Canada.png /opt/data_keeper/data_keeper/static/img/flags/32/Canada.png
img/flags/32/Guinea.png /opt/data_keeper/data_keeper/static/img/flags/32/Guinea.png
img/flags/32/Switzerland.png /opt/data_keeper/data_keeper/static/img/flags/32/Switzerland.png
img/flags/32/Cuba.png /opt/data_keeper/data_keeper/static/img/flags/32/Cuba.png
img/flags/32/Guyana.png /opt/data_keeper/data_keeper/static/img/flags/32/Guyana.png
img/flags/32/Philippines.png /opt/data_keeper/data_keeper/static/img/flags/32/Philippines.png
img/flags/32/Palau.png /opt/data_keeper/data_keeper/static/img/flags/32/Palau.png
img/flags/32/Paraguay.png /opt/data_keeper/data_keeper/static/img/flags/32/Paraguay.png
img/flags/32/Norfolk-Island.png /opt/data_keeper/data_keeper/static/img/flags/32/Norfolk-Island.png
img/flags/32/Dominica.png /opt/data_keeper/data_keeper/static/img/flags/32/Dominica.png
img/flags/32/Unknown.png /opt/data_keeper/data_keeper/static/img/flags/32/Unknown.png
img/flags/32/Nepal.png /opt/data_keeper/data_keeper/static/img/flags/32/Nepal.png
img/flags/32/Western-Sahara.png /opt/data_keeper/data_keeper/static/img/flags/32/Western-Sahara.png
img/flags/32/Mauritius.png /opt/data_keeper/data_keeper/static/img/flags/32/Mauritius.png
img/flags/32/Oman.png /opt/data_keeper/data_keeper/static/img/flags/32/Oman.png
img/flags/32/Azerbaijan.png /opt/data_keeper/data_keeper/static/img/flags/32/Azerbaijan.png
img/flags/32/Georgia.png /opt/data_keeper/data_keeper/static/img/flags/32/Georgia.png
img/flags/32/Commonwealth.png /opt/data_keeper/data_keeper/static/img/flags/32/Commonwealth.png
img/flags/32/Haiti.png /opt/data_keeper/data_keeper/static/img/flags/32/Haiti.png
img/flags/32/Estonia.png /opt/data_keeper/data_keeper/static/img/flags/32/Estonia.png
img/flags/32/Colombia.png /opt/data_keeper/data_keeper/static/img/flags/32/Colombia.png
img/flags/32/Niger.png /opt/data_keeper/data_keeper/static/img/flags/32/Niger.png
img/flags/32/Guinea-Bissau.png /opt/data_keeper/data_keeper/static/img/flags/32/Guinea-Bissau.png
img/flags/32/Lebanon.png /opt/data_keeper/data_keeper/static/img/flags/32/Lebanon.png
img/flags/32/Slovenia.png /opt/data_keeper/data_keeper/static/img/flags/32/Slovenia.png
img/flags/32/Mayotte.png /opt/data_keeper/data_keeper/static/img/flags/32/Mayotte.png
img/flags/32/Trinidad-and-Tobago.png /opt/data_keeper/data_keeper/static/img/flags/32/Trinidad-and-Tobago.png
img/flags/32/Jamaica.png /opt/data_keeper/data_keeper/static/img/flags/32/Jamaica.png
img/flags/32/Venezuela.png /opt/data_keeper/data_keeper/static/img/flags/32/Venezuela.png
img/flags/32/Latvia.png /opt/data_keeper/data_keeper/static/img/flags/32/Latvia.png
img/flags/32/Taiwan.png /opt/data_keeper/data_keeper/static/img/flags/32/Taiwan.png
img/flags/32/Puerto-Rico.png /opt/data_keeper/data_keeper/static/img/flags/32/Puerto-Rico.png
img/flags/32/Turks-and-Caicos-Islands.png /opt/data_keeper/data_keeper/static/img/flags/32/Turks-and-Caicos-Islands.png
img/flags/32/Niue.png /opt/data_keeper/data_keeper/static/img/flags/32/Niue.png
img/flags/32/Uzbekistan.png /opt/data_keeper/data_keeper/static/img/flags/32/Uzbekistan.png
img/flags/32/British-Antarctic-Territory.png /opt/data_keeper/data_keeper/static/img/flags/32/British-Antarctic-Territory.png
img/flags/32/Cocos-Keeling-Islands.png /opt/data_keeper/data_keeper/static/img/flags/32/Cocos-Keeling-Islands.png
img/flags/32/Tuvalu.png /opt/data_keeper/data_keeper/static/img/flags/32/Tuvalu.png
img/flags/32/Nigeria.png /opt/data_keeper/data_keeper/static/img/flags/32/Nigeria.png
img/flags/32/Wales.png /opt/data_keeper/data_keeper/static/img/flags/32/Wales.png
img/flags/32/Dominican-Republic.png /opt/data_keeper/data_keeper/static/img/flags/32/Dominican-Republic.png
img/flags/32/Sierra-Leone.png /opt/data_keeper/data_keeper/static/img/flags/32/Sierra-Leone.png
img/flags/32/Rwanda.png /opt/data_keeper/data_keeper/static/img/flags/32/Rwanda.png
img/flags/32/Bahrain.png /opt/data_keeper/data_keeper/static/img/flags/32/Bahrain.png
img/flags/32/Aland.png /opt/data_keeper/data_keeper/static/img/flags/32/Aland.png
img/flags/16/Ethiopia.png /opt/data_keeper/data_keeper/static/img/flags/16/Ethiopia.png
img/flags/16/Lesotho.png /opt/data_keeper/data_keeper/static/img/flags/16/Lesotho.png
img/flags/16/Sudan.png /opt/data_keeper/data_keeper/static/img/flags/16/Sudan.png
img/flags/16/Australia.png /opt/data_keeper/data_keeper/static/img/flags/16/Australia.png
img/flags/16/Ireland.png /opt/data_keeper/data_keeper/static/img/flags/16/Ireland.png
img/flags/16/Somaliland.png /opt/data_keeper/data_keeper/static/img/flags/16/Somaliland.png
img/flags/16/Guernsey.png /opt/data_keeper/data_keeper/static/img/flags/16/Guernsey.png
img/flags/16/Myanmar.png /opt/data_keeper/data_keeper/static/img/flags/16/Myanmar.png
img/flags/16/Comoros.png /opt/data_keeper/data_keeper/static/img/flags/16/Comoros.png
img/flags/16/Zambia.png /opt/data_keeper/data_keeper/static/img/flags/16/Zambia.png
img/flags/16/Montenegro.png /opt/data_keeper/data_keeper/static/img/flags/16/Montenegro.png
img/flags/16/Cameroon.png /opt/data_keeper/data_keeper/static/img/flags/16/Cameroon.png
img/flags/16/El-Salvador.png /opt/data_keeper/data_keeper/static/img/flags/16/El-Salvador.png
img/flags/16/Abkhazia.png /opt/data_keeper/data_keeper/static/img/flags/16/Abkhazia.png
img/flags/16/Austria.png /opt/data_keeper/data_keeper/static/img/flags/16/Austria.png
img/flags/16/Zimbabwe.png /opt/data_keeper/data_keeper/static/img/flags/16/Zimbabwe.png
img/flags/16/Uganda.png /opt/data_keeper/data_keeper/static/img/flags/16/Uganda.png
img/flags/16/US-Virgin-Islands.png /opt/data_keeper/data_keeper/static/img/flags/16/US-Virgin-Islands.png
img/flags/16/Albania.png /opt/data_keeper/data_keeper/static/img/flags/16/Albania.png
img/flags/16/Vatican-City.png /opt/data_keeper/data_keeper/static/img/flags/16/Vatican-City.png
img/flags/16/French-Southern-Territories.png /opt/data_keeper/data_keeper/static/img/flags/16/French-Southern-Territories.png
img/flags/16/Sri-Lanka.png /opt/data_keeper/data_keeper/static/img/flags/16/Sri-Lanka.png
img/flags/16/Democratic-Republic-of-the-Congo.png /opt/data_keeper/data_keeper/static/img/flags/16/Democratic-Republic-of-the-Congo.png
img/flags/16/Luxembourg.png /opt/data_keeper/data_keeper/static/img/flags/16/Luxembourg.png
img/flags/16/Seychelles.png /opt/data_keeper/data_keeper/static/img/flags/16/Seychelles.png
img/flags/16/East-Timor.png /opt/data_keeper/data_keeper/static/img/flags/16/East-Timor.png
img/flags/16/Curacao.png /opt/data_keeper/data_keeper/static/img/flags/16/Curacao.png
img/flags/16/Somalia.png /opt/data_keeper/data_keeper/static/img/flags/16/Somalia.png
img/flags/16/United-Kingdom.png /opt/data_keeper/data_keeper/static/img/flags/16/United-Kingdom.png
img/flags/16/Djibouti.png /opt/data_keeper/data_keeper/static/img/flags/16/Djibouti.png
img/flags/16/Netherlands.png /opt/data_keeper/data_keeper/static/img/flags/16/Netherlands.png
img/flags/16/Botswana.png /opt/data_keeper/data_keeper/static/img/flags/16/Botswana.png
img/flags/16/Aruba.png /opt/data_keeper/data_keeper/static/img/flags/16/Aruba.png
img/flags/16/Italy.png /opt/data_keeper/data_keeper/static/img/flags/16/Italy.png
img/flags/16/Mali.png /opt/data_keeper/data_keeper/static/img/flags/16/Mali.png
img/flags/16/Vietnam.png /opt/data_keeper/data_keeper/static/img/flags/16/Vietnam.png
img/flags/16/Chile.png /opt/data_keeper/data_keeper/static/img/flags/16/Chile.png
img/flags/16/Serbia.png /opt/data_keeper/data_keeper/static/img/flags/16/Serbia.png
img/flags/16/Japan.png /opt/data_keeper/data_keeper/static/img/flags/16/Japan.png
img/flags/16/Togo.png /opt/data_keeper/data_keeper/static/img/flags/16/Togo.png
img/flags/16/GoSquared.png /opt/data_keeper/data_keeper/static/img/flags/16/GoSquared.png
img/flags/16/Germany.png /opt/data_keeper/data_keeper/static/img/flags/16/Germany.png
img/flags/16/Bhutan.png /opt/data_keeper/data_keeper/static/img/flags/16/Bhutan.png
img/flags/16/Ecuador.png /opt/data_keeper/data_keeper/static/img/flags/16/Ecuador.png
img/flags/16/Tunisia.png /opt/data_keeper/data_keeper/static/img/flags/16/Tunisia.png
img/flags/16/Denmark.png /opt/data_keeper/data_keeper/static/img/flags/16/Denmark.png
img/flags/16/France.png /opt/data_keeper/data_keeper/static/img/flags/16/France.png
img/flags/16/Algeria.png /opt/data_keeper/data_keeper/static/img/flags/16/Algeria.png
img/flags/16/Marshall-Islands.png /opt/data_keeper/data_keeper/static/img/flags/16/Marshall-Islands.png
img/flags/16/Barbados.png /opt/data_keeper/data_keeper/static/img/flags/16/Barbados.png
img/flags/16/Moldova.png /opt/data_keeper/data_keeper/static/img/flags/16/Moldova.png
img/flags/16/NATO.png /opt/data_keeper/data_keeper/static/img/flags/16/NATO.png
img/flags/16/Kazakhstan.png /opt/data_keeper/data_keeper/static/img/flags/16/Kazakhstan.png
img/flags/16/Brunei.png /opt/data_keeper/data_keeper/static/img/flags/16/Brunei.png
img/flags/16/Guatemala.png /opt/data_keeper/data_keeper/static/img/flags/16/Guatemala.png
img/flags/16/Bolivia.png /opt/data_keeper/data_keeper/static/img/flags/16/Bolivia.png
img/flags/16/Romania.png /opt/data_keeper/data_keeper/static/img/flags/16/Romania.png
img/flags/16/Gambia.png /opt/data_keeper/data_keeper/static/img/flags/16/Gambia.png
img/flags/16/Namibia.png /opt/data_keeper/data_keeper/static/img/flags/16/Namibia.png
img/flags/16/Olympics.png /opt/data_keeper/data_keeper/static/img/flags/16/Olympics.png
img/flags/16/Cyprus.png /opt/data_keeper/data_keeper/static/img/flags/16/Cyprus.png
img/flags/16/Liberia.png /opt/data_keeper/data_keeper/static/img/flags/16/Liberia.png
img/flags/16/Bulgaria.png /opt/data_keeper/data_keeper/static/img/flags/16/Bulgaria.png
img/flags/16/Bangladesh.png /opt/data_keeper/data_keeper/static/img/flags/16/Bangladesh.png
img/flags/16/Pitcairn-Islands.png /opt/data_keeper/data_keeper/static/img/flags/16/Pitcairn-Islands.png
img/flags/16/Poland.png /opt/data_keeper/data_keeper/static/img/flags/16/Poland.png
img/flags/16/Netherlands-Antilles.png /opt/data_keeper/data_keeper/static/img/flags/16/Netherlands-Antilles.png
img/flags/16/Cote-dIvoire.png /opt/data_keeper/data_keeper/static/img/flags/16/Cote-dIvoire.png
img/flags/16/Palestine.png /opt/data_keeper/data_keeper/static/img/flags/16/Palestine.png
img/flags/16/United-Arab-Emirates.png /opt/data_keeper/data_keeper/static/img/flags/16/United-Arab-Emirates.png
img/flags/16/Isle-of-Man.png /opt/data_keeper/data_keeper/static/img/flags/16/Isle-of-Man.png
img/flags/16/Swaziland.png /opt/data_keeper/data_keeper/static/img/flags/16/Swaziland.png
img/flags/16/Cape-Verde.png /opt/data_keeper/data_keeper/static/img/flags/16/Cape-Verde.png
img/flags/16/Pakistan.png /opt/data_keeper/data_keeper/static/img/flags/16/Pakistan.png
img/flags/16/Canary-Islands.png /opt/data_keeper/data_keeper/static/img/flags/16/Canary-Islands.png
img/flags/16/India.png /opt/data_keeper/data_keeper/static/img/flags/16/India.png
img/flags/16/Qatar.png /opt/data_keeper/data_keeper/static/img/flags/16/Qatar.png
img/flags/16/Antigua-and-Barbuda.png /opt/data_keeper/data_keeper/static/img/flags/16/Antigua-and-Barbuda.png
img/flags/16/Nagorno-Karabakh.png /opt/data_keeper/data_keeper/static/img/flags/16/Nagorno-Karabakh.png
img/flags/16/Micronesia.png /opt/data_keeper/data_keeper/static/img/flags/16/Micronesia.png
img/flags/16/Jersey.png /opt/data_keeper/data_keeper/static/img/flags/16/Jersey.png
img/flags/16/Afghanistan.png /opt/data_keeper/data_keeper/static/img/flags/16/Afghanistan.png
img/flags/16/Saint-Vincent-and-the-Grenadines.png /opt/data_keeper/data_keeper/static/img/flags/16/Saint-Vincent-and-the-Grenadines.png
img/flags/16/Eritrea.png /opt/data_keeper/data_keeper/static/img/flags/16/Eritrea.png
img/flags/16/Cambodia.png /opt/data_keeper/data_keeper/static/img/flags/16/Cambodia.png
img/flags/16/Samoa.png /opt/data_keeper/data_keeper/static/img/flags/16/Samoa.png
img/flags/16/Bosnia-and-Herzegovina.png /opt/data_keeper/data_keeper/static/img/flags/16/Bosnia-and-Herzegovina.png
img/flags/16/Iceland.png /opt/data_keeper/data_keeper/static/img/flags/16/Iceland.png
img/flags/16/Honduras.png /opt/data_keeper/data_keeper/static/img/flags/16/Honduras.png
img/flags/16/Portugal.png /opt/data_keeper/data_keeper/static/img/flags/16/Portugal.png
img/flags/16/Belarus.png /opt/data_keeper/data_keeper/static/img/flags/16/Belarus.png
img/flags/16/Malaysia.png /opt/data_keeper/data_keeper/static/img/flags/16/Malaysia.png
img/flags/16/North-Korea.png /opt/data_keeper/data_keeper/static/img/flags/16/North-Korea.png
img/flags/16/Andorra.png /opt/data_keeper/data_keeper/static/img/flags/16/Andorra.png
img/flags/16/Russia.png /opt/data_keeper/data_keeper/static/img/flags/16/Russia.png
img/flags/16/China.png /opt/data_keeper/data_keeper/static/img/flags/16/China.png
img/flags/16/Tokelau.png /opt/data_keeper/data_keeper/static/img/flags/16/Tokelau.png
img/flags/16/Liechtenstein.png /opt/data_keeper/data_keeper/static/img/flags/16/Liechtenstein.png
img/flags/16/Croatia.png /opt/data_keeper/data_keeper/static/img/flags/16/Croatia.png
img/flags/16/Argentina.png /opt/data_keeper/data_keeper/static/img/flags/16/Argentina.png
img/flags/16/Madagascar.png /opt/data_keeper/data_keeper/static/img/flags/16/Madagascar.png
img/flags/16/Iraq.png /opt/data_keeper/data_keeper/static/img/flags/16/Iraq.png
img/flags/16/Sweden.png /opt/data_keeper/data_keeper/static/img/flags/16/Sweden.png
img/flags/16/Suriname.png /opt/data_keeper/data_keeper/static/img/flags/16/Suriname.png
img/flags/16/Panama.png /opt/data_keeper/data_keeper/static/img/flags/16/Panama.png
img/flags/16/South-Korea.png /opt/data_keeper/data_keeper/static/img/flags/16/South-Korea.png
img/flags/16/Maldives.png /opt/data_keeper/data_keeper/static/img/flags/16/Maldives.png
img/flags/16/Scotland.png /opt/data_keeper/data_keeper/static/img/flags/16/Scotland.png
img/flags/16/British-Virgin-Islands.png /opt/data_keeper/data_keeper/static/img/flags/16/British-Virgin-Islands.png
img/flags/16/Montserrat.png /opt/data_keeper/data_keeper/static/img/flags/16/Montserrat.png
img/flags/16/San-Marino.png /opt/data_keeper/data_keeper/static/img/flags/16/San-Marino.png
img/flags/16/Israel.png /opt/data_keeper/data_keeper/static/img/flags/16/Israel.png
img/flags/16/South-Africa.png /opt/data_keeper/data_keeper/static/img/flags/16/South-Africa.png
img/flags/16/Basque-Country.png /opt/data_keeper/data_keeper/static/img/flags/16/Basque-Country.png
img/flags/16/Falkland-Islands.png /opt/data_keeper/data_keeper/static/img/flags/16/Falkland-Islands.png
img/flags/16/Egypt.png /opt/data_keeper/data_keeper/static/img/flags/16/Egypt.png
img/flags/16/Turkey.png /opt/data_keeper/data_keeper/static/img/flags/16/Turkey.png
img/flags/16/Saint-Kitts-and-Nevis.png /opt/data_keeper/data_keeper/static/img/flags/16/Saint-Kitts-and-Nevis.png
img/flags/16/Belgium.png /opt/data_keeper/data_keeper/static/img/flags/16/Belgium.png
img/flags/16/Central-African-Republic.png /opt/data_keeper/data_keeper/static/img/flags/16/Central-African-Republic.png
img/flags/16/Faroes.png /opt/data_keeper/data_keeper/static/img/flags/16/Faroes.png
img/flags/16/Republic-of-the-Congo.png /opt/data_keeper/data_keeper/static/img/flags/16/Republic-of-the-Congo.png
img/flags/16/French-Polynesia.png /opt/data_keeper/data_keeper/static/img/flags/16/French-Polynesia.png
img/flags/16/Northern-Cyprus.png /opt/data_keeper/data_keeper/static/img/flags/16/Northern-Cyprus.png
img/flags/16/Saint-Helena.png /opt/data_keeper/data_keeper/static/img/flags/16/Saint-Helena.png
img/flags/16/Hong-Kong.png /opt/data_keeper/data_keeper/static/img/flags/16/Hong-Kong.png
img/flags/16/European-Union.png /opt/data_keeper/data_keeper/static/img/flags/16/European-Union.png
img/flags/16/New-Zealand.png /opt/data_keeper/data_keeper/static/img/flags/16/New-Zealand.png
img/flags/16/Monaco.png /opt/data_keeper/data_keeper/static/img/flags/16/Monaco.png
img/flags/16/Macau.png /opt/data_keeper/data_keeper/static/img/flags/16/Macau.png
img/flags/16/New-Caledonia.png /opt/data_keeper/data_keeper/static/img/flags/16/New-Caledonia.png
img/flags/16/Tajikistan.png /opt/data_keeper/data_keeper/static/img/flags/16/Tajikistan.png
img/flags/16/Gibraltar.png /opt/data_keeper/data_keeper/static/img/flags/16/Gibraltar.png
img/flags/16/Kenya.png /opt/data_keeper/data_keeper/static/img/flags/16/Kenya.png
img/flags/16/Saint-Martin.png /opt/data_keeper/data_keeper/static/img/flags/16/Saint-Martin.png
img/flags/16/Syria.png /opt/data_keeper/data_keeper/static/img/flags/16/Syria.png
img/flags/16/Senegal.png /opt/data_keeper/data_keeper/static/img/flags/16/Senegal.png
img/flags/16/Mexico.png /opt/data_keeper/data_keeper/static/img/flags/16/Mexico.png
img/flags/16/Norway.png /opt/data_keeper/data_keeper/static/img/flags/16/Norway.png
img/flags/16/Gabon.png /opt/data_keeper/data_keeper/static/img/flags/16/Gabon.png
img/flags/16/Wallis-And-Futuna.png /opt/data_keeper/data_keeper/static/img/flags/16/Wallis-And-Futuna.png
img/flags/16/Bahamas.png /opt/data_keeper/data_keeper/static/img/flags/16/Bahamas.png
img/flags/16/Kyrgyzstan.png /opt/data_keeper/data_keeper/static/img/flags/16/Kyrgyzstan.png
img/flags/16/Ghana.png /opt/data_keeper/data_keeper/static/img/flags/16/Ghana.png
img/flags/16/Greenland.png /opt/data_keeper/data_keeper/static/img/flags/16/Greenland.png
img/flags/16/Peru.png /opt/data_keeper/data_keeper/static/img/flags/16/Peru.png
img/flags/16/Malawi.png /opt/data_keeper/data_keeper/static/img/flags/16/Malawi.png
img/flags/16/Guam.png /opt/data_keeper/data_keeper/static/img/flags/16/Guam.png
img/flags/16/Spain.png /opt/data_keeper/data_keeper/static/img/flags/16/Spain.png
img/flags/16/Slovakia.png /opt/data_keeper/data_keeper/static/img/flags/16/Slovakia.png
img/flags/16/Kuwait.png /opt/data_keeper/data_keeper/static/img/flags/16/Kuwait.png
img/flags/16/Ukraine.png /opt/data_keeper/data_keeper/static/img/flags/16/Ukraine.png
img/flags/16/Macedonia.png /opt/data_keeper/data_keeper/static/img/flags/16/Macedonia.png
img/flags/16/Sao-Tome-and-Principe.png /opt/data_keeper/data_keeper/static/img/flags/16/Sao-Tome-and-Principe.png
img/flags/16/Laos.png /opt/data_keeper/data_keeper/static/img/flags/16/Laos.png
img/flags/16/Nicaragua.png /opt/data_keeper/data_keeper/static/img/flags/16/Nicaragua.png
img/flags/16/Saint-Lucia.png /opt/data_keeper/data_keeper/static/img/flags/16/Saint-Lucia.png
img/flags/16/Solomon-Islands.png /opt/data_keeper/data_keeper/static/img/flags/16/Solomon-Islands.png
img/flags/16/Yemen.png /opt/data_keeper/data_keeper/static/img/flags/16/Yemen.png
img/flags/16/South-Georgia-and-the-South-Sandwich-Islands.png /opt/data_keeper/data_keeper/static/img/flags/16/South-Georgia-and-the-South-Sandwich-Islands.png
img/flags/16/Mauritania.png /opt/data_keeper/data_keeper/static/img/flags/16/Mauritania.png
img/flags/16/Belize.png /opt/data_keeper/data_keeper/static/img/flags/16/Belize.png
img/flags/16/Grenada.png /opt/data_keeper/data_keeper/static/img/flags/16/Grenada.png
img/flags/16/Kiribati.png /opt/data_keeper/data_keeper/static/img/flags/16/Kiribati.png
img/flags/16/Cook-Islands.png /opt/data_keeper/data_keeper/static/img/flags/16/Cook-Islands.png
img/flags/16/Angola.png /opt/data_keeper/data_keeper/static/img/flags/16/Angola.png
img/flags/16/American-Samoa.png /opt/data_keeper/data_keeper/static/img/flags/16/American-Samoa.png
img/flags/16/Malta.png /opt/data_keeper/data_keeper/static/img/flags/16/Malta.png
img/flags/16/Bermuda.png /opt/data_keeper/data_keeper/static/img/flags/16/Bermuda.png
img/flags/16/Cayman-Islands.png /opt/data_keeper/data_keeper/static/img/flags/16/Cayman-Islands.png
img/flags/16/Fiji.png /opt/data_keeper/data_keeper/static/img/flags/16/Fiji.png
img/flags/16/Turkmenistan.png /opt/data_keeper/data_keeper/static/img/flags/16/Turkmenistan.png
img/flags/16/Christmas-Island.png /opt/data_keeper/data_keeper/static/img/flags/16/Christmas-Island.png
img/flags/16/Vanuatu.png /opt/data_keeper/data_keeper/static/img/flags/16/Vanuatu.png
img/flags/16/England.png /opt/data_keeper/data_keeper/static/img/flags/16/England.png
img/flags/16/Benin.png /opt/data_keeper/data_keeper/static/img/flags/16/Benin.png
img/flags/16/Red-Cross.png /opt/data_keeper/data_keeper/static/img/flags/16/Red-Cross.png
img/flags/16/Mozambique.png /opt/data_keeper/data_keeper/static/img/flags/16/Mozambique.png
img/flags/16/Tonga.png /opt/data_keeper/data_keeper/static/img/flags/16/Tonga.png
img/flags/16/United-Nations.png /opt/data_keeper/data_keeper/static/img/flags/16/United-Nations.png
img/flags/16/Burundi.png /opt/data_keeper/data_keeper/static/img/flags/16/Burundi.png
img/flags/16/South-Sudan.png /opt/data_keeper/data_keeper/static/img/flags/16/South-Sudan.png
img/flags/16/Chad.png /opt/data_keeper/data_keeper/static/img/flags/16/Chad.png
img/flags/16/Libya.png /opt/data_keeper/data_keeper/static/img/flags/16/Libya.png
img/flags/16/Uruguay.png /opt/data_keeper/data_keeper/static/img/flags/16/Uruguay.png
img/flags/16/Antarctica.png /opt/data_keeper/data_keeper/static/img/flags/16/Antarctica.png
img/flags/16/Singapore.png /opt/data_keeper/data_keeper/static/img/flags/16/Singapore.png
img/flags/16/Burkina-Faso.png /opt/data_keeper/data_keeper/static/img/flags/16/Burkina-Faso.png
img/flags/16/Nauru.png /opt/data_keeper/data_keeper/static/img/flags/16/Nauru.png
img/flags/16/Anguilla.png /opt/data_keeper/data_keeper/static/img/flags/16/Anguilla.png
img/flags/16/Mars.png /opt/data_keeper/data_keeper/static/img/flags/16/Mars.png
img/flags/16/Equatorial-Guinea.png /opt/data_keeper/data_keeper/static/img/flags/16/Equatorial-Guinea.png
img/flags/16/Finland.png /opt/data_keeper/data_keeper/static/img/flags/16/Finland.png
img/flags/16/Martinique.png /opt/data_keeper/data_keeper/static/img/flags/16/Martinique.png
img/flags/16/Jordan.png /opt/data_keeper/data_keeper/static/img/flags/16/Jordan.png
img/flags/16/Saint-Barthelemy.png /opt/data_keeper/data_keeper/static/img/flags/16/Saint-Barthelemy.png
img/flags/16/Kosovo.png /opt/data_keeper/data_keeper/static/img/flags/16/Kosovo.png
img/flags/16/South-Ossetia.png /opt/data_keeper/data_keeper/static/img/flags/16/South-Ossetia.png
img/flags/16/United-States.png /opt/data_keeper/data_keeper/static/img/flags/16/United-States.png
img/flags/16/Northern-Mariana-Islands.png /opt/data_keeper/data_keeper/static/img/flags/16/Northern-Mariana-Islands.png
img/flags/16/Brazil.png /opt/data_keeper/data_keeper/static/img/flags/16/Brazil.png
img/flags/16/Czech-Republic.png /opt/data_keeper/data_keeper/static/img/flags/16/Czech-Republic.png
img/flags/16/Costa-Rica.png /opt/data_keeper/data_keeper/static/img/flags/16/Costa-Rica.png
img/flags/16/Papua-New-Guinea.png /opt/data_keeper/data_keeper/static/img/flags/16/Papua-New-Guinea.png
img/flags/16/Indonesia.png /opt/data_keeper/data_keeper/static/img/flags/16/Indonesia.png
img/flags/16/Greece.png /opt/data_keeper/data_keeper/static/img/flags/16/Greece.png
img/flags/16/Tanzania.png /opt/data_keeper/data_keeper/static/img/flags/16/Tanzania.png
img/flags/16/Armenia.png /opt/data_keeper/data_keeper/static/img/flags/16/Armenia.png
img/flags/16/Iran.png /opt/data_keeper/data_keeper/static/img/flags/16/Iran.png
img/flags/16/Morocco.png /opt/data_keeper/data_keeper/static/img/flags/16/Morocco.png
img/flags/16/Thailand.png /opt/data_keeper/data_keeper/static/img/flags/16/Thailand.png
img/flags/16/Lithuania.png /opt/data_keeper/data_keeper/static/img/flags/16/Lithuania.png
img/flags/16/Saudi-Arabia.png /opt/data_keeper/data_keeper/static/img/flags/16/Saudi-Arabia.png
img/flags/16/Hungary.png /opt/data_keeper/data_keeper/static/img/flags/16/Hungary.png
img/flags/16/Mongolia.png /opt/data_keeper/data_keeper/static/img/flags/16/Mongolia.png
img/flags/16/Canada.png /opt/data_keeper/data_keeper/static/img/flags/16/Canada.png
img/flags/16/Guinea.png /opt/data_keeper/data_keeper/static/img/flags/16/Guinea.png
img/flags/16/Switzerland.png /opt/data_keeper/data_keeper/static/img/flags/16/Switzerland.png
img/flags/16/Cuba.png /opt/data_keeper/data_keeper/static/img/flags/16/Cuba.png
img/flags/16/Guyana.png /opt/data_keeper/data_keeper/static/img/flags/16/Guyana.png
img/flags/16/Philippines.png /opt/data_keeper/data_keeper/static/img/flags/16/Philippines.png
img/flags/16/Palau.png /opt/data_keeper/data_keeper/static/img/flags/16/Palau.png
img/flags/16/Paraguay.png /opt/data_keeper/data_keeper/static/img/flags/16/Paraguay.png
img/flags/16/Norfolk-Island.png /opt/data_keeper/data_keeper/static/img/flags/16/Norfolk-Island.png
img/flags/16/Dominica.png /opt/data_keeper/data_keeper/static/img/flags/16/Dominica.png
img/flags/16/Unknown.png /opt/data_keeper/data_keeper/static/img/flags/16/Unknown.png
img/flags/16/Nepal.png /opt/data_keeper/data_keeper/static/img/flags/16/Nepal.png
img/flags/16/Western-Sahara.png /opt/data_keeper/data_keeper/static/img/flags/16/Western-Sahara.png
img/flags/16/Mauritius.png /opt/data_keeper/data_keeper/static/img/flags/16/Mauritius.png
img/flags/16/Oman.png /opt/data_keeper/data_keeper/static/img/flags/16/Oman.png
img/flags/16/Azerbaijan.png /opt/data_keeper/data_keeper/static/img/flags/16/Azerbaijan.png
img/flags/16/Georgia.png /opt/data_keeper/data_keeper/static/img/flags/16/Georgia.png
img/flags/16/Commonwealth.png /opt/data_keeper/data_keeper/static/img/flags/16/Commonwealth.png
img/flags/16/Haiti.png /opt/data_keeper/data_keeper/static/img/flags/16/Haiti.png
img/flags/16/Estonia.png /opt/data_keeper/data_keeper/static/img/flags/16/Estonia.png
img/flags/16/Colombia.png /opt/data_keeper/data_keeper/static/img/flags/16/Colombia.png
img/flags/16/Niger.png /opt/data_keeper/data_keeper/static/img/flags/16/Niger.png
img/flags/16/Guinea-Bissau.png /opt/data_keeper/data_keeper/static/img/flags/16/Guinea-Bissau.png
img/flags/16/Lebanon.png /opt/data_keeper/data_keeper/static/img/flags/16/Lebanon.png
img/flags/16/Slovenia.png /opt/data_keeper/data_keeper/static/img/flags/16/Slovenia.png
img/flags/16/Mayotte.png /opt/data_keeper/data_keeper/static/img/flags/16/Mayotte.png
img/flags/16/Trinidad-and-Tobago.png /opt/data_keeper/data_keeper/static/img/flags/16/Trinidad-and-Tobago.png
img/flags/16/Jamaica.png /opt/data_keeper/data_keeper/static/img/flags/16/Jamaica.png
img/flags/16/Venezuela.png /opt/data_keeper/data_keeper/static/img/flags/16/Venezuela.png
img/flags/16/Latvia.png /opt/data_keeper/data_keeper/static/img/flags/16/Latvia.png
img/flags/16/Taiwan.png /opt/data_keeper/data_keeper/static/img/flags/16/Taiwan.png
img/flags/16/Puerto-Rico.png /opt/data_keeper/data_keeper/static/img/flags/16/Puerto-Rico.png
img/flags/16/Turks-and-Caicos-Islands.png /opt/data_keeper/data_keeper/static/img/flags/16/Turks-and-Caicos-Islands.png
img/flags/16/Niue.png /opt/data_keeper/data_keeper/static/img/flags/16/Niue.png
img/flags/16/Uzbekistan.png /opt/data_keeper/data_keeper/static/img/flags/16/Uzbekistan.png
img/flags/16/British-Antarctic-Territory.png /opt/data_keeper/data_keeper/static/img/flags/16/British-Antarctic-Territory.png
img/flags/16/Cocos-Keeling-Islands.png /opt/data_keeper/data_keeper/static/img/flags/16/Cocos-Keeling-Islands.png
img/flags/16/Tuvalu.png /opt/data_keeper/data_keeper/static/img/flags/16/Tuvalu.png
img/flags/16/Nigeria.png /opt/data_keeper/data_keeper/static/img/flags/16/Nigeria.png
img/flags/16/Wales.png /opt/data_keeper/data_keeper/static/img/flags/16/Wales.png
img/flags/16/Dominican-Republic.png /opt/data_keeper/data_keeper/static/img/flags/16/Dominican-Republic.png
img/flags/16/Sierra-Leone.png /opt/data_keeper/data_keeper/static/img/flags/16/Sierra-Leone.png
img/flags/16/Rwanda.png /opt/data_keeper/data_keeper/static/img/flags/16/Rwanda.png
img/flags/16/Bahrain.png /opt/data_keeper/data_keeper/static/img/flags/16/Bahrain.png
img/flags/16/Aland.png /opt/data_keeper/data_keeper/static/img/flags/16/Aland.png
img/landing/header_one.jpg /opt/data_keeper/data_keeper/static/img/landing/header_one.jpg
img/landing/word_map.png /opt/data_keeper/data_keeper/static/img/landing/word_map.png
img/landing/iphone.jpg /opt/data_keeper/data_keeper/static/img/landing/iphone.jpg
img/landing/avatar5.jpg /opt/data_keeper/data_keeper/static/img/landing/avatar5.jpg
img/landing/laptop.png /opt/data_keeper/data_keeper/static/img/landing/laptop.png
img/landing/avatar3.jpg /opt/data_keeper/data_keeper/static/img/landing/avatar3.jpg
img/landing/avatar8.jpg /opt/data_keeper/data_keeper/static/img/landing/avatar8.jpg
img/landing/avatar4.jpg /opt/data_keeper/data_keeper/static/img/landing/avatar4.jpg
img/landing/avatar9.jpg /opt/data_keeper/data_keeper/static/img/landing/avatar9.jpg
img/landing/avatar1.jpg /opt/data_keeper/data_keeper/static/img/landing/avatar1.jpg
img/landing/header_two.jpg /opt/data_keeper/data_keeper/static/img/landing/header_two.jpg
img/landing/avatar6.jpg /opt/data_keeper/data_keeper/static/img/landing/avatar6.jpg
img/landing/avatar2.jpg /opt/data_keeper/data_keeper/static/img/landing/avatar2.jpg
img/landing/avatar_all.png /opt/data_keeper/data_keeper/static/img/landing/avatar_all.png
img/landing/avatar7.jpg /opt/data_keeper/data_keeper/static/img/landing/avatar7.jpg
img/landing/shattered.png /opt/data_keeper/data_keeper/static/img/landing/shattered.png
img/landing/dashboard.png /opt/data_keeper/data_keeper/static/img/landing/dashboard.png
img/landing/perspective.png /opt/data_keeper/data_keeper/static/img/landing/perspective.png
img/gallery/11s.jpg /opt/data_keeper/data_keeper/static/img/gallery/11s.jpg
img/gallery/12.jpg /opt/data_keeper/data_keeper/static/img/gallery/12.jpg
img/gallery/5.jpg /opt/data_keeper/data_keeper/static/img/gallery/5.jpg
img/gallery/8.jpg /opt/data_keeper/data_keeper/static/img/gallery/8.jpg
img/gallery/1.jpg /opt/data_keeper/data_keeper/static/img/gallery/1.jpg
img/gallery/3s.jpg /opt/data_keeper/data_keeper/static/img/gallery/3s.jpg
img/gallery/4.jpg /opt/data_keeper/data_keeper/static/img/gallery/4.jpg
img/gallery/9.jpg /opt/data_keeper/data_keeper/static/img/gallery/9.jpg
img/gallery/7s.jpg /opt/data_keeper/data_keeper/static/img/gallery/7s.jpg
img/gallery/1s.jpg /opt/data_keeper/data_keeper/static/img/gallery/1s.jpg
img/gallery/7.jpg /opt/data_keeper/data_keeper/static/img/gallery/7.jpg
img/gallery/2s.jpg /opt/data_keeper/data_keeper/static/img/gallery/2s.jpg
img/gallery/4s.jpg /opt/data_keeper/data_keeper/static/img/gallery/4s.jpg
img/gallery/6.jpg /opt/data_keeper/data_keeper/static/img/gallery/6.jpg
img/gallery/3.jpg /opt/data_keeper/data_keeper/static/img/gallery/3.jpg
img/gallery/10s.jpg /opt/data_keeper/data_keeper/static/img/gallery/10s.jpg
img/gallery/5s.jpg /opt/data_keeper/data_keeper/static/img/gallery/5s.jpg
img/gallery/6s.jpg /opt/data_keeper/data_keeper/static/img/gallery/6s.jpg
img/gallery/2.jpg /opt/data_keeper/data_keeper/static/img/gallery/2.jpg
img/gallery/12s.jpg /opt/data_keeper/data_keeper/static/img/gallery/12s.jpg
img/gallery/9s.jpg /opt/data_keeper/data_keeper/static/img/gallery/9s.jpg
img/gallery/8s.jpg /opt/data_keeper/data_keeper/static/img/gallery/8s.jpg
img/gallery/10.jpg /opt/data_keeper/data_keeper/static/img/gallery/10.jpg
img/gallery/11.jpg /opt/data_keeper/data_keeper/static/img/gallery/11.jpg
js/jquery-2.1.1.js /opt/data_keeper/data_keeper/static/js/jquery-2.1.1.js
js/bootstrap.min.js /opt/data_keeper/data_keeper/static/js/bootstrap.min.js
js/image-loupe.js /opt/data_keeper/data_keeper/static/js/image-loupe.js
js/jquery-3.1.1.min.js /opt/data_keeper/data_keeper/static/js/jquery-3.1.1.min.js
js/bootstrap.js /opt/data_keeper/data_keeper/static/js/bootstrap.js
js/project.js /opt/data_keeper/data_keeper/static/js/project.js
js/inspinia.js /opt/data_keeper/data_keeper/static/js/inspinia.js
js/demo/chartjs-demo.js /opt/data_keeper/data_keeper/static/js/demo/chartjs-demo.js
js/demo/dashboard-demo.js /opt/data_keeper/data_keeper/static/js/demo/dashboard-demo.js
js/demo/flot-demo2.js /opt/data_keeper/data_keeper/static/js/demo/flot-demo2.js
js/demo/morris-demo.js /opt/data_keeper/data_keeper/static/js/demo/morris-demo.js
js/demo/flot-demo.js /opt/data_keeper/data_keeper/static/js/demo/flot-demo.js
js/demo/sparkline-demo.js /opt/data_keeper/data_keeper/static/js/demo/sparkline-demo.js
js/demo/peity-demo.js /opt/data_keeper/data_keeper/static/js/demo/peity-demo.js
js/demo/rickshaw-demo.js /opt/data_keeper/data_keeper/static/js/demo/rickshaw-demo.js
js/plugins/colorpicker/bootstrap-colorpicker.min.js /opt/data_keeper/data_keeper/static/js/plugins/colorpicker/bootstrap-colorpicker.min.js
js/plugins/dualListbox/jquery.bootstrap-duallistbox.js /opt/data_keeper/data_keeper/static/js/plugins/dualListbox/jquery.bootstrap-duallistbox.js
js/plugins/flot/jquery.flot.tooltip.min.js /opt/data_keeper/data_keeper/static/js/plugins/flot/jquery.flot.tooltip.min.js
js/plugins/flot/curvedLines.js /opt/data_keeper/data_keeper/static/js/plugins/flot/curvedLines.js
js/plugins/flot/jquery.flot.pie.js /opt/data_keeper/data_keeper/static/js/plugins/flot/jquery.flot.pie.js
js/plugins/flot/excanvas.min.js /opt/data_keeper/data_keeper/static/js/plugins/flot/excanvas.min.js
js/plugins/flot/jquery.flot.js /opt/data_keeper/data_keeper/static/js/plugins/flot/jquery.flot.js
js/plugins/flot/jquery.flot.resize.js /opt/data_keeper/data_keeper/static/js/plugins/flot/jquery.flot.resize.js
js/plugins/flot/jquery.flot.time.js /opt/data_keeper/data_keeper/static/js/plugins/flot/jquery.flot.time.js
js/plugins/flot/jquery.flot.symbol.js /opt/data_keeper/data_keeper/static/js/plugins/flot/jquery.flot.symbol.js
js/plugins/flot/jquery.flot.spline.js /opt/data_keeper/data_keeper/static/js/plugins/flot/jquery.flot.spline.js
js/plugins/easypiechart/jquery.easypiechart.js /opt/data_keeper/data_keeper/static/js/plugins/easypiechart/jquery.easypiechart.js
js/plugins/easypiechart/easypiechart.js /opt/data_keeper/data_keeper/static/js/plugins/easypiechart/easypiechart.js
js/plugins/slimscroll/jquery.slimscroll.js /opt/data_keeper/data_keeper/static/js/plugins/slimscroll/jquery.slimscroll.js
js/plugins/slimscroll/jquery.slimscroll.min.js /opt/data_keeper/data_keeper/static/js/plugins/slimscroll/jquery.slimscroll.min.js
js/plugins/toastr/toastr.min.js /opt/data_keeper/data_keeper/static/js/plugins/toastr/toastr.min.js
js/plugins/jvectormap/jquery-jvectormap-2.0.2.min.js /opt/data_keeper/data_keeper/static/js/plugins/jvectormap/jquery-jvectormap-2.0.2.min.js
js/plugins/jvectormap/jquery-jvectormap-world-mill-en.js /opt/data_keeper/data_keeper/static/js/plugins/jvectormap/jquery-jvectormap-world-mill-en.js
js/plugins/jvectormap/jquery-jvectormap-2.0.2.css /opt/data_keeper/data_keeper/static/js/plugins/jvectormap/jquery-jvectormap-2.0.2.css
js/plugins/validate/jquery.validate.min.js /opt/data_keeper/data_keeper/static/js/plugins/validate/jquery.validate.min.js
js/plugins/jeditable/jquery.jeditable.js /opt/data_keeper/data_keeper/static/js/plugins/jeditable/jquery.jeditable.js
js/plugins/iCheck/icheck.min.js /opt/data_keeper/data_keeper/static/js/plugins/iCheck/icheck.min.js
js/plugins/touchspin/jquery.bootstrap-touchspin.min.js /opt/data_keeper/data_keeper/static/js/plugins/touchspin/jquery.bootstrap-touchspin.min.js
js/plugins/bootstrap-tagsinput/bootstrap-tagsinput.js /opt/data_keeper/data_keeper/static/js/plugins/bootstrap-tagsinput/bootstrap-tagsinput.js
js/plugins/chartist/chartist.min.js /opt/data_keeper/data_keeper/static/js/plugins/chartist/chartist.min.js
js/plugins/chartist/chartist.min.js.map /opt/data_keeper/data_keeper/static/js/plugins/chartist/chartist.min.js.map
js/plugins/bootstrapTour/bootstrap-tour.min.js /opt/data_keeper/data_keeper/static/js/plugins/bootstrapTour/bootstrap-tour.min.js
js/plugins/peity/jquery.peity.min.js /opt/data_keeper/data_keeper/static/js/plugins/peity/jquery.peity.min.js
js/plugins/d3/d3.min.js /opt/data_keeper/data_keeper/static/js/plugins/d3/d3.min.js
js/plugins/d3/LICENSE /opt/data_keeper/data_keeper/static/js/plugins/d3/LICENSE
js/plugins/dataTables/datatables.min.js /opt/data_keeper/data_keeper/static/js/plugins/dataTables/datatables.min.js
js/plugins/jsTree/jstree.min.js /opt/data_keeper/data_keeper/static/js/plugins/jsTree/jstree.min.js
js/plugins/summernote/summernote.min.js /opt/data_keeper/data_keeper/static/js/plugins/summernote/summernote.min.js
js/plugins/sparkline/jquery.sparkline.min.js /opt/data_keeper/data_keeper/static/js/plugins/sparkline/jquery.sparkline.min.js
js/plugins/jasny/jasny-bootstrap.min.js /opt/data_keeper/data_keeper/static/js/plugins/jasny/jasny-bootstrap.min.js
js/plugins/pdfjs/pdf.js /opt/data_keeper/data_keeper/static/js/plugins/pdfjs/pdf.js
js/plugins/pdfjs/pdf.worker.js /opt/data_keeper/data_keeper/static/js/plugins/pdfjs/pdf.worker.js
js/plugins/datamaps/datamaps.all.min.js /opt/data_keeper/data_keeper/static/js/plugins/datamaps/datamaps.all.min.js
js/plugins/dotdotdot/jquery.dotdotdot.min.js /opt/data_keeper/data_keeper/static/js/plugins/dotdotdot/jquery.dotdotdot.min.js
js/plugins/jsKnob/jquery.knob.js /opt/data_keeper/data_keeper/static/js/plugins/jsKnob/jquery.knob.js
js/plugins/codemirror/codemirror.js /opt/data_keeper/data_keeper/static/js/plugins/codemirror/codemirror.js
js/plugins/codemirror/mode/meta.js /opt/data_keeper/data_keeper/static/js/plugins/codemirror/mode/meta.js
js/plugins/codemirror/mode/index.html /opt/data_keeper/data_keeper/static/js/plugins/codemirror/mode/index.html
js/plugins/codemirror/mode/cobol/index.html /opt/data_keeper/data_keeper/static/js/plugins/codemirror/mode/cobol/index.html
js/plugins/codemirror/mode/cobol/cobol.js /opt/data_keeper/data_keeper/static/js/plugins/codemirror/mode/cobol/cobol.js
js/plugins/codemirror/mode/rst/rst.js /opt/data_keeper/data_keeper/static/js/plugins/codemirror/mode/rst/rst.js
js/plugins/codemirror/mode/rst/index.html /opt/data_keeper/data_keeper/static/js/plugins/codemirror/mode/rst/index.html
js/plugins/codemirror/mode/puppet/index.html /opt/data_keeper/data_keeper/static/js/plugins/codemirror/mode/puppet/index.html
js/plugins/codemirror/mode/puppet/puppet.js /opt/data_keeper/data_keeper/static/js/plugins/codemirror/mode/puppet/puppet.js
js/plugins/codemirror/mode/toml/index.html /opt/data_keeper/data_keeper/static/js/plugins/codemirror/mode/toml/index.html
js/plugins/codemirror/mode/toml/toml.js /opt/data_keeper/data_keeper/static/js/plugins/codemirror/mode/toml/toml.js
js/plugins/codemirror/mode/jinja2/index.html /opt/data_keeper/data_keeper/static/js/plugins/codemirror/mode/jinja2/index.html
js/plugins/codemirror/mode/jinja2/jinja2.js /opt/data_keeper/data_keeper/static/js/plugins/codemirror/mode/jinja2/jinja2.js
js/plugins/codemirror/mode/go/index.html /opt/data_keeper/data_keeper/static/js/plugins/codemirror/mode/go/index.html
js/plugins/codemirror/mode/go/go.js /opt/data_keeper/data_keeper/static/js/plugins/codemirror/mode/go/go.js
js/plugins/codemirror/mode/yaml/yaml.js /opt/data_keeper/data_keeper/static/js/plugins/codemirror/mode/yaml/yaml.js
js/plugins/codemirror/mode/yaml/index.html /opt/data_keeper/data_keeper/static/js/plugins/codemirror/mode/yaml/index.html
js/plugins/codemirror/mode/turtle/index.html /opt/data_keeper/data_keeper/static/js/plugins/codemirror/mode/turtle/index.html
js/plugins/codemirror/mode/turtle/turtle.js /opt/data_keeper/data_keeper/static/js/plugins/codemirror/mode/turtle/turtle.js
js/plugins/codemirror/mode/modelica/index.html /opt/data_keeper/data_keeper/static/js/plugins/codemirror/mode/modelica/index.html
js/plugins/codemirror/mode/modelica/modelica.js /opt/data_keeper/data_keeper/static/js/plugins/codemirror/mode/modelica/modelica.js
js/plugins/codemirror/mode/fortran/fortran.js /opt/data_keeper/data_keeper/static/js/plugins/codemirror/mode/fortran/fortran.js
js/plugins/codemirror/mode/fortran/index.html /opt/data_keeper/data_keeper/static/js/plugins/codemirror/mode/fortran/index.html
js/plugins/codemirror/mode/stex/stex.js /opt/data_keeper/data_keeper/static/js/plugins/codemirror/mode/stex/stex.js
js/plugins/codemirror/mode/stex/index.html /opt/data_keeper/data_keeper/static/js/plugins/codemirror/mode/stex/index.html
js/plugins/codemirror/mode/stex/test.js /opt/data_keeper/data_keeper/static/js/plugins/codemirror/mode/stex/test.js
js/plugins/codemirror/mode/ntriples/ntriples.js /opt/data_keeper/data_keeper/static/js/plugins/codemirror/mode/ntriples/ntriples.js
js/plugins/codemirror/mode/ntriples/index.html /opt/data_keeper/data_keeper/static/js/plugins/codemirror/mode/ntriples/index.html
js/plugins/codemirror/mode/tcl/index.html /opt/data_keeper/data_keeper/static/js/plugins/codemirror/mode/tcl/index.html
js/plugins/codemirror/mode/tcl/tcl.js /opt/data_keeper/data_keeper/static/js/plugins/codemirror/mode/tcl/tcl.js
js/plugins/codemirror/mode/octave/octave.js /opt/data_keeper/data_keeper/static/js/plugins/codemirror/mode/octave/octave.js
js/plugins/codemirror/mode/octave/index.html /opt/data_keeper/data_keeper/static/js/plugins/codemirror/mode/octave/index.html
js/plugins/codemirror/mode/erlang/erlang.js /opt/data_keeper/data_keeper/static/js/plugins/codemirror/mode/erlang/erlang.js
js/plugins/codemirror/mode/erlang/index.html /opt/data_keeper/data_keeper/static/js/plugins/codemirror/mode/erlang/index.html
js/plugins/codemirror/mode/textile/index.html /opt/data_keeper/data_keeper/static/js/plugins/codemirror/mode/textile/index.html
js/plugins/codemirror/mode/textile/textile.js /opt/data_keeper/data_keeper/static/js/plugins/codemirror/mode/textile/textile.js
js/plugins/codemirror/mode/textile/test.js /opt/data_keeper/data_keeper/static/js/plugins/codemirror/mode/textile/test.js
js/plugins/codemirror/mode/haskell/haskell.js /opt/data_keeper/data_keeper/static/js/plugins/codemirror/mode/haskell/haskell.js
js/plugins/codemirror/mode/haskell/index.html /opt/data_keeper/data_keeper/static/js/plugins/codemirror/mode/haskell/index.html
js/plugins/codemirror/mode/dylan/index.html /opt/data_keeper/data_keeper/static/js/plugins/codemirror/mode/dylan/index.html
js/plugins/codemirror/mode/dylan/dylan.js /opt/data_keeper/data_keeper/static/js/plugins/codemirror/mode/dylan/dylan.js
js/plugins/codemirror/mode/markdown/index.html /opt/data_keeper/data_keeper/static/js/plugins/codemirror/mode/markdown/index.html
js/plugins/codemirror/mode/markdown/markdown.js /opt/data_keeper/data_keeper/static/js/plugins/codemirror/mode/markdown/markdown.js
js/plugins/codemirror/mode/markdown/test.js /opt/data_keeper/data_keeper/static/js/plugins/codemirror/mode/markdown/test.js
js/plugins/codemirror/mode/rpm/index.html /opt/data_keeper/data_keeper/static/js/plugins/codemirror/mode/rpm/index.html
js/plugins/codemirror/mode/rpm/rpm.js /opt/data_keeper/data_keeper/static/js/plugins/codemirror/mode/rpm/rpm.js
js/plugins/codemirror/mode/rpm/changes/index.html /opt/data_keeper/data_keeper/static/js/plugins/codemirror/mode/rpm/changes/index.html
js/plugins/codemirror/mode/sql/index.html /opt/data_keeper/data_keeper/static/js/plugins/codemirror/mode/sql/index.html
js/plugins/codemirror/mode/sql/sql.js /opt/data_keeper/data_keeper/static/js/plugins/codemirror/mode/sql/sql.js
js/plugins/codemirror/mode/rust/rust.js /opt/data_keeper/data_keeper/static/js/plugins/codemirror/mode/rust/rust.js
js/plugins/codemirror/mode/rust/index.html /opt/data_keeper/data_keeper/static/js/plugins/codemirror/mode/rust/index.html
js/plugins/codemirror/mode/nginx/index.html /opt/data_keeper/data_keeper/static/js/plugins/codemirror/mode/nginx/index.html
js/plugins/codemirror/mode/nginx/nginx.js /opt/data_keeper/data_keeper/static/js/plugins/codemirror/mode/nginx/nginx.js
js/plugins/codemirror/mode/django/index.html /opt/data_keeper/data_keeper/static/js/plugins/codemirror/mode/django/index.html
js/plugins/codemirror/mode/django/django.js /opt/data_keeper/data_keeper/static/js/plugins/codemirror/mode/django/django.js
js/plugins/codemirror/mode/cypher/index.html /opt/data_keeper/data_keeper/static/js/plugins/codemirror/mode/cypher/index.html
js/plugins/codemirror/mode/cypher/cypher.js /opt/data_keeper/data_keeper/static/js/plugins/codemirror/mode/cypher/cypher.js
js/plugins/codemirror/mode/pascal/index.html /opt/data_keeper/data_keeper/static/js/plugins/codemirror/mode/pascal/index.html
js/plugins/codemirror/mode/pascal/pascal.js /opt/data_keeper/data_keeper/static/js/plugins/codemirror/mode/pascal/pascal.js
js/plugins/codemirror/mode/shell/index.html /opt/data_keeper/data_keeper/static/js/plugins/codemirror/mode/shell/index.html
js/plugins/codemirror/mode/shell/test.js /opt/data_keeper/data_keeper/static/js/plugins/codemirror/mode/shell/test.js
js/plugins/codemirror/mode/shell/shell.js /opt/data_keeper/data_keeper/static/js/plugins/codemirror/mode/shell/shell.js
js/plugins/codemirror/mode/asterisk/asterisk.js /opt/data_keeper/data_keeper/static/js/plugins/codemirror/mode/asterisk/asterisk.js
js/plugins/codemirror/mode/asterisk/index.html /opt/data_keeper/data_keeper/static/js/plugins/codemirror/mode/asterisk/index.html
js/plugins/codemirror/mode/slim/slim.js /opt/data_keeper/data_keeper/static/js/plugins/codemirror/mode/slim/slim.js
js/plugins/codemirror/mode/slim/index.html /opt/data_keeper/data_keeper/static/js/plugins/codemirror/mode/slim/index.html
js/plugins/codemirror/mode/slim/test.js /opt/data_keeper/data_keeper/static/js/plugins/codemirror/mode/slim/test.js
js/plugins/codemirror/mode/coffeescript/coffeescript.js /opt/data_keeper/data_keeper/static/js/plugins/codemirror/mode/coffeescript/coffeescript.js
js/plugins/codemirror/mode/coffeescript/index.html /opt/data_keeper/data_keeper/static/js/plugins/codemirror/mode/coffeescript/index.html
js/plugins/codemirror/mode/haxe/haxe.js /opt/data_keeper/data_keeper/static/js/plugins/codemirror/mode/haxe/haxe.js
js/plugins/codemirror/mode/haxe/index.html /opt/data_keeper/data_keeper/static/js/plugins/codemirror/mode/haxe/index.html
js/plugins/codemirror/mode/tiddlywiki/tiddlywiki.js /opt/data_keeper/data_keeper/static/js/plugins/codemirror/mode/tiddlywiki/tiddlywiki.js
js/plugins/codemirror/mode/tiddlywiki/index.html /opt/data_keeper/data_keeper/static/js/plugins/codemirror/mode/tiddlywiki/index.html
js/plugins/codemirror/mode/tiddlywiki/tiddlywiki.css /opt/data_keeper/data_keeper/static/js/plugins/codemirror/mode/tiddlywiki/tiddlywiki.css
js/plugins/codemirror/mode/gfm/index.html /opt/data_keeper/data_keeper/static/js/plugins/codemirror/mode/gfm/index.html
js/plugins/codemirror/mode/gfm/gfm.js /opt/data_keeper/data_keeper/static/js/plugins/codemirror/mode/gfm/gfm.js
js/plugins/codemirror/mode/gfm/test.js /opt/data_keeper/data_keeper/static/js/plugins/codemirror/mode/gfm/test.js
js/plugins/codemirror/mode/perl/perl.js /opt/data_keeper/data_keeper/static/js/plugins/codemirror/mode/perl/perl.js
js/plugins/codemirror/mode/perl/index.html /opt/data_keeper/data_keeper/static/js/plugins/codemirror/mode/perl/index.html
js/plugins/codemirror/mode/mirc/mirc.js /opt/data_keeper/data_keeper/static/js/plugins/codemirror/mode/mirc/mirc.js
js/plugins/codemirror/mode/mirc/index.html /opt/data_keeper/data_keeper/static/js/plugins/codemirror/mode/mirc/index.html
js/plugins/codemirror/mode/tornado/tornado.js /opt/data_keeper/data_keeper/static/js/plugins/codemirror/mode/tornado/tornado.js
js/plugins/codemirror/mode/tornado/index.html /opt/data_keeper/data_keeper/static/js/plugins/codemirror/mode/tornado/index.html
js/plugins/codemirror/mode/vbscript/vbscript.js /opt/data_keeper/data_keeper/static/js/plugins/codemirror/mode/vbscript/vbscript.js
js/plugins/codemirror/mode/vbscript/index.html /opt/data_keeper/data_keeper/static/js/plugins/codemirror/mode/vbscript/index.html
js/plugins/codemirror/mode/sieve/index.html /opt/data_keeper/data_keeper/static/js/plugins/codemirror/mode/sieve/index.html
js/plugins/codemirror/mode/sieve/sieve.js /opt/data_keeper/data_keeper/static/js/plugins/codemirror/mode/sieve/sieve.js
js/plugins/codemirror/mode/d/d.js /opt/data_keeper/data_keeper/static/js/plugins/codemirror/mode/d/d.js
js/plugins/codemirror/mode/d/index.html /opt/data_keeper/data_keeper/static/js/plugins/codemirror/mode/d/index.html
js/plugins/codemirror/mode/xml/index.html /opt/data_keeper/data_keeper/static/js/plugins/codemirror/mode/xml/index.html
js/plugins/codemirror/mode/xml/xml.js /opt/data_keeper/data_keeper/static/js/plugins/codemirror/mode/xml/xml.js
js/plugins/codemirror/mode/xml/test.js /opt/data_keeper/data_keeper/static/js/plugins/codemirror/mode/xml/test.js
js/plugins/codemirror/mode/scheme/index.html /opt/data_keeper/data_keeper/static/js/plugins/codemirror/mode/scheme/index.html
js/plugins/codemirror/mode/scheme/scheme.js /opt/data_keeper/data_keeper/static/js/plugins/codemirror/mode/scheme/scheme.js
js/plugins/codemirror/mode/ecl/index.html /opt/data_keeper/data_keeper/static/js/plugins/codemirror/mode/ecl/index.html
js/plugins/codemirror/mode/ecl/ecl.js /opt/data_keeper/data_keeper/static/js/plugins/codemirror/mode/ecl/ecl.js
js/plugins/codemirror/mode/css/less_test.js /opt/data_keeper/data_keeper/static/js/plugins/codemirror/mode/css/less_test.js
js/plugins/codemirror/mode/css/scss_test.js /opt/data_keeper/data_keeper/static/js/plugins/codemirror/mode/css/scss_test.js
js/plugins/codemirror/mode/css/scss.html /opt/data_keeper/data_keeper/static/js/plugins/codemirror/mode/css/scss.html
js/plugins/codemirror/mode/css/index.html /opt/data_keeper/data_keeper/static/js/plugins/codemirror/mode/css/index.html
js/plugins/codemirror/mode/css/css.js /opt/data_keeper/data_keeper/static/js/plugins/codemirror/mode/css/css.js
js/plugins/codemirror/mode/css/less.html /opt/data_keeper/data_keeper/static/js/plugins/codemirror/mode/css/less.html
js/plugins/codemirror/mode/css/test.js /opt/data_keeper/data_keeper/static/js/plugins/codemirror/mode/css/test.js
js/plugins/codemirror/mode/commonlisp/index.html /opt/data_keeper/data_keeper/static/js/plugins/codemirror/mode/commonlisp/index.html
js/plugins/codemirror/mode/commonlisp/commonlisp.js /opt/data_keeper/data_keeper/static/js/plugins/codemirror/mode/commonlisp/commonlisp.js
js/plugins/codemirror/mode/ruby/ruby.js /opt/data_keeper/data_keeper/static/js/plugins/codemirror/mode/ruby/ruby.js
js/plugins/codemirror/mode/ruby/index.html /opt/data_keeper/data_keeper/static/js/plugins/codemirror/mode/ruby/index.html
js/plugins/codemirror/mode/ruby/test.js /opt/data_keeper/data_keeper/static/js/plugins/codemirror/mode/ruby/test.js
js/plugins/codemirror/mode/http/index.html /opt/data_keeper/data_keeper/static/js/plugins/codemirror/mode/http/index.html
js/plugins/codemirror/mode/http/http.js /opt/data_keeper/data_keeper/static/js/plugins/codemirror/mode/http/http.js
js/plugins/codemirror/mode/kotlin/index.html /opt/data_keeper/data_keeper/static/js/plugins/codemirror/mode/kotlin/index.html
js/plugins/codemirror/mode/kotlin/kotlin.js /opt/data_keeper/data_keeper/static/js/plugins/codemirror/mode/kotlin/kotlin.js
js/plugins/codemirror/mode/htmlmixed/index.html /opt/data_keeper/data_keeper/static/js/plugins/codemirror/mode/htmlmixed/index.html
js/plugins/codemirror/mode/htmlmixed/htmlmixed.js /opt/data_keeper/data_keeper/static/js/plugins/codemirror/mode/htmlmixed/htmlmixed.js
js/plugins/codemirror/mode/dtd/index.html /opt/data_keeper/data_keeper/static/js/plugins/codemirror/mode/dtd/index.html
js/plugins/codemirror/mode/dtd/dtd.js /opt/data_keeper/data_keeper/static/js/plugins/codemirror/mode/dtd/dtd.js
js/plugins/codemirror/mode/htmlembedded/index.html /opt/data_keeper/data_keeper/static/js/plugins/codemirror/mode/htmlembedded/index.html
js/plugins/codemirror/mode/htmlembedded/htmlembedded.js /opt/data_keeper/data_keeper/static/js/plugins/codemirror/mode/htmlembedded/htmlembedded.js
js/plugins/codemirror/mode/mllike/index.html /opt/data_keeper/data_keeper/static/js/plugins/codemirror/mode/mllike/index.html
js/plugins/codemirror/mode/mllike/mllike.js /opt/data_keeper/data_keeper/static/js/plugins/codemirror/mode/mllike/mllike.js
js/plugins/codemirror/mode/javascript/index.html /opt/data_keeper/data_keeper/static/js/plugins/codemirror/mode/javascript/index.html
js/plugins/codemirror/mode/javascript/typescript.html /opt/data_keeper/data_keeper/static/js/plugins/codemirror/mode/javascript/typescript.html
js/plugins/codemirror/mode/javascript/test.js /opt/data_keeper/data_keeper/static/js/plugins/codemirror/mode/javascript/test.js
js/plugins/codemirror/mode/javascript/json-ld.html /opt/data_keeper/data_keeper/static/js/plugins/codemirror/mode/javascript/json-ld.html
js/plugins/codemirror/mode/javascript/javascript.js /opt/data_keeper/data_keeper/static/js/plugins/codemirror/mode/javascript/javascript.js
js/plugins/codemirror/mode/clojure/index.html /opt/data_keeper/data_keeper/static/js/plugins/codemirror/mode/clojure/index.html
js/plugins/codemirror/mode/clojure/clojure.js /opt/data_keeper/data_keeper/static/js/plugins/codemirror/mode/clojure/clojure.js
js/plugins/codemirror/mode/jade/index.html /opt/data_keeper/data_keeper/static/js/plugins/codemirror/mode/jade/index.html
js/plugins/codemirror/mode/jade/jade.js /opt/data_keeper/data_keeper/static/js/plugins/codemirror/mode/jade/jade.js
js/plugins/codemirror/mode/pegjs/pegjs.js /opt/data_keeper/data_keeper/static/js/plugins/codemirror/mode/pegjs/pegjs.js
js/plugins/codemirror/mode/pegjs/index.html /opt/data_keeper/data_keeper/static/js/plugins/codemirror/mode/pegjs/index.html
js/plugins/codemirror/mode/clike/index.html /opt/data_keeper/data_keeper/static/js/plugins/codemirror/mode/clike/index.html
js/plugins/codemirror/mode/clike/scala.html /opt/data_keeper/data_keeper/static/js/plugins/codemirror/mode/clike/scala.html
js/plugins/codemirror/mode/clike/clike.js /opt/data_keeper/data_keeper/static/js/plugins/codemirror/mode/clike/clike.js
js/plugins/codemirror/mode/verilog/verilog.js /opt/data_keeper/data_keeper/static/js/plugins/codemirror/mode/verilog/verilog.js
js/plugins/codemirror/mode/verilog/index.html /opt/data_keeper/data_keeper/static/js/plugins/codemirror/mode/verilog/index.html
js/plugins/codemirror/mode/verilog/test.js /opt/data_keeper/data_keeper/static/js/plugins/codemirror/mode/verilog/test.js
js/plugins/codemirror/mode/xquery/index.html /opt/data_keeper/data_keeper/static/js/plugins/codemirror/mode/xquery/index.html
js/plugins/codemirror/mode/xquery/xquery.js /opt/data_keeper/data_keeper/static/js/plugins/codemirror/mode/xquery/xquery.js
js/plugins/codemirror/mode/xquery/test.js /opt/data_keeper/data_keeper/static/js/plugins/codemirror/mode/xquery/test.js
js/plugins/codemirror/mode/apl/apl.js /opt/data_keeper/data_keeper/static/js/plugins/codemirror/mode/apl/apl.js
js/plugins/codemirror/mode/apl/index.html /opt/data_keeper/data_keeper/static/js/plugins/codemirror/mode/apl/index.html
js/plugins/codemirror/mode/python/index.html /opt/data_keeper/data_keeper/static/js/plugins/codemirror/mode/python/index.html
js/plugins/codemirror/mode/python/python.js /opt/data_keeper/data_keeper/static/js/plugins/codemirror/mode/python/python.js
js/plugins/codemirror/mode/lua/index.html /opt/data_keeper/data_keeper/static/js/plugins/codemirror/mode/lua/index.html
js/plugins/codemirror/mode/lua/lua.js /opt/data_keeper/data_keeper/static/js/plugins/codemirror/mode/lua/lua.js
js/plugins/codemirror/mode/gherkin/index.html /opt/data_keeper/data_keeper/static/js/plugins/codemirror/mode/gherkin/index.html
js/plugins/codemirror/mode/gherkin/gherkin.js /opt/data_keeper/data_keeper/static/js/plugins/codemirror/mode/gherkin/gherkin.js
js/plugins/codemirror/mode/php/index.html /opt/data_keeper/data_keeper/static/js/plugins/codemirror/mode/php/index.html
js/plugins/codemirror/mode/php/php.js /opt/data_keeper/data_keeper/static/js/plugins/codemirror/mode/php/php.js
js/plugins/codemirror/mode/php/test.js /opt/data_keeper/data_keeper/static/js/plugins/codemirror/mode/php/test.js
js/plugins/codemirror/mode/properties/properties.js /opt/data_keeper/data_keeper/static/js/plugins/codemirror/mode/properties/properties.js
js/plugins/codemirror/mode/properties/index.html /opt/data_keeper/data_keeper/static/js/plugins/codemirror/mode/properties/index.html
js/plugins/codemirror/mode/tiki/tiki.css /opt/data_keeper/data_keeper/static/js/plugins/codemirror/mode/tiki/tiki.css
js/plugins/codemirror/mode/tiki/index.html /opt/data_keeper/data_keeper/static/js/plugins/codemirror/mode/tiki/index.html
js/plugins/codemirror/mode/tiki/tiki.js /opt/data_keeper/data_keeper/static/js/plugins/codemirror/mode/tiki/tiki.js
js/plugins/codemirror/mode/pig/index.html /opt/data_keeper/data_keeper/static/js/plugins/codemirror/mode/pig/index.html
js/plugins/codemirror/mode/pig/pig.js /opt/data_keeper/data_keeper/static/js/plugins/codemirror/mode/pig/pig.js
js/plugins/codemirror/mode/q/index.html /opt/data_keeper/data_keeper/static/js/plugins/codemirror/mode/q/index.html
js/plugins/codemirror/mode/q/q.js /opt/data_keeper/data_keeper/static/js/plugins/codemirror/mode/q/q.js
js/plugins/codemirror/mode/vb/index.html /opt/data_keeper/data_keeper/static/js/plugins/codemirror/mode/vb/index.html
js/plugins/codemirror/mode/vb/vb.js /opt/data_keeper/data_keeper/static/js/plugins/codemirror/mode/vb/vb.js
js/plugins/codemirror/mode/velocity/velocity.js /opt/data_keeper/data_keeper/static/js/plugins/codemirror/mode/velocity/velocity.js
js/plugins/codemirror/mode/velocity/index.html /opt/data_keeper/data_keeper/static/js/plugins/codemirror/mode/velocity/index.html
js/plugins/codemirror/mode/haml/index.html /opt/data_keeper/data_keeper/static/js/plugins/codemirror/mode/haml/index.html
js/plugins/codemirror/mode/haml/haml.js /opt/data_keeper/data_keeper/static/js/plugins/codemirror/mode/haml/haml.js
js/plugins/codemirror/mode/haml/test.js /opt/data_keeper/data_keeper/static/js/plugins/codemirror/mode/haml/test.js
js/plugins/codemirror/mode/sass/sass.js /opt/data_keeper/data_keeper/static/js/plugins/codemirror/mode/sass/sass.js
js/plugins/codemirror/mode/sass/index.html /opt/data_keeper/data_keeper/static/js/plugins/codemirror/mode/sass/index.html
js/plugins/codemirror/mode/smarty/smarty.js /opt/data_keeper/data_keeper/static/js/plugins/codemirror/mode/smarty/smarty.js
js/plugins/codemirror/mode/smarty/index.html /opt/data_keeper/data_keeper/static/js/plugins/codemirror/mode/smarty/index.html
js/plugins/codemirror/mode/z80/index.html /opt/data_keeper/data_keeper/static/js/plugins/codemirror/mode/z80/index.html
js/plugins/codemirror/mode/z80/z80.js /opt/data_keeper/data_keeper/static/js/plugins/codemirror/mode/z80/z80.js
js/plugins/codemirror/mode/livescript/livescript.js /opt/data_keeper/data_keeper/static/js/plugins/codemirror/mode/livescript/livescript.js
js/plugins/codemirror/mode/livescript/index.html /opt/data_keeper/data_keeper/static/js/plugins/codemirror/mode/livescript/index.html
js/plugins/codemirror/mode/eiffel/eiffel.js /opt/data_keeper/data_keeper/static/js/plugins/codemirror/mode/eiffel/eiffel.js
js/plugins/codemirror/mode/eiffel/index.html /opt/data_keeper/data_keeper/static/js/plugins/codemirror/mode/eiffel/index.html
js/plugins/codemirror/mode/solr/solr.js /opt/data_keeper/data_keeper/static/js/plugins/codemirror/mode/solr/solr.js
js/plugins/codemirror/mode/solr/index.html /opt/data_keeper/data_keeper/static/js/plugins/codemirror/mode/solr/index.html
js/plugins/codemirror/mode/diff/index.html /opt/data_keeper/data_keeper/static/js/plugins/codemirror/mode/diff/index.html
js/plugins/codemirror/mode/diff/diff.js /opt/data_keeper/data_keeper/static/js/plugins/codemirror/mode/diff/diff.js
js/plugins/codemirror/mode/smartymixed/smartymixed.js /opt/data_keeper/data_keeper/static/js/plugins/codemirror/mode/smartymixed/smartymixed.js
js/plugins/codemirror/mode/smartymixed/index.html /opt/data_keeper/data_keeper/static/js/plugins/codemirror/mode/smartymixed/index.html
js/plugins/codemirror/mode/smalltalk/smalltalk.js /opt/data_keeper/data_keeper/static/js/plugins/codemirror/mode/smalltalk/smalltalk.js
js/plugins/codemirror/mode/smalltalk/index.html /opt/data_keeper/data_keeper/static/js/plugins/codemirror/mode/smalltalk/index.html
js/plugins/codemirror/mode/groovy/index.html /opt/data_keeper/data_keeper/static/js/plugins/codemirror/mode/groovy/index.html
js/plugins/codemirror/mode/groovy/groovy.js /opt/data_keeper/data_keeper/static/js/plugins/codemirror/mode/groovy/groovy.js
js/plugins/codemirror/mode/r/index.html /opt/data_keeper/data_keeper/static/js/plugins/codemirror/mode/r/index.html
js/plugins/codemirror/mode/r/r.js /opt/data_keeper/data_keeper/static/js/plugins/codemirror/mode/r/r.js
js/plugins/codemirror/mode/sparql/index.html /opt/data_keeper/data_keeper/static/js/plugins/codemirror/mode/sparql/index.html
js/plugins/codemirror/mode/sparql/sparql.js /opt/data_keeper/data_keeper/static/js/plugins/codemirror/mode/sparql/sparql.js
js/plugins/codemirror/mode/julia/index.html /opt/data_keeper/data_keeper/static/js/plugins/codemirror/mode/julia/index.html
js/plugins/codemirror/mode/julia/julia.js /opt/data_keeper/data_keeper/static/js/plugins/codemirror/mode/julia/julia.js
js/plugins/codemirror/mode/gas/gas.js /opt/data_keeper/data_keeper/static/js/plugins/codemirror/mode/gas/gas.js
js/plugins/codemirror/mode/gas/index.html /opt/data_keeper/data_keeper/static/js/plugins/codemirror/mode/gas/index.html
js/plugins/gritter/jquery.gritter.min.js /opt/data_keeper/data_keeper/static/js/plugins/gritter/jquery.gritter.min.js
js/plugins/gritter/jquery.gritter.css /opt/data_keeper/data_keeper/static/js/plugins/gritter/jquery.gritter.css
js/plugins/gritter/images/gritter-long.png /opt/data_keeper/data_keeper/static/js/plugins/gritter/images/gritter-long.png
js/plugins/gritter/images/gritter.png /opt/data_keeper/data_keeper/static/js/plugins/gritter/images/gritter.png
js/plugins/gritter/images/ie-spacer.gif /opt/data_keeper/data_keeper/static/js/plugins/gritter/images/ie-spacer.gif
js/plugins/gritter/images/gritter-light.png /opt/data_keeper/data_keeper/static/js/plugins/gritter/images/gritter-light.png
js/plugins/justified-gallery/jquery.justifiedgallery.min.js /opt/data_keeper/data_keeper/static/js/plugins/justified-gallery/jquery.justifiedgallery.min.js
js/plugins/justified-gallery/jquery.justifiedgallery.js /opt/data_keeper/data_keeper/static/js/plugins/justified-gallery/jquery.justifiedgallery.js
js/plugins/justified-gallery/README.md /opt/data_keeper/data_keeper/static/js/plugins/justified-gallery/README.md
js/plugins/justified-gallery/loading.gif /opt/data_keeper/data_keeper/static/js/plugins/justified-gallery/loading.gif
js/plugins/justified-gallery/jquery.justifiedgallery.min.css /opt/data_keeper/data_keeper/static/js/plugins/justified-gallery/jquery.justifiedgallery.min.css
js/plugins/justified-gallery/jquery.justifiedgallery.css /opt/data_keeper/data_keeper/static/js/plugins/justified-gallery/jquery.justifiedgallery.css
js/plugins/diff_match_patch/COPYING /opt/data_keeper/data_keeper/static/js/plugins/diff_match_patch/COPYING
js/plugins/diff_match_patch/README.txt /opt/data_keeper/data_keeper/static/js/plugins/diff_match_patch/README.txt
js/plugins/diff_match_patch/javascript/diff_match_patch.js /opt/data_keeper/data_keeper/static/js/plugins/diff_match_patch/javascript/diff_match_patch.js
js/plugins/pwstrength/pwstrength-bootstrap.min.js /opt/data_keeper/data_keeper/static/js/plugins/pwstrength/pwstrength-bootstrap.min.js
js/plugins/pwstrength/zxcvbn.js /opt/data_keeper/data_keeper/static/js/plugins/pwstrength/zxcvbn.js
js/plugins/slick/slick.min.js /opt/data_keeper/data_keeper/static/js/plugins/slick/slick.min.js
js/plugins/daterangepicker/daterangepicker.js /opt/data_keeper/data_keeper/static/js/plugins/daterangepicker/daterangepicker.js
js/plugins/nouslider/jquery.nouislider.min.js /opt/data_keeper/data_keeper/static/js/plugins/nouslider/jquery.nouislider.min.js
js/plugins/fullcalendar/fullcalendar.min.js /opt/data_keeper/data_keeper/static/js/plugins/fullcalendar/fullcalendar.min.js
js/plugins/fullcalendar/moment.min.js /opt/data_keeper/data_keeper/static/js/plugins/fullcalendar/moment.min.js
js/plugins/i18next/i18next.min.js /opt/data_keeper/data_keeper/static/js/plugins/i18next/i18next.min.js
js/plugins/preetyTextDiff/jquery.pretty-text-diff.min.js /opt/data_keeper/data_keeper/static/js/plugins/preetyTextDiff/jquery.pretty-text-diff.min.js
js/plugins/wow/wow.min.js /opt/data_keeper/data_keeper/static/js/plugins/wow/wow.min.js
js/plugins/pace/pace.min.js /opt/data_keeper/data_keeper/static/js/plugins/pace/pace.min.js
js/plugins/datapicker/bootstrap-datepicker.js /opt/data_keeper/data_keeper/static/js/plugins/datapicker/bootstrap-datepicker.js
js/plugins/ionRangeSlider/ion.rangeSlider.min.js /opt/data_keeper/data_keeper/static/js/plugins/ionRangeSlider/ion.rangeSlider.min.js
js/plugins/chosen/chosen.jquery.js /opt/data_keeper/data_keeper/static/js/plugins/chosen/chosen.jquery.js
js/plugins/c3/c3.min.js /opt/data_keeper/data_keeper/static/js/plugins/c3/c3.min.js
js/plugins/clipboard/clipboard.min.js /opt/data_keeper/data_keeper/static/js/plugins/clipboard/clipboard.min.js
js/plugins/jquery-ui/jquery-ui.min.css /opt/data_keeper/data_keeper/static/js/plugins/jquery-ui/jquery-ui.min.css
js/plugins/jquery-ui/LICENSE.txt /opt/data_keeper/data_keeper/static/js/plugins/jquery-ui/LICENSE.txt
js/plugins/jquery-ui/jquery-ui.min.js /opt/data_keeper/data_keeper/static/js/plugins/jquery-ui/jquery-ui.min.js
js/plugins/jquery-ui/images/ui-icons_777620_256x240.png /opt/data_keeper/data_keeper/static/js/plugins/jquery-ui/images/ui-icons_777620_256x240.png
js/plugins/jquery-ui/images/ui-icons_cc0000_256x240.png /opt/data_keeper/data_keeper/static/js/plugins/jquery-ui/images/ui-icons_cc0000_256x240.png
js/plugins/jquery-ui/images/ui-icons_777777_256x240.png /opt/data_keeper/data_keeper/static/js/plugins/jquery-ui/images/ui-icons_777777_256x240.png
js/plugins/jquery-ui/images/ui-icons_ffffff_256x240.png /opt/data_keeper/data_keeper/static/js/plugins/jquery-ui/images/ui-icons_ffffff_256x240.png
js/plugins/jquery-ui/images/ui-icons_555555_256x240.png /opt/data_keeper/data_keeper/static/js/plugins/jquery-ui/images/ui-icons_555555_256x240.png
js/plugins/jquery-ui/images/ui-icons_444444_256x240.png /opt/data_keeper/data_keeper/static/js/plugins/jquery-ui/images/ui-icons_444444_256x240.png
js/plugins/masonary/masonry.pkgd.min.js /opt/data_keeper/data_keeper/static/js/plugins/masonary/masonry.pkgd.min.js
js/plugins/cropper/cropper.min.js /opt/data_keeper/data_keeper/static/js/plugins/cropper/cropper.min.js
js/plugins/blueimp/jquery.blueimp-gallery.min.js /opt/data_keeper/data_keeper/static/js/plugins/blueimp/jquery.blueimp-gallery.min.js
js/plugins/morris/raphael-2.1.0.min.js /opt/data_keeper/data_keeper/static/js/plugins/morris/raphael-2.1.0.min.js
js/plugins/morris/morris.js /opt/data_keeper/data_keeper/static/js/plugins/morris/morris.js
js/plugins/footable/footable.all.min.js /opt/data_keeper/data_keeper/static/js/plugins/footable/footable.all.min.js
js/plugins/idle-timer/idle-timer.min.js /opt/data_keeper/data_keeper/static/js/plugins/idle-timer/idle-timer.min.js
js/plugins/select2/select2.full.min.js /opt/data_keeper/data_keeper/static/js/plugins/select2/select2.full.min.js
js/plugins/nestable/jquery.nestable.js /opt/data_keeper/data_keeper/static/js/plugins/nestable/jquery.nestable.js
js/plugins/ladda/spin.min.js /opt/data_keeper/data_keeper/static/js/plugins/ladda/spin.min.js
js/plugins/ladda/ladda.jquery.min.js /opt/data_keeper/data_keeper/static/js/plugins/ladda/ladda.jquery.min.js
js/plugins/ladda/ladda.min.js /opt/data_keeper/data_keeper/static/js/plugins/ladda/ladda.min.js
js/plugins/switchery/switchery.js /opt/data_keeper/data_keeper/static/js/plugins/switchery/switchery.js
js/plugins/typehead/bootstrap3-typeahead.min.js /opt/data_keeper/data_keeper/static/js/plugins/typehead/bootstrap3-typeahead.min.js
js/plugins/touchpunch/jquery.ui.touch-punch.min.js /opt/data_keeper/data_keeper/static/js/plugins/touchpunch/jquery.ui.touch-punch.min.js
js/plugins/rickshaw/rickshaw.min.js /opt/data_keeper/data_keeper/static/js/plugins/rickshaw/rickshaw.min.js
js/plugins/rickshaw/vendor/d3.v3.js /opt/data_keeper/data_keeper/static/js/plugins/rickshaw/vendor/d3.v3.js
js/plugins/chartJs/Chart.min.js /opt/data_keeper/data_keeper/static/js/plugins/chartJs/Chart.min.js
js/plugins/clockpicker/clockpicker.js /opt/data_keeper/data_keeper/static/js/plugins/clockpicker/clockpicker.js
js/plugins/video/responsible-video.js /opt/data_keeper/data_keeper/static/js/plugins/video/responsible-video.js
js/plugins/sweetalert/sweetalert.min.js /opt/data_keeper/data_keeper/static/js/plugins/sweetalert/sweetalert.min.js
js/plugins/dropzone/dropzone.js /opt/data_keeper/data_keeper/static/js/plugins/dropzone/dropzone.js
js/plugins/tinycon/tinycon.min.js /opt/data_keeper/data_keeper/static/js/plugins/tinycon/tinycon.min.js
js/plugins/metisMenu/jquery.metisMenu.js /opt/data_keeper/data_keeper/static/js/plugins/metisMenu/jquery.metisMenu.js
js/plugins/bootstrap-markdown/markdown.js /opt/data_keeper/data_keeper/static/js/plugins/bootstrap-markdown/markdown.js
js/plugins/bootstrap-markdown/bootstrap-markdown.js /opt/data_keeper/data_keeper/static/js/plugins/bootstrap-markdown/bootstrap-markdown.js
js/plugins/steps/jquery.steps.min.js /opt/data_keeper/data_keeper/static/js/plugins/steps/jquery.steps.min.js
js/plugins/topojson/LICENSE /opt/data_keeper/data_keeper/static/js/plugins/topojson/LICENSE
js/plugins/topojson/topojson.js /opt/data_keeper/data_keeper/static/js/plugins/topojson/topojson.js
js/src/jquery.table2excel.js /opt/data_keeper/data_keeper/static/js/src/jquery.table2excel.js
js/src/stats.js /opt/data_keeper/data_keeper/static/js/src/stats.js
js/api/typehead_collection.json /opt/data_keeper/data_keeper/static/js/api/typehead_collection.json
images/white.png /opt/data_keeper/data_keeper/static/images/white.png
images/confluence.png /opt/data_keeper/data_keeper/static/images/confluence.png
images/all_models.png /opt/data_keeper/data_keeper/static/images/all_models.png
images/real_flow_models.png /opt/data_keeper/data_keeper/static/images/real_flow_models.png
images/favicons/favicon.ico /opt/data_keeper/data_keeper/static/images/favicons/favicon.ico
videos/validation.mp4 /opt/data_keeper/data_keeper/static/videos/validation.mp4
videos/Filter_and_create_dataset.mp4 /opt/data_keeper/data_keeper/static/videos/Filter_and_create_dataset.mp4
videos/landmarks_generation_jenkins.mp4 /opt/data_keeper/data_keeper/static/videos/landmarks_generation_jenkins.mp4
videos/Pipeline Configs - Overview.mp4 /opt/data_keeper/data_keeper/static/videos/Pipeline Configs - Overview.mp4
css/bootstrap.min.css /opt/data_keeper/data_keeper/static/css/bootstrap.min.css
css/bootstrap.css.map /opt/data_keeper/data_keeper/static/css/bootstrap.css.map
css/project.css /opt/data_keeper/data_keeper/static/css/project.css
css/bootstrap.css /opt/data_keeper/data_keeper/static/css/bootstrap.css
css/style.css /opt/data_keeper/data_keeper/static/css/style.css
css/bootstrap.min.css.map /opt/data_keeper/data_keeper/static/css/bootstrap.min.css.map
css/animate.css /opt/data_keeper/data_keeper/static/css/animate.css
css/image-loupe.css /opt/data_keeper/data_keeper/static/css/image-loupe.css
css/plugins/colorpicker/bootstrap-colorpicker.min.css /opt/data_keeper/data_keeper/static/css/plugins/colorpicker/bootstrap-colorpicker.min.css
css/plugins/dualListbox/bootstrap-duallistbox.min.css /opt/data_keeper/data_keeper/static/css/plugins/dualListbox/bootstrap-duallistbox.min.css
css/plugins/toastr/toastr.min.css /opt/data_keeper/data_keeper/static/css/plugins/toastr/toastr.min.css
css/plugins/iCheck/green.png /opt/data_keeper/data_keeper/static/css/plugins/iCheck/green.png
css/plugins/iCheck/green@2x.png /opt/data_keeper/data_keeper/static/css/plugins/iCheck/green@2x.png
css/plugins/iCheck/custom.css /opt/data_keeper/data_keeper/static/css/plugins/iCheck/custom.css
css/plugins/touchspin/jquery.bootstrap-touchspin.min.css /opt/data_keeper/data_keeper/static/css/plugins/touchspin/jquery.bootstrap-touchspin.min.css
css/plugins/bootstrap-tagsinput/bootstrap-tagsinput.css /opt/data_keeper/data_keeper/static/css/plugins/bootstrap-tagsinput/bootstrap-tagsinput.css
css/plugins/jQueryUI/jquery-ui-1.10.4.custom.min.css /opt/data_keeper/data_keeper/static/css/plugins/jQueryUI/jquery-ui-1.10.4.custom.min.css
css/plugins/jQueryUI/jquery-ui.css /opt/data_keeper/data_keeper/static/css/plugins/jQueryUI/jquery-ui.css
css/plugins/jQueryUI/images/ui-bg_glass_65_ffffff_1x400.png /opt/data_keeper/data_keeper/static/css/plugins/jQueryUI/images/ui-bg_glass_65_ffffff_1x400.png
css/plugins/jQueryUI/images/ui-icons_cd0a0a_256x240.png /opt/data_keeper/data_keeper/static/css/plugins/jQueryUI/images/ui-icons_cd0a0a_256x240.png
css/plugins/jQueryUI/images/ui-icons_2e83ff_256x240.png /opt/data_keeper/data_keeper/static/css/plugins/jQueryUI/images/ui-icons_2e83ff_256x240.png
css/plugins/jQueryUI/images/ui-bg_glass_95_fef1ec_1x400.png /opt/data_keeper/data_keeper/static/css/plugins/jQueryUI/images/ui-bg_glass_95_fef1ec_1x400.png
css/plugins/jQueryUI/images/ui-bg_glass_75_e6e6e6_1x400.png /opt/data_keeper/data_keeper/static/css/plugins/jQueryUI/images/ui-bg_glass_75_e6e6e6_1x400.png
css/plugins/jQueryUI/images/ui-icons_222222_256x240.png /opt/data_keeper/data_keeper/static/css/plugins/jQueryUI/images/ui-icons_222222_256x240.png
css/plugins/jQueryUI/images/ui-bg_flat_0_aaaaaa_40x100.png /opt/data_keeper/data_keeper/static/css/plugins/jQueryUI/images/ui-bg_flat_0_aaaaaa_40x100.png
css/plugins/jQueryUI/images/animated-overlay.gif /opt/data_keeper/data_keeper/static/css/plugins/jQueryUI/images/animated-overlay.gif
css/plugins/jQueryUI/images/ui-bg_flat_75_ffffff_40x100.png /opt/data_keeper/data_keeper/static/css/plugins/jQueryUI/images/ui-bg_flat_75_ffffff_40x100.png
css/plugins/jQueryUI/images/ui-bg_glass_55_fbf9ee_1x400.png /opt/data_keeper/data_keeper/static/css/plugins/jQueryUI/images/ui-bg_glass_55_fbf9ee_1x400.png
css/plugins/jQueryUI/images/ui-bg_highlight-soft_75_cccccc_1x100.png /opt/data_keeper/data_keeper/static/css/plugins/jQueryUI/images/ui-bg_highlight-soft_75_cccccc_1x100.png
css/plugins/jQueryUI/images/ui-icons_454545_256x240.png /opt/data_keeper/data_keeper/static/css/plugins/jQueryUI/images/ui-icons_454545_256x240.png
css/plugins/jQueryUI/images/ui-bg_glass_75_dadada_1x400.png /opt/data_keeper/data_keeper/static/css/plugins/jQueryUI/images/ui-bg_glass_75_dadada_1x400.png
css/plugins/jQueryUI/images/ui-icons_888888_256x240.png /opt/data_keeper/data_keeper/static/css/plugins/jQueryUI/images/ui-icons_888888_256x240.png
css/plugins/chartist/chartist.min.css /opt/data_keeper/data_keeper/static/css/plugins/chartist/chartist.min.css
css/plugins/bootstrapTour/bootstrap-tour.min.css /opt/data_keeper/data_keeper/static/css/plugins/bootstrapTour/bootstrap-tour.min.css
css/plugins/dataTables/datatables.min.css /opt/data_keeper/data_keeper/static/css/plugins/dataTables/datatables.min.css
css/plugins/jsTree/style.min.css /opt/data_keeper/data_keeper/static/css/plugins/jsTree/style.min.css
css/plugins/jsTree/39px.png /opt/data_keeper/data_keeper/static/css/plugins/jsTree/39px.png
css/plugins/jsTree/40px.png /opt/data_keeper/data_keeper/static/css/plugins/jsTree/40px.png
css/plugins/jsTree/throbber.gif /opt/data_keeper/data_keeper/static/css/plugins/jsTree/throbber.gif
css/plugins/jsTree/style.css /opt/data_keeper/data_keeper/static/css/plugins/jsTree/style.css
css/plugins/jsTree/32px.png /opt/data_keeper/data_keeper/static/css/plugins/jsTree/32px.png
css/plugins/summernote/summernote-bs3.css /opt/data_keeper/data_keeper/static/css/plugins/summernote/summernote-bs3.css
css/plugins/summernote/summernote.css /opt/data_keeper/data_keeper/static/css/plugins/summernote/summernote.css
css/plugins/summernote/font/summernote.ttf /opt/data_keeper/data_keeper/static/css/plugins/summernote/font/summernote.ttf
css/plugins/summernote/font/summernote.eot /opt/data_keeper/data_keeper/static/css/plugins/summernote/font/summernote.eot
css/plugins/summernote/font/summernote.woff /opt/data_keeper/data_keeper/static/css/plugins/summernote/font/summernote.woff
css/plugins/jasny/jasny-bootstrap.min.css /opt/data_keeper/data_keeper/static/css/plugins/jasny/jasny-bootstrap.min.css
css/plugins/awesome-bootstrap-checkbox/awesome-bootstrap-checkbox.css /opt/data_keeper/data_keeper/static/css/plugins/awesome-bootstrap-checkbox/awesome-bootstrap-checkbox.css
css/plugins/codemirror/codemirror.css /opt/data_keeper/data_keeper/static/css/plugins/codemirror/codemirror.css
css/plugins/codemirror/ambiance.css /opt/data_keeper/data_keeper/static/css/plugins/codemirror/ambiance.css
css/plugins/images/sort_desc.png /opt/data_keeper/data_keeper/static/css/plugins/images/sort_desc.png
css/plugins/images/spritemap.png /opt/data_keeper/data_keeper/static/css/plugins/images/spritemap.png
css/plugins/images/sprite-skin-nice.png /opt/data_keeper/data_keeper/static/css/plugins/images/sprite-skin-nice.png
css/plugins/images/sort_asc.png /opt/data_keeper/data_keeper/static/css/plugins/images/sort_asc.png
css/plugins/images/sprite-skin-flat.png /opt/data_keeper/data_keeper/static/css/plugins/images/sprite-skin-flat.png
css/plugins/images/sort.png /opt/data_keeper/data_keeper/static/css/plugins/images/sort.png
css/plugins/images/sprite-skin-flat2.png /opt/data_keeper/data_keeper/static/css/plugins/images/sprite-skin-flat2.png
css/plugins/images/spritemap@2x.png /opt/data_keeper/data_keeper/static/css/plugins/images/spritemap@2x.png
css/plugins/images/sprite-skin-simple.png /opt/data_keeper/data_keeper/static/css/plugins/images/sprite-skin-simple.png
css/plugins/images/bootstrap-colorpicker/hue-horizontal.png /opt/data_keeper/data_keeper/static/css/plugins/images/bootstrap-colorpicker/hue-horizontal.png
css/plugins/images/bootstrap-colorpicker/alpha.png /opt/data_keeper/data_keeper/static/css/plugins/images/bootstrap-colorpicker/alpha.png
css/plugins/images/bootstrap-colorpicker/hue.png /opt/data_keeper/data_keeper/static/css/plugins/images/bootstrap-colorpicker/hue.png
css/plugins/images/bootstrap-colorpicker/alpha-horizontal.png /opt/data_keeper/data_keeper/static/css/plugins/images/bootstrap-colorpicker/alpha-horizontal.png
css/plugins/images/bootstrap-colorpicker/saturation.png /opt/data_keeper/data_keeper/static/css/plugins/images/bootstrap-colorpicker/saturation.png
css/plugins/slick/slick-theme.css /opt/data_keeper/data_keeper/static/css/plugins/slick/slick-theme.css
css/plugins/slick/slick.css /opt/data_keeper/data_keeper/static/css/plugins/slick/slick.css
css/plugins/slick/ajax-loader.gif /opt/data_keeper/data_keeper/static/css/plugins/slick/ajax-loader.gif
css/plugins/slick/fonts/slick.woff /opt/data_keeper/data_keeper/static/css/plugins/slick/fonts/slick.woff
css/plugins/slick/fonts/slick.ttf /opt/data_keeper/data_keeper/static/css/plugins/slick/fonts/slick.ttf
css/plugins/slick/fonts/slick.eot /opt/data_keeper/data_keeper/static/css/plugins/slick/fonts/slick.eot
css/plugins/slick/fonts/slick.svg /opt/data_keeper/data_keeper/static/css/plugins/slick/fonts/slick.svg
css/plugins/daterangepicker/daterangepicker-bs3.css /opt/data_keeper/data_keeper/static/css/plugins/daterangepicker/daterangepicker-bs3.css
css/plugins/nouslider/jquery.nouislider.css /opt/data_keeper/data_keeper/static/css/plugins/nouslider/jquery.nouislider.css
css/plugins/fullcalendar/fullcalendar.css /opt/data_keeper/data_keeper/static/css/plugins/fullcalendar/fullcalendar.css
css/plugins/fullcalendar/fullcalendar.print.css /opt/data_keeper/data_keeper/static/css/plugins/fullcalendar/fullcalendar.print.css
css/plugins/datapicker/datepicker3.css /opt/data_keeper/data_keeper/static/css/plugins/datapicker/datepicker3.css
css/plugins/ionRangeSlider/ion.rangeSlider.skinSimple.css /opt/data_keeper/data_keeper/static/css/plugins/ionRangeSlider/ion.rangeSlider.skinSimple.css
css/plugins/ionRangeSlider/ion.rangeSlider.css /opt/data_keeper/data_keeper/static/css/plugins/ionRangeSlider/ion.rangeSlider.css
css/plugins/ionRangeSlider/ion.rangeSlider.skinFlat.css /opt/data_keeper/data_keeper/static/css/plugins/ionRangeSlider/ion.rangeSlider.skinFlat.css
css/plugins/ionRangeSlider/ion.rangeSlider.skinNice.css /opt/data_keeper/data_keeper/static/css/plugins/ionRangeSlider/ion.rangeSlider.skinNice.css
css/plugins/chosen/chosen-sprite@2x.png /opt/data_keeper/data_keeper/static/css/plugins/chosen/chosen-sprite@2x.png
css/plugins/chosen/chosen-sprite.png /opt/data_keeper/data_keeper/static/css/plugins/chosen/chosen-sprite.png
css/plugins/chosen/chosen.css /opt/data_keeper/data_keeper/static/css/plugins/chosen/chosen.css
css/plugins/chosen/bootstrap-chosen.css /opt/data_keeper/data_keeper/static/css/plugins/chosen/bootstrap-chosen.css
css/plugins/textSpinners/spinners.css /opt/data_keeper/data_keeper/static/css/plugins/textSpinners/spinners.css
css/plugins/c3/c3.min.css /opt/data_keeper/data_keeper/static/css/plugins/c3/c3.min.css
css/plugins/social-buttons/social-buttons.css /opt/data_keeper/data_keeper/static/css/plugins/social-buttons/social-buttons.css
css/plugins/bootstrapSocial/bootstrap-social.css /opt/data_keeper/data_keeper/static/css/plugins/bootstrapSocial/bootstrap-social.css
css/plugins/cropper/cropper.min.css /opt/data_keeper/data_keeper/static/css/plugins/cropper/cropper.min.css
css/plugins/blueimp/img/play-pause.svg /opt/data_keeper/data_keeper/static/css/plugins/blueimp/img/play-pause.svg
css/plugins/blueimp/img/video-play.png /opt/data_keeper/data_keeper/static/css/plugins/blueimp/img/video-play.png
css/plugins/blueimp/img/video-play.svg /opt/data_keeper/data_keeper/static/css/plugins/blueimp/img/video-play.svg
css/plugins/blueimp/img/loading.gif /opt/data_keeper/data_keeper/static/css/plugins/blueimp/img/loading.gif
css/plugins/blueimp/img/error.svg /opt/data_keeper/data_keeper/static/css/plugins/blueimp/img/error.svg
css/plugins/blueimp/img/error.png /opt/data_keeper/data_keeper/static/css/plugins/blueimp/img/error.png
css/plugins/blueimp/img/play-pause.png /opt/data_keeper/data_keeper/static/css/plugins/blueimp/img/play-pause.png
css/plugins/blueimp/css/demo.css /opt/data_keeper/data_keeper/static/css/plugins/blueimp/css/demo.css
css/plugins/blueimp/css/blueimp-gallery-video.css /opt/data_keeper/data_keeper/static/css/plugins/blueimp/css/blueimp-gallery-video.css
css/plugins/blueimp/css/blueimp-gallery.css /opt/data_keeper/data_keeper/static/css/plugins/blueimp/css/blueimp-gallery.css
css/plugins/blueimp/css/blueimp-gallery-indicator.css /opt/data_keeper/data_keeper/static/css/plugins/blueimp/css/blueimp-gallery-indicator.css
css/plugins/blueimp/css/blueimp-gallery.min.css /opt/data_keeper/data_keeper/static/css/plugins/blueimp/css/blueimp-gallery.min.css
css/plugins/morris/morris-0.4.3.min.css /opt/data_keeper/data_keeper/static/css/plugins/morris/morris-0.4.3.min.css
css/plugins/footable/footable.core.css /opt/data_keeper/data_keeper/static/css/plugins/footable/footable.core.css
css/plugins/footable/fonts/footable.woff /opt/data_keeper/data_keeper/static/css/plugins/footable/fonts/footable.woff
css/plugins/footable/fonts/footable.eot /opt/data_keeper/data_keeper/static/css/plugins/footable/fonts/footable.eot
css/plugins/footable/fonts/footable.ttf /opt/data_keeper/data_keeper/static/css/plugins/footable/fonts/footable.ttf
css/plugins/footable/fonts/footable.svg /opt/data_keeper/data_keeper/static/css/plugins/footable/fonts/footable.svg
css/plugins/select2/select2.min.css /opt/data_keeper/data_keeper/static/css/plugins/select2/select2.min.css
css/plugins/jqGrid/ui.jqgrid.css /opt/data_keeper/data_keeper/static/css/plugins/jqGrid/ui.jqgrid.css
css/plugins/ladda/ladda-themeless.min.css /opt/data_keeper/data_keeper/static/css/plugins/ladda/ladda-themeless.min.css
css/plugins/ladda/ladda.min.css /opt/data_keeper/data_keeper/static/css/plugins/ladda/ladda.min.css
css/plugins/switchery/switchery.css /opt/data_keeper/data_keeper/static/css/plugins/switchery/switchery.css
css/plugins/bootstrap-rtl/bootstrap-rtl.css.map /opt/data_keeper/data_keeper/static/css/plugins/bootstrap-rtl/bootstrap-rtl.css.map
css/plugins/bootstrap-rtl/bootstrap-rtl.css /opt/data_keeper/data_keeper/static/css/plugins/bootstrap-rtl/bootstrap-rtl.css
css/plugins/bootstrap-rtl/bootstrap-rtl.min.css /opt/data_keeper/data_keeper/static/css/plugins/bootstrap-rtl/bootstrap-rtl.min.css
css/plugins/clockpicker/clockpicker.css /opt/data_keeper/data_keeper/static/css/plugins/clockpicker/clockpicker.css
css/plugins/sweetalert/sweetalert.css /opt/data_keeper/data_keeper/static/css/plugins/sweetalert/sweetalert.css
css/plugins/dropzone/basic.css /opt/data_keeper/data_keeper/static/css/plugins/dropzone/basic.css
css/plugins/dropzone/dropzone.css /opt/data_keeper/data_keeper/static/css/plugins/dropzone/dropzone.css
css/plugins/bootstrap-markdown/bootstrap-markdown.min.css /opt/data_keeper/data_keeper/static/css/plugins/bootstrap-markdown/bootstrap-markdown.min.css
css/plugins/steps/jquery.steps.css /opt/data_keeper/data_keeper/static/css/plugins/steps/jquery.steps.css
css/patterns/6.png /opt/data_keeper/data_keeper/static/css/patterns/6.png
css/patterns/triangular.png /opt/data_keeper/data_keeper/static/css/patterns/triangular.png
css/patterns/3.png /opt/data_keeper/data_keeper/static/css/patterns/3.png
css/patterns/7.png /opt/data_keeper/data_keeper/static/css/patterns/7.png
css/patterns/2.png /opt/data_keeper/data_keeper/static/css/patterns/2.png
css/patterns/1.png /opt/data_keeper/data_keeper/static/css/patterns/1.png
css/patterns/4.png /opt/data_keeper/data_keeper/static/css/patterns/4.png
css/patterns/header-profile.png /opt/data_keeper/data_keeper/static/css/patterns/header-profile.png
css/patterns/otis_redding.png /opt/data_keeper/data_keeper/static/css/patterns/otis_redding.png
css/patterns/congruent_pentagon.png /opt/data_keeper/data_keeper/static/css/patterns/congruent_pentagon.png
css/patterns/header-profile-skin-3.png /opt/data_keeper/data_keeper/static/css/patterns/header-profile-skin-3.png
css/patterns/shattered.png /opt/data_keeper/data_keeper/static/css/patterns/shattered.png
css/patterns/5.png /opt/data_keeper/data_keeper/static/css/patterns/5.png
css/patterns/header-profile-skin-2.png /opt/data_keeper/data_keeper/static/css/patterns/header-profile-skin-2.png
css/patterns/header-profile-skin-1.png /opt/data_keeper/data_keeper/static/css/patterns/header-profile-skin-1.png
pdf/example.pdf /opt/data_keeper/data_keeper/static/pdf/example.pdf
sass/custom_bootstrap_vars.scss /opt/data_keeper/data_keeper/static/sass/custom_bootstrap_vars.scss
sass/project.scss /opt/data_keeper/data_keeper/static/sass/project.scss
patterns/6.png /opt/data_keeper/data_keeper/static/patterns/6.png
patterns/triangular.png /opt/data_keeper/data_keeper/static/patterns/triangular.png
patterns/3.png /opt/data_keeper/data_keeper/static/patterns/3.png
patterns/7.png /opt/data_keeper/data_keeper/static/patterns/7.png
patterns/2.png /opt/data_keeper/data_keeper/static/patterns/2.png
patterns/1.png /opt/data_keeper/data_keeper/static/patterns/1.png
patterns/4.png /opt/data_keeper/data_keeper/static/patterns/4.png
patterns/header-profile.png /opt/data_keeper/data_keeper/static/patterns/header-profile.png
patterns/otis_redding.png /opt/data_keeper/data_keeper/static/patterns/otis_redding.png
patterns/congruent_pentagon.png /opt/data_keeper/data_keeper/static/patterns/congruent_pentagon.png
patterns/header-profile-skin-3.png /opt/data_keeper/data_keeper/static/patterns/header-profile-skin-3.png
patterns/shattered.png /opt/data_keeper/data_keeper/static/patterns/shattered.png
patterns/5.png /opt/data_keeper/data_keeper/static/patterns/5.png
patterns/header-profile-skin-2.png /opt/data_keeper/data_keeper/static/patterns/header-profile-skin-2.png
patterns/header-profile-skin-1.png /opt/data_keeper/data_keeper/static/patterns/header-profile-skin-1.png
fonts/.gitkeep /opt/data_keeper/data_keeper/static/fonts/.gitkeep
fonts/glyphicons-halflings-regular.woff /opt/data_keeper/data_keeper/static/fonts/glyphicons-halflings-regular.woff
fonts/glyphicons-halflings-regular.svg /opt/data_keeper/data_keeper/static/fonts/glyphicons-halflings-regular.svg
fonts/glyphicons-halflings-regular.eot /opt/data_keeper/data_keeper/static/fonts/glyphicons-halflings-regular.eot
fonts/glyphicons-halflings-regular.ttf /opt/data_keeper/data_keeper/static/fonts/glyphicons-halflings-regular.ttf
fonts/glyphicons-halflings-regular.woff2 /opt/data_keeper/data_keeper/static/fonts/glyphicons-halflings-regular.woff2

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

Path Location
admin/img/icon-unknown-alt.svg /home/ubuntu/.local/share/virtualenvs/data_keeper-rmEAvmK6/lib/python3.8/site-packages/django/contrib/admin/static/admin/img/icon-unknown-alt.svg
admin/img/icon-no.svg /home/ubuntu/.local/share/virtualenvs/data_keeper-rmEAvmK6/lib/python3.8/site-packages/django/contrib/admin/static/admin/img/icon-no.svg
admin/img/icon-deletelink.svg /home/ubuntu/.local/share/virtualenvs/data_keeper-rmEAvmK6/lib/python3.8/site-packages/django/contrib/admin/static/admin/img/icon-deletelink.svg
admin/img/icon-clock.svg /home/ubuntu/.local/share/virtualenvs/data_keeper-rmEAvmK6/lib/python3.8/site-packages/django/contrib/admin/static/admin/img/icon-clock.svg
admin/img/icon-alert.svg /home/ubuntu/.local/share/virtualenvs/data_keeper-rmEAvmK6/lib/python3.8/site-packages/django/contrib/admin/static/admin/img/icon-alert.svg
admin/img/tooltag-arrowright.svg /home/ubuntu/.local/share/virtualenvs/data_keeper-rmEAvmK6/lib/python3.8/site-packages/django/contrib/admin/static/admin/img/tooltag-arrowright.svg
admin/img/sorting-icons.svg /home/ubuntu/.local/share/virtualenvs/data_keeper-rmEAvmK6/lib/python3.8/site-packages/django/contrib/admin/static/admin/img/sorting-icons.svg
admin/img/tooltag-add.svg /home/ubuntu/.local/share/virtualenvs/data_keeper-rmEAvmK6/lib/python3.8/site-packages/django/contrib/admin/static/admin/img/tooltag-add.svg
admin/img/search.svg /home/ubuntu/.local/share/virtualenvs/data_keeper-rmEAvmK6/lib/python3.8/site-packages/django/contrib/admin/static/admin/img/search.svg
admin/img/selector-icons.svg /home/ubuntu/.local/share/virtualenvs/data_keeper-rmEAvmK6/lib/python3.8/site-packages/django/contrib/admin/static/admin/img/selector-icons.svg
admin/img/icon-unknown.svg /home/ubuntu/.local/share/virtualenvs/data_keeper-rmEAvmK6/lib/python3.8/site-packages/django/contrib/admin/static/admin/img/icon-unknown.svg
admin/img/README.txt /home/ubuntu/.local/share/virtualenvs/data_keeper-rmEAvmK6/lib/python3.8/site-packages/django/contrib/admin/static/admin/img/README.txt
admin/img/inline-delete.svg /home/ubuntu/.local/share/virtualenvs/data_keeper-rmEAvmK6/lib/python3.8/site-packages/django/contrib/admin/static/admin/img/inline-delete.svg
admin/img/icon-addlink.svg /home/ubuntu/.local/share/virtualenvs/data_keeper-rmEAvmK6/lib/python3.8/site-packages/django/contrib/admin/static/admin/img/icon-addlink.svg
admin/img/LICENSE /home/ubuntu/.local/share/virtualenvs/data_keeper-rmEAvmK6/lib/python3.8/site-packages/django/contrib/admin/static/admin/img/LICENSE
admin/img/icon-changelink.svg /home/ubuntu/.local/share/virtualenvs/data_keeper-rmEAvmK6/lib/python3.8/site-packages/django/contrib/admin/static/admin/img/icon-changelink.svg
admin/img/icon-viewlink.svg /home/ubuntu/.local/share/virtualenvs/data_keeper-rmEAvmK6/lib/python3.8/site-packages/django/contrib/admin/static/admin/img/icon-viewlink.svg
admin/img/calendar-icons.svg /home/ubuntu/.local/share/virtualenvs/data_keeper-rmEAvmK6/lib/python3.8/site-packages/django/contrib/admin/static/admin/img/calendar-icons.svg
admin/img/icon-yes.svg /home/ubuntu/.local/share/virtualenvs/data_keeper-rmEAvmK6/lib/python3.8/site-packages/django/contrib/admin/static/admin/img/icon-yes.svg
admin/img/icon-calendar.svg /home/ubuntu/.local/share/virtualenvs/data_keeper-rmEAvmK6/lib/python3.8/site-packages/django/contrib/admin/static/admin/img/icon-calendar.svg
admin/img/gis/move_vertex_on.svg /home/ubuntu/.local/share/virtualenvs/data_keeper-rmEAvmK6/lib/python3.8/site-packages/django/contrib/admin/static/admin/img/gis/move_vertex_on.svg
admin/img/gis/move_vertex_off.svg /home/ubuntu/.local/share/virtualenvs/data_keeper-rmEAvmK6/lib/python3.8/site-packages/django/contrib/admin/static/admin/img/gis/move_vertex_off.svg
admin/js/calendar.js /home/ubuntu/.local/share/virtualenvs/data_keeper-rmEAvmK6/lib/python3.8/site-packages/django/contrib/admin/static/admin/js/calendar.js
admin/js/prepopulate.js /home/ubuntu/.local/share/virtualenvs/data_keeper-rmEAvmK6/lib/python3.8/site-packages/django/contrib/admin/static/admin/js/prepopulate.js
admin/js/SelectBox.js /home/ubuntu/.local/share/virtualenvs/data_keeper-rmEAvmK6/lib/python3.8/site-packages/django/contrib/admin/static/admin/js/SelectBox.js
admin/js/change_form.js /home/ubuntu/.local/share/virtualenvs/data_keeper-rmEAvmK6/lib/python3.8/site-packages/django/contrib/admin/static/admin/js/change_form.js
admin/js/nav_sidebar.js /home/ubuntu/.local/share/virtualenvs/data_keeper-rmEAvmK6/lib/python3.8/site-packages/django/contrib/admin/static/admin/js/nav_sidebar.js
admin/js/core.js /home/ubuntu/.local/share/virtualenvs/data_keeper-rmEAvmK6/lib/python3.8/site-packages/django/contrib/admin/static/admin/js/core.js
admin/js/cancel.js /home/ubuntu/.local/share/virtualenvs/data_keeper-rmEAvmK6/lib/python3.8/site-packages/django/contrib/admin/static/admin/js/cancel.js
admin/js/jquery.init.js /home/ubuntu/.local/share/virtualenvs/data_keeper-rmEAvmK6/lib/python3.8/site-packages/django/contrib/admin/static/admin/js/jquery.init.js
admin/js/actions.js /home/ubuntu/.local/share/virtualenvs/data_keeper-rmEAvmK6/lib/python3.8/site-packages/django/contrib/admin/static/admin/js/actions.js
admin/js/prepopulate_init.js /home/ubuntu/.local/share/virtualenvs/data_keeper-rmEAvmK6/lib/python3.8/site-packages/django/contrib/admin/static/admin/js/prepopulate_init.js
admin/js/inlines.js /home/ubuntu/.local/share/virtualenvs/data_keeper-rmEAvmK6/lib/python3.8/site-packages/django/contrib/admin/static/admin/js/inlines.js
admin/js/autocomplete.js /home/ubuntu/.local/share/virtualenvs/data_keeper-rmEAvmK6/lib/python3.8/site-packages/django/contrib/admin/static/admin/js/autocomplete.js
admin/js/popup_response.js /home/ubuntu/.local/share/virtualenvs/data_keeper-rmEAvmK6/lib/python3.8/site-packages/django/contrib/admin/static/admin/js/popup_response.js
admin/js/urlify.js /home/ubuntu/.local/share/virtualenvs/data_keeper-rmEAvmK6/lib/python3.8/site-packages/django/contrib/admin/static/admin/js/urlify.js
admin/js/SelectFilter2.js /home/ubuntu/.local/share/virtualenvs/data_keeper-rmEAvmK6/lib/python3.8/site-packages/django/contrib/admin/static/admin/js/SelectFilter2.js
admin/js/collapse.js /home/ubuntu/.local/share/virtualenvs/data_keeper-rmEAvmK6/lib/python3.8/site-packages/django/contrib/admin/static/admin/js/collapse.js
admin/js/admin/DateTimeShortcuts.js /home/ubuntu/.local/share/virtualenvs/data_keeper-rmEAvmK6/lib/python3.8/site-packages/django/contrib/admin/static/admin/js/admin/DateTimeShortcuts.js
admin/js/admin/RelatedObjectLookups.js /home/ubuntu/.local/share/virtualenvs/data_keeper-rmEAvmK6/lib/python3.8/site-packages/django/contrib/admin/static/admin/js/admin/RelatedObjectLookups.js
admin/js/vendor/xregexp/LICENSE.txt /home/ubuntu/.local/share/virtualenvs/data_keeper-rmEAvmK6/lib/python3.8/site-packages/django/contrib/admin/static/admin/js/vendor/xregexp/LICENSE.txt
admin/js/vendor/xregexp/xregexp.js /home/ubuntu/.local/share/virtualenvs/data_keeper-rmEAvmK6/lib/python3.8/site-packages/django/contrib/admin/static/admin/js/vendor/xregexp/xregexp.js
admin/js/vendor/xregexp/xregexp.min.js /home/ubuntu/.local/share/virtualenvs/data_keeper-rmEAvmK6/lib/python3.8/site-packages/django/contrib/admin/static/admin/js/vendor/xregexp/xregexp.min.js
admin/js/vendor/jquery/jquery.js /home/ubuntu/.local/share/virtualenvs/data_keeper-rmEAvmK6/lib/python3.8/site-packages/django/contrib/admin/static/admin/js/vendor/jquery/jquery.js
admin/js/vendor/jquery/LICENSE.txt /home/ubuntu/.local/share/virtualenvs/data_keeper-rmEAvmK6/lib/python3.8/site-packages/django/contrib/admin/static/admin/js/vendor/jquery/LICENSE.txt
admin/js/vendor/jquery/jquery.min.js /home/ubuntu/.local/share/virtualenvs/data_keeper-rmEAvmK6/lib/python3.8/site-packages/django/contrib/admin/static/admin/js/vendor/jquery/jquery.min.js
admin/js/vendor/select2/LICENSE.md /home/ubuntu/.local/share/virtualenvs/data_keeper-rmEAvmK6/lib/python3.8/site-packages/django/contrib/admin/static/admin/js/vendor/select2/LICENSE.md
admin/js/vendor/select2/select2.full.js /home/ubuntu/.local/share/virtualenvs/data_keeper-rmEAvmK6/lib/python3.8/site-packages/django/contrib/admin/static/admin/js/vendor/select2/select2.full.js
admin/js/vendor/select2/select2.full.min.js /home/ubuntu/.local/share/virtualenvs/data_keeper-rmEAvmK6/lib/python3.8/site-packages/django/contrib/admin/static/admin/js/vendor/select2/select2.full.min.js
admin/js/vendor/select2/i18n/sv.js /home/ubuntu/.local/share/virtualenvs/data_keeper-rmEAvmK6/lib/python3.8/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n/sv.js
admin/js/vendor/select2/i18n/hi.js /home/ubuntu/.local/share/virtualenvs/data_keeper-rmEAvmK6/lib/python3.8/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n/hi.js
admin/js/vendor/select2/i18n/ru.js /home/ubuntu/.local/share/virtualenvs/data_keeper-rmEAvmK6/lib/python3.8/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n/ru.js
admin/js/vendor/select2/i18n/fa.js /home/ubuntu/.local/share/virtualenvs/data_keeper-rmEAvmK6/lib/python3.8/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n/fa.js
admin/js/vendor/select2/i18n/sr.js /home/ubuntu/.local/share/virtualenvs/data_keeper-rmEAvmK6/lib/python3.8/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n/sr.js
admin/js/vendor/select2/i18n/pt-BR.js /home/ubuntu/.local/share/virtualenvs/data_keeper-rmEAvmK6/lib/python3.8/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n/pt-BR.js
admin/js/vendor/select2/i18n/sq.js /home/ubuntu/.local/share/virtualenvs/data_keeper-rmEAvmK6/lib/python3.8/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n/sq.js
admin/js/vendor/select2/i18n/tr.js /home/ubuntu/.local/share/virtualenvs/data_keeper-rmEAvmK6/lib/python3.8/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n/tr.js
admin/js/vendor/select2/i18n/vi.js /home/ubuntu/.local/share/virtualenvs/data_keeper-rmEAvmK6/lib/python3.8/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n/vi.js
admin/js/vendor/select2/i18n/tk.js /home/ubuntu/.local/share/virtualenvs/data_keeper-rmEAvmK6/lib/python3.8/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n/tk.js
admin/js/vendor/select2/i18n/bs.js /home/ubuntu/.local/share/virtualenvs/data_keeper-rmEAvmK6/lib/python3.8/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n/bs.js
admin/js/vendor/select2/i18n/ps.js /home/ubuntu/.local/share/virtualenvs/data_keeper-rmEAvmK6/lib/python3.8/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n/ps.js
admin/js/vendor/select2/i18n/it.js /home/ubuntu/.local/share/virtualenvs/data_keeper-rmEAvmK6/lib/python3.8/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n/it.js
admin/js/vendor/select2/i18n/fi.js /home/ubuntu/.local/share/virtualenvs/data_keeper-rmEAvmK6/lib/python3.8/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n/fi.js
admin/js/vendor/select2/i18n/da.js /home/ubuntu/.local/share/virtualenvs/data_keeper-rmEAvmK6/lib/python3.8/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n/da.js
admin/js/vendor/select2/i18n/ne.js /home/ubuntu/.local/share/virtualenvs/data_keeper-rmEAvmK6/lib/python3.8/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n/ne.js
admin/js/vendor/select2/i18n/lt.js /home/ubuntu/.local/share/virtualenvs/data_keeper-rmEAvmK6/lib/python3.8/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n/lt.js
admin/js/vendor/select2/i18n/id.js /home/ubuntu/.local/share/virtualenvs/data_keeper-rmEAvmK6/lib/python3.8/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n/id.js
admin/js/vendor/select2/i18n/hu.js /home/ubuntu/.local/share/virtualenvs/data_keeper-rmEAvmK6/lib/python3.8/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n/hu.js
admin/js/vendor/select2/i18n/cs.js /home/ubuntu/.local/share/virtualenvs/data_keeper-rmEAvmK6/lib/python3.8/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n/cs.js
admin/js/vendor/select2/i18n/is.js /home/ubuntu/.local/share/virtualenvs/data_keeper-rmEAvmK6/lib/python3.8/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n/is.js
admin/js/vendor/select2/i18n/ka.js /home/ubuntu/.local/share/virtualenvs/data_keeper-rmEAvmK6/lib/python3.8/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n/ka.js
admin/js/vendor/select2/i18n/sl.js /home/ubuntu/.local/share/virtualenvs/data_keeper-rmEAvmK6/lib/python3.8/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n/sl.js
admin/js/vendor/select2/i18n/he.js /home/ubuntu/.local/share/virtualenvs/data_keeper-rmEAvmK6/lib/python3.8/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n/he.js
admin/js/vendor/select2/i18n/pt.js /home/ubuntu/.local/share/virtualenvs/data_keeper-rmEAvmK6/lib/python3.8/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n/pt.js
admin/js/vendor/select2/i18n/en.js /home/ubuntu/.local/share/virtualenvs/data_keeper-rmEAvmK6/lib/python3.8/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n/en.js
admin/js/vendor/select2/i18n/mk.js /home/ubuntu/.local/share/virtualenvs/data_keeper-rmEAvmK6/lib/python3.8/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n/mk.js
admin/js/vendor/select2/i18n/nb.js /home/ubuntu/.local/share/virtualenvs/data_keeper-rmEAvmK6/lib/python3.8/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n/nb.js
admin/js/vendor/select2/i18n/el.js /home/ubuntu/.local/share/virtualenvs/data_keeper-rmEAvmK6/lib/python3.8/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n/el.js
admin/js/vendor/select2/i18n/az.js /home/ubuntu/.local/share/virtualenvs/data_keeper-rmEAvmK6/lib/python3.8/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n/az.js
admin/js/vendor/select2/i18n/af.js /home/ubuntu/.local/share/virtualenvs/data_keeper-rmEAvmK6/lib/python3.8/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n/af.js
admin/js/vendor/select2/i18n/ko.js /home/ubuntu/.local/share/virtualenvs/data_keeper-rmEAvmK6/lib/python3.8/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n/ko.js
admin/js/vendor/select2/i18n/lv.js /home/ubuntu/.local/share/virtualenvs/data_keeper-rmEAvmK6/lib/python3.8/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n/lv.js
admin/js/vendor/select2/i18n/th.js /home/ubuntu/.local/share/virtualenvs/data_keeper-rmEAvmK6/lib/python3.8/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n/th.js
admin/js/vendor/select2/i18n/et.js /home/ubuntu/.local/share/virtualenvs/data_keeper-rmEAvmK6/lib/python3.8/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n/et.js
admin/js/vendor/select2/i18n/km.js /home/ubuntu/.local/share/virtualenvs/data_keeper-rmEAvmK6/lib/python3.8/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n/km.js
admin/js/vendor/select2/i18n/bn.js /home/ubuntu/.local/share/virtualenvs/data_keeper-rmEAvmK6/lib/python3.8/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n/bn.js
admin/js/vendor/select2/i18n/fr.js /home/ubuntu/.local/share/virtualenvs/data_keeper-rmEAvmK6/lib/python3.8/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n/fr.js
admin/js/vendor/select2/i18n/de.js /home/ubuntu/.local/share/virtualenvs/data_keeper-rmEAvmK6/lib/python3.8/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n/de.js
admin/js/vendor/select2/i18n/zh-TW.js /home/ubuntu/.local/share/virtualenvs/data_keeper-rmEAvmK6/lib/python3.8/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n/zh-TW.js
admin/js/vendor/select2/i18n/nl.js /home/ubuntu/.local/share/virtualenvs/data_keeper-rmEAvmK6/lib/python3.8/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n/nl.js
admin/js/vendor/select2/i18n/ro.js /home/ubuntu/.local/share/virtualenvs/data_keeper-rmEAvmK6/lib/python3.8/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n/ro.js
admin/js/vendor/select2/i18n/bg.js /home/ubuntu/.local/share/virtualenvs/data_keeper-rmEAvmK6/lib/python3.8/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n/bg.js
admin/js/vendor/select2/i18n/es.js /home/ubuntu/.local/share/virtualenvs/data_keeper-rmEAvmK6/lib/python3.8/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n/es.js
admin/js/vendor/select2/i18n/gl.js /home/ubuntu/.local/share/virtualenvs/data_keeper-rmEAvmK6/lib/python3.8/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n/gl.js
admin/js/vendor/select2/i18n/uk.js /home/ubuntu/.local/share/virtualenvs/data_keeper-rmEAvmK6/lib/python3.8/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n/uk.js
admin/js/vendor/select2/i18n/hr.js /home/ubuntu/.local/share/virtualenvs/data_keeper-rmEAvmK6/lib/python3.8/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n/hr.js
admin/js/vendor/select2/i18n/sk.js /home/ubuntu/.local/share/virtualenvs/data_keeper-rmEAvmK6/lib/python3.8/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n/sk.js
admin/js/vendor/select2/i18n/ar.js /home/ubuntu/.local/share/virtualenvs/data_keeper-rmEAvmK6/lib/python3.8/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n/ar.js
admin/js/vendor/select2/i18n/eu.js /home/ubuntu/.local/share/virtualenvs/data_keeper-rmEAvmK6/lib/python3.8/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n/eu.js
admin/js/vendor/select2/i18n/dsb.js /home/ubuntu/.local/share/virtualenvs/data_keeper-rmEAvmK6/lib/python3.8/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n/dsb.js
admin/js/vendor/select2/i18n/pl.js /home/ubuntu/.local/share/virtualenvs/data_keeper-rmEAvmK6/lib/python3.8/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n/pl.js
admin/js/vendor/select2/i18n/sr-Cyrl.js /home/ubuntu/.local/share/virtualenvs/data_keeper-rmEAvmK6/lib/python3.8/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n/sr-Cyrl.js
admin/js/vendor/select2/i18n/zh-CN.js /home/ubuntu/.local/share/virtualenvs/data_keeper-rmEAvmK6/lib/python3.8/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n/zh-CN.js
admin/js/vendor/select2/i18n/hsb.js /home/ubuntu/.local/share/virtualenvs/data_keeper-rmEAvmK6/lib/python3.8/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n/hsb.js
admin/js/vendor/select2/i18n/ms.js /home/ubuntu/.local/share/virtualenvs/data_keeper-rmEAvmK6/lib/python3.8/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n/ms.js
admin/js/vendor/select2/i18n/hy.js /home/ubuntu/.local/share/virtualenvs/data_keeper-rmEAvmK6/lib/python3.8/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n/hy.js
admin/js/vendor/select2/i18n/ja.js /home/ubuntu/.local/share/virtualenvs/data_keeper-rmEAvmK6/lib/python3.8/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n/ja.js
admin/js/vendor/select2/i18n/ca.js /home/ubuntu/.local/share/virtualenvs/data_keeper-rmEAvmK6/lib/python3.8/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n/ca.js
admin/css/dashboard.css /home/ubuntu/.local/share/virtualenvs/data_keeper-rmEAvmK6/lib/python3.8/site-packages/django/contrib/admin/static/admin/css/dashboard.css
admin/css/fonts.css /home/ubuntu/.local/share/virtualenvs/data_keeper-rmEAvmK6/lib/python3.8/site-packages/django/contrib/admin/static/admin/css/fonts.css
admin/css/forms.css /home/ubuntu/.local/share/virtualenvs/data_keeper-rmEAvmK6/lib/python3.8/site-packages/django/contrib/admin/static/admin/css/forms.css
admin/css/widgets.css /home/ubuntu/.local/share/virtualenvs/data_keeper-rmEAvmK6/lib/python3.8/site-packages/django/contrib/admin/static/admin/css/widgets.css
admin/css/base.css /home/ubuntu/.local/share/virtualenvs/data_keeper-rmEAvmK6/lib/python3.8/site-packages/django/contrib/admin/static/admin/css/base.css
admin/css/responsive_rtl.css /home/ubuntu/.local/share/virtualenvs/data_keeper-rmEAvmK6/lib/python3.8/site-packages/django/contrib/admin/static/admin/css/responsive_rtl.css
admin/css/login.css /home/ubuntu/.local/share/virtualenvs/data_keeper-rmEAvmK6/lib/python3.8/site-packages/django/contrib/admin/static/admin/css/login.css
admin/css/changelists.css /home/ubuntu/.local/share/virtualenvs/data_keeper-rmEAvmK6/lib/python3.8/site-packages/django/contrib/admin/static/admin/css/changelists.css
admin/css/autocomplete.css /home/ubuntu/.local/share/virtualenvs/data_keeper-rmEAvmK6/lib/python3.8/site-packages/django/contrib/admin/static/admin/css/autocomplete.css
admin/css/nav_sidebar.css /home/ubuntu/.local/share/virtualenvs/data_keeper-rmEAvmK6/lib/python3.8/site-packages/django/contrib/admin/static/admin/css/nav_sidebar.css
admin/css/rtl.css /home/ubuntu/.local/share/virtualenvs/data_keeper-rmEAvmK6/lib/python3.8/site-packages/django/contrib/admin/static/admin/css/rtl.css
admin/css/responsive.css /home/ubuntu/.local/share/virtualenvs/data_keeper-rmEAvmK6/lib/python3.8/site-packages/django/contrib/admin/static/admin/css/responsive.css
admin/css/vendor/select2/select2.min.css /home/ubuntu/.local/share/virtualenvs/data_keeper-rmEAvmK6/lib/python3.8/site-packages/django/contrib/admin/static/admin/css/vendor/select2/select2.min.css
admin/css/vendor/select2/LICENSE-SELECT2.md /home/ubuntu/.local/share/virtualenvs/data_keeper-rmEAvmK6/lib/python3.8/site-packages/django/contrib/admin/static/admin/css/vendor/select2/LICENSE-SELECT2.md
admin/css/vendor/select2/select2.css /home/ubuntu/.local/share/virtualenvs/data_keeper-rmEAvmK6/lib/python3.8/site-packages/django/contrib/admin/static/admin/css/vendor/select2/select2.css
admin/fonts/Roboto-Light-webfont.woff /home/ubuntu/.local/share/virtualenvs/data_keeper-rmEAvmK6/lib/python3.8/site-packages/django/contrib/admin/static/admin/fonts/Roboto-Light-webfont.woff
admin/fonts/LICENSE.txt /home/ubuntu/.local/share/virtualenvs/data_keeper-rmEAvmK6/lib/python3.8/site-packages/django/contrib/admin/static/admin/fonts/LICENSE.txt
admin/fonts/Roboto-Bold-webfont.woff /home/ubuntu/.local/share/virtualenvs/data_keeper-rmEAvmK6/lib/python3.8/site-packages/django/contrib/admin/static/admin/fonts/Roboto-Bold-webfont.woff
admin/fonts/README.txt /home/ubuntu/.local/share/virtualenvs/data_keeper-rmEAvmK6/lib/python3.8/site-packages/django/contrib/admin/static/admin/fonts/README.txt
admin/fonts/Roboto-Regular-webfont.woff /home/ubuntu/.local/share/virtualenvs/data_keeper-rmEAvmK6/lib/python3.8/site-packages/django/contrib/admin/static/admin/fonts/Roboto-Regular-webfont.woff
rest_framework/img/glyphicons-halflings-white.png /home/ubuntu/.local/share/virtualenvs/data_keeper-rmEAvmK6/lib/python3.8/site-packages/rest_framework/static/rest_framework/img/glyphicons-halflings-white.png
rest_framework/img/grid.png /home/ubuntu/.local/share/virtualenvs/data_keeper-rmEAvmK6/lib/python3.8/site-packages/rest_framework/static/rest_framework/img/grid.png
rest_framework/img/glyphicons-halflings.png /home/ubuntu/.local/share/virtualenvs/data_keeper-rmEAvmK6/lib/python3.8/site-packages/rest_framework/static/rest_framework/img/glyphicons-halflings.png
rest_framework/docs/img/favicon.ico /home/ubuntu/.local/share/virtualenvs/data_keeper-rmEAvmK6/lib/python3.8/site-packages/rest_framework/static/rest_framework/docs/img/favicon.ico
rest_framework/docs/img/grid.png /home/ubuntu/.local/share/virtualenvs/data_keeper-rmEAvmK6/lib/python3.8/site-packages/rest_framework/static/rest_framework/docs/img/grid.png
rest_framework/docs/js/api.js /home/ubuntu/.local/share/virtualenvs/data_keeper-rmEAvmK6/lib/python3.8/site-packages/rest_framework/static/rest_framework/docs/js/api.js
rest_framework/docs/js/highlight.pack.js /home/ubuntu/.local/share/virtualenvs/data_keeper-rmEAvmK6/lib/python3.8/site-packages/rest_framework/static/rest_framework/docs/js/highlight.pack.js
rest_framework/docs/js/jquery.json-view.min.js /home/ubuntu/.local/share/virtualenvs/data_keeper-rmEAvmK6/lib/python3.8/site-packages/rest_framework/static/rest_framework/docs/js/jquery.json-view.min.js
rest_framework/docs/css/highlight.css /home/ubuntu/.local/share/virtualenvs/data_keeper-rmEAvmK6/lib/python3.8/site-packages/rest_framework/static/rest_framework/docs/css/highlight.css
rest_framework/docs/css/base.css /home/ubuntu/.local/share/virtualenvs/data_keeper-rmEAvmK6/lib/python3.8/site-packages/rest_framework/static/rest_framework/docs/css/base.css
rest_framework/docs/css/jquery.json-view.min.css /home/ubuntu/.local/share/virtualenvs/data_keeper-rmEAvmK6/lib/python3.8/site-packages/rest_framework/static/rest_framework/docs/css/jquery.json-view.min.css
rest_framework/js/bootstrap.min.js /home/ubuntu/.local/share/virtualenvs/data_keeper-rmEAvmK6/lib/python3.8/site-packages/rest_framework/static/rest_framework/js/bootstrap.min.js
rest_framework/js/default.js /home/ubuntu/.local/share/virtualenvs/data_keeper-rmEAvmK6/lib/python3.8/site-packages/rest_framework/static/rest_framework/js/default.js
rest_framework/js/csrf.js /home/ubuntu/.local/share/virtualenvs/data_keeper-rmEAvmK6/lib/python3.8/site-packages/rest_framework/static/rest_framework/js/csrf.js
rest_framework/js/coreapi-0.1.1.js /home/ubuntu/.local/share/virtualenvs/data_keeper-rmEAvmK6/lib/python3.8/site-packages/rest_framework/static/rest_framework/js/coreapi-0.1.1.js
rest_framework/js/prettify-min.js /home/ubuntu/.local/share/virtualenvs/data_keeper-rmEAvmK6/lib/python3.8/site-packages/rest_framework/static/rest_framework/js/prettify-min.js
rest_framework/js/jquery-3.5.1.min.js /home/ubuntu/.local/share/virtualenvs/data_keeper-rmEAvmK6/lib/python3.8/site-packages/rest_framework/static/rest_framework/js/jquery-3.5.1.min.js
rest_framework/js/ajax-form.js /home/ubuntu/.local/share/virtualenvs/data_keeper-rmEAvmK6/lib/python3.8/site-packages/rest_framework/static/rest_framework/js/ajax-form.js
rest_framework/css/bootstrap-tweaks.css /home/ubuntu/.local/share/virtualenvs/data_keeper-rmEAvmK6/lib/python3.8/site-packages/rest_framework/static/rest_framework/css/bootstrap-tweaks.css
rest_framework/css/bootstrap.min.css /home/ubuntu/.local/share/virtualenvs/data_keeper-rmEAvmK6/lib/python3.8/site-packages/rest_framework/static/rest_framework/css/bootstrap.min.css
rest_framework/css/bootstrap-theme.min.css /home/ubuntu/.local/share/virtualenvs/data_keeper-rmEAvmK6/lib/python3.8/site-packages/rest_framework/static/rest_framework/css/bootstrap-theme.min.css
rest_framework/css/default.css /home/ubuntu/.local/share/virtualenvs/data_keeper-rmEAvmK6/lib/python3.8/site-packages/rest_framework/static/rest_framework/css/default.css
rest_framework/css/font-awesome-4.0.3.css /home/ubuntu/.local/share/virtualenvs/data_keeper-rmEAvmK6/lib/python3.8/site-packages/rest_framework/static/rest_framework/css/font-awesome-4.0.3.css
rest_framework/css/prettify.css /home/ubuntu/.local/share/virtualenvs/data_keeper-rmEAvmK6/lib/python3.8/site-packages/rest_framework/static/rest_framework/css/prettify.css
rest_framework/fonts/fontawesome-webfont.eot /home/ubuntu/.local/share/virtualenvs/data_keeper-rmEAvmK6/lib/python3.8/site-packages/rest_framework/static/rest_framework/fonts/fontawesome-webfont.eot
rest_framework/fonts/glyphicons-halflings-regular.woff /home/ubuntu/.local/share/virtualenvs/data_keeper-rmEAvmK6/lib/python3.8/site-packages/rest_framework/static/rest_framework/fonts/glyphicons-halflings-regular.woff
rest_framework/fonts/glyphicons-halflings-regular.svg /home/ubuntu/.local/share/virtualenvs/data_keeper-rmEAvmK6/lib/python3.8/site-packages/rest_framework/static/rest_framework/fonts/glyphicons-halflings-regular.svg
rest_framework/fonts/glyphicons-halflings-regular.eot /home/ubuntu/.local/share/virtualenvs/data_keeper-rmEAvmK6/lib/python3.8/site-packages/rest_framework/static/rest_framework/fonts/glyphicons-halflings-regular.eot
rest_framework/fonts/fontawesome-webfont.ttf /home/ubuntu/.local/share/virtualenvs/data_keeper-rmEAvmK6/lib/python3.8/site-packages/rest_framework/static/rest_framework/fonts/fontawesome-webfont.ttf
rest_framework/fonts/glyphicons-halflings-regular.ttf /home/ubuntu/.local/share/virtualenvs/data_keeper-rmEAvmK6/lib/python3.8/site-packages/rest_framework/static/rest_framework/fonts/glyphicons-halflings-regular.ttf
rest_framework/fonts/glyphicons-halflings-regular.woff2 /home/ubuntu/.local/share/virtualenvs/data_keeper-rmEAvmK6/lib/python3.8/site-packages/rest_framework/static/rest_framework/fonts/glyphicons-halflings-regular.woff2
rest_framework/fonts/fontawesome-webfont.svg /home/ubuntu/.local/share/virtualenvs/data_keeper-rmEAvmK6/lib/python3.8/site-packages/rest_framework/static/rest_framework/fonts/fontawesome-webfont.svg
rest_framework/fonts/fontawesome-webfont.woff /home/ubuntu/.local/share/virtualenvs/data_keeper-rmEAvmK6/lib/python3.8/site-packages/rest_framework/static/rest_framework/fonts/fontawesome-webfont.woff
schema_graph/main.js /home/ubuntu/.local/share/virtualenvs/data_keeper-rmEAvmK6/lib/python3.8/site-packages/schema_graph/static/schema_graph/main.js
django-admin-autocomplete-filter/js/autocomplete_filter_qs.js /home/ubuntu/.local/share/virtualenvs/data_keeper-rmEAvmK6/lib/python3.8/site-packages/admin_auto_filters/static/django-admin-autocomplete-filter/js/autocomplete_filter_qs.js
django-admin-autocomplete-filter/css/autocomplete-fix.css /home/ubuntu/.local/share/virtualenvs/data_keeper-rmEAvmK6/lib/python3.8/site-packages/admin_auto_filters/static/django-admin-autocomplete-filter/css/autocomplete-fix.css
import_export/import.css /home/ubuntu/.local/share/virtualenvs/data_keeper-rmEAvmK6/lib/python3.8/site-packages/import_export/static/import_export/import.css
import_export/action_formats.js /home/ubuntu/.local/share/virtualenvs/data_keeper-rmEAvmK6/lib/python3.8/site-packages/import_export/static/import_export/action_formats.js
dist/jsoneditor.min.js /home/ubuntu/.local/share/virtualenvs/data_keeper-rmEAvmK6/lib/python3.8/site-packages/django_json_widget/static/dist/jsoneditor.min.js
dist/jsoneditor.min.css /home/ubuntu/.local/share/virtualenvs/data_keeper-rmEAvmK6/lib/python3.8/site-packages/django_json_widget/static/dist/jsoneditor.min.css
dist/img/jsoneditor-icons.svg /home/ubuntu/.local/share/virtualenvs/data_keeper-rmEAvmK6/lib/python3.8/site-packages/django_json_widget/static/dist/img/jsoneditor-icons.svg
css/django_json_widget.css /home/ubuntu/.local/share/virtualenvs/data_keeper-rmEAvmK6/lib/python3.8/site-packages/django_json_widget/static/css/django_json_widget.css
colorfield/colorfield.js /home/ubuntu/.local/share/virtualenvs/data_keeper-rmEAvmK6/lib/python3.8/site-packages/colorfield/static/colorfield/colorfield.js
colorfield/jscolor/jscolor.min.js /home/ubuntu/.local/share/virtualenvs/data_keeper-rmEAvmK6/lib/python3.8/site-packages/colorfield/static/colorfield/jscolor/jscolor.min.js
colorfield/jscolor/jscolor.js /home/ubuntu/.local/share/virtualenvs/data_keeper-rmEAvmK6/lib/python3.8/site-packages/colorfield/static/colorfield/jscolor/jscolor.js
drf-yasg/url-polyfill.min.js /home/ubuntu/.local/share/virtualenvs/data_keeper-rmEAvmK6/lib/python3.8/site-packages/drf_yasg/static/drf-yasg/url-polyfill.min.js
drf-yasg/style.css /home/ubuntu/.local/share/virtualenvs/data_keeper-rmEAvmK6/lib/python3.8/site-packages/drf_yasg/static/drf-yasg/style.css
drf-yasg/insQ.min.js /home/ubuntu/.local/share/virtualenvs/data_keeper-rmEAvmK6/lib/python3.8/site-packages/drf_yasg/static/drf-yasg/insQ.min.js
drf-yasg/redoc-init.js /home/ubuntu/.local/share/virtualenvs/data_keeper-rmEAvmK6/lib/python3.8/site-packages/drf_yasg/static/drf-yasg/redoc-init.js
drf-yasg/immutable.min.js /home/ubuntu/.local/share/virtualenvs/data_keeper-rmEAvmK6/lib/python3.8/site-packages/drf_yasg/static/drf-yasg/immutable.min.js
drf-yasg/swagger-ui-init.js /home/ubuntu/.local/share/virtualenvs/data_keeper-rmEAvmK6/lib/python3.8/site-packages/drf_yasg/static/drf-yasg/swagger-ui-init.js
drf-yasg/swagger-ui-dist/swagger-ui-es-bundle-core.js /home/ubuntu/.local/share/virtualenvs/data_keeper-rmEAvmK6/lib/python3.8/site-packages/drf_yasg/static/drf-yasg/swagger-ui-dist/swagger-ui-es-bundle-core.js
drf-yasg/swagger-ui-dist/oauth2-redirect.html /home/ubuntu/.local/share/virtualenvs/data_keeper-rmEAvmK6/lib/python3.8/site-packages/drf_yasg/static/drf-yasg/swagger-ui-dist/oauth2-redirect.html
drf-yasg/swagger-ui-dist/swagger-ui-standalone-preset.js /home/ubuntu/.local/share/virtualenvs/data_keeper-rmEAvmK6/lib/python3.8/site-packages/drf_yasg/static/drf-yasg/swagger-ui-dist/swagger-ui-standalone-preset.js
drf-yasg/swagger-ui-dist/swagger-ui-bundle.js /home/ubuntu/.local/share/virtualenvs/data_keeper-rmEAvmK6/lib/python3.8/site-packages/drf_yasg/static/drf-yasg/swagger-ui-dist/swagger-ui-bundle.js
drf-yasg/swagger-ui-dist/swagger-ui-es-bundle.js /home/ubuntu/.local/share/virtualenvs/data_keeper-rmEAvmK6/lib/python3.8/site-packages/drf_yasg/static/drf-yasg/swagger-ui-dist/swagger-ui-es-bundle.js
drf-yasg/swagger-ui-dist/absolute-path.js /home/ubuntu/.local/share/virtualenvs/data_keeper-rmEAvmK6/lib/python3.8/site-packages/drf_yasg/static/drf-yasg/swagger-ui-dist/absolute-path.js
drf-yasg/swagger-ui-dist/favicon-32x32.png /home/ubuntu/.local/share/virtualenvs/data_keeper-rmEAvmK6/lib/python3.8/site-packages/drf_yasg/static/drf-yasg/swagger-ui-dist/favicon-32x32.png
drf-yasg/swagger-ui-dist/index.js /home/ubuntu/.local/share/virtualenvs/data_keeper-rmEAvmK6/lib/python3.8/site-packages/drf_yasg/static/drf-yasg/swagger-ui-dist/index.js
drf-yasg/swagger-ui-dist/swagger-ui.css /home/ubuntu/.local/share/virtualenvs/data_keeper-rmEAvmK6/lib/python3.8/site-packages/drf_yasg/static/drf-yasg/swagger-ui-dist/swagger-ui.css
drf-yasg/redoc/redoc-logo.png /home/ubuntu/.local/share/virtualenvs/data_keeper-rmEAvmK6/lib/python3.8/site-packages/drf_yasg/static/drf-yasg/redoc/redoc-logo.png
drf-yasg/redoc/redoc.min.js /home/ubuntu/.local/share/virtualenvs/data_keeper-rmEAvmK6/lib/python3.8/site-packages/drf_yasg/static/drf-yasg/redoc/redoc.min.js
drf-yasg/redoc-old/redoc.min.js /home/ubuntu/.local/share/virtualenvs/data_keeper-rmEAvmK6/lib/python3.8/site-packages/drf_yasg/static/drf-yasg/redoc-old/redoc.min.js
debug_toolbar/js/timer.js /home/ubuntu/.local/share/virtualenvs/data_keeper-rmEAvmK6/lib/python3.8/site-packages/debug_toolbar/static/debug_toolbar/js/timer.js
debug_toolbar/js/redirect.js /home/ubuntu/.local/share/virtualenvs/data_keeper-rmEAvmK6/lib/python3.8/site-packages/debug_toolbar/static/debug_toolbar/js/redirect.js
debug_toolbar/js/history.js /home/ubuntu/.local/share/virtualenvs/data_keeper-rmEAvmK6/lib/python3.8/site-packages/debug_toolbar/static/debug_toolbar/js/history.js
debug_toolbar/js/toolbar.js /home/ubuntu/.local/share/virtualenvs/data_keeper-rmEAvmK6/lib/python3.8/site-packages/debug_toolbar/static/debug_toolbar/js/toolbar.js
debug_toolbar/js/utils.js /home/ubuntu/.local/share/virtualenvs/data_keeper-rmEAvmK6/lib/python3.8/site-packages/debug_toolbar/static/debug_toolbar/js/utils.js
debug_toolbar/css/toolbar.css /home/ubuntu/.local/share/virtualenvs/data_keeper-rmEAvmK6/lib/python3.8/site-packages/debug_toolbar/static/debug_toolbar/css/toolbar.css
debug_toolbar/css/print.css /home/ubuntu/.local/share/virtualenvs/data_keeper-rmEAvmK6/lib/python3.8/site-packages/debug_toolbar/static/debug_toolbar/css/print.css

Templates (1 rendered)

Template path

  1. /opt/data_keeper/data_keeper/templates

Template

account/login.html
/opt/data_keeper/data_keeper/templates/account/login.html
Toggle context {'False': False, 'None': None, 'True': True} {'DEFAULT_MESSAGE_LEVELS': {'DEBUG': 10, 'ERROR': 40, 'INFO': 20, 'SUCCESS': 25, 'WARNING': 30}, 'LANGUAGES': [('af', 'Afrikaans'), ('ar', 'Arabic'), ('ar-dz', 'Algerian Arabic'), ('ast', 'Asturian'), ('az', 'Azerbaijani'), ('bg', 'Bulgarian'), ('be', 'Belarusian'), ('bn', 'Bengali'), ('br', 'Breton'), ('bs', 'Bosnian'), ('ca', 'Catalan'), ('cs', 'Czech'), ('cy', 'Welsh'), ('da', 'Danish'), ('de', 'German'), ('dsb', 'Lower Sorbian'), ('el', 'Greek'), ('en', 'English'), ('en-au', 'Australian English'), ('en-gb', 'British English'), ('eo', 'Esperanto'), ('es', 'Spanish'), ('es-ar', 'Argentinian Spanish'), ('es-co', 'Colombian Spanish'), ('es-mx', 'Mexican Spanish'), ('es-ni', 'Nicaraguan Spanish'), ('es-ve', 'Venezuelan Spanish'), ('et', 'Estonian'), ('eu', 'Basque'), ('fa', 'Persian'), ('fi', 'Finnish'), ('fr', 'French'), ('fy', 'Frisian'), ('ga', 'Irish'), ('gd', 'Scottish Gaelic'), ('gl', 'Galician'), ('he', 'Hebrew'), ('hi', 'Hindi'), ('hr', 'Croatian'), ('hsb', 'Upper Sorbian'), ('hu', 'Hungarian'), ('hy', 'Armenian'), ('ia', 'Interlingua'), ('id', 'Indonesian'), ('ig', 'Igbo'), ('io', 'Ido'), ('is', 'Icelandic'), ('it', 'Italian'), ('ja', 'Japanese'), ('ka', 'Georgian'), ('kab', 'Kabyle'), ('kk', 'Kazakh'), ('km', 'Khmer'), ('kn', 'Kannada'), ('ko', 'Korean'), ('ky', 'Kyrgyz'), ('lb', 'Luxembourgish'), ('lt', 'Lithuanian'), ('lv', 'Latvian'), ('mk', 'Macedonian'), ('ml', 'Malayalam'), ('mn', 'Mongolian'), ('mr', 'Marathi'), ('my', 'Burmese'), ('nb', 'Norwegian Bokmål'), ('ne', 'Nepali'), ('nl', 'Dutch'), ('nn', 'Norwegian Nynorsk'), ('os', 'Ossetic'), ('pa', 'Punjabi'), ('pl', 'Polish'), ('pt', 'Portuguese'), ('pt-br', 'Brazilian Portuguese'), ('ro', 'Romanian'), ('ru', 'Russian'), ('sk', 'Slovak'), ('sl', 'Slovenian'), ('sq', 'Albanian'), ('sr', 'Serbian'), ('sr-latn', 'Serbian Latin'), ('sv', 'Swedish'), ('sw', 'Swahili'), ('ta', 'Tamil'), ('te', 'Telugu'), ('tg', 'Tajik'), ('th', 'Thai'), ('tk', 'Turkmen'), ('tr', 'Turkish'), ('tt', 'Tatar'), ('udm', 'Udmurt'), ('uk', 'Ukrainian'), ('ur', 'Urdu'), ('uz', 'Uzbek'), ('vi', 'Vietnamese'), ('zh-hans', 'Simplified Chinese'), ('zh-hant', 'Traditional Chinese')], 'LANGUAGE_BIDI': False, 'LANGUAGE_CODE': 'en-us', 'MEDIA_URL': '/media/', 'STATIC_URL': '/static/', 'TIME_ZONE': 'UTC', 'csrf_token': <SimpleLazyObject: 'xfFEh6NyfVvQjxIXa4ASxkzCbSuzzaUvhYGccFW2hNUUMYgpRamB0PTkjA8uwSHH'>, 'debug': True, 'home_free': 78, 'home_total': 96, 'messages': <django.contrib.messages.storage.fallback.FallbackStorage object at 0x7f7885854250>, 'perms': <django.contrib.auth.context_processors.PermWrapper object at 0x7f788cc34460>, 'request': '<<request>>', 'sql_queries': <function debug.<locals>.<lambda> at 0x7f7887c42040>, 'storage_free': 0, 'storage_total': 0, 'user': <SimpleLazyObject: <django.contrib.auth.models.AnonymousUser object at 0x7f788cc34c10>>} {'form': <LoginForm bound=False, valid=Unknown, fields=(login;password;remember)>, 'redirect_field_name': 'next', 'redirect_field_value': None, 'signup_url': '/accounts/signup/', 'site': <Site: example.com>, 'view': <allauth.account.views.LoginView object at 0x7f788cc34490>}

Context processors

django.template.context_processors.csrf
Toggle context {'csrf_token': <SimpleLazyObject: 'xfFEh6NyfVvQjxIXa4ASxkzCbSuzzaUvhYGccFW2hNUUMYgpRamB0PTkjA8uwSHH'>}
django.template.context_processors.debug
Toggle context {'debug': True, 'sql_queries': <function debug.<locals>.<lambda> at 0x7f7887c42040>}
django.template.context_processors.request
Toggle context {'request': <WSGIRequest: GET '/accounts/login/'>}
django.contrib.auth.context_processors.auth
Toggle context {'user': <SimpleLazyObject: <django.contrib.auth.models.AnonymousUser object at 0x7f788cc34c10>>, 'perms': <django.contrib.auth.context_processors.PermWrapper object at 0x7f788cc34460>}
django.template.context_processors.i18n
Toggle context {'LANGUAGES': [('af', 'Afrikaans'), ('ar', 'Arabic'), ('ar-dz', 'Algerian Arabic'), ('ast', 'Asturian'), ('az', 'Azerbaijani'), ('bg', 'Bulgarian'), ('be', 'Belarusian'), ('bn', 'Bengali'), ('br', 'Breton'), ('bs', 'Bosnian'), ('ca', 'Catalan'), ('cs', 'Czech'), ('cy', 'Welsh'), ('da', 'Danish'), ('de', 'German'), ('dsb', 'Lower Sorbian'), ('el', 'Greek'), ('en', 'English'), ('en-au', 'Australian English'), ('en-gb', 'British English'), ('eo', 'Esperanto'), ('es', 'Spanish'), ('es-ar', 'Argentinian Spanish'), ('es-co', 'Colombian Spanish'), ('es-mx', 'Mexican Spanish'), ('es-ni', 'Nicaraguan Spanish'), ('es-ve', 'Venezuelan Spanish'), ('et', 'Estonian'), ('eu', 'Basque'), ('fa', 'Persian'), ('fi', 'Finnish'), ('fr', 'French'), ('fy', 'Frisian'), ('ga', 'Irish'), ('gd', 'Scottish Gaelic'), ('gl', 'Galician'), ('he', 'Hebrew'), ('hi', 'Hindi'), ('hr', 'Croatian'), ('hsb', 'Upper Sorbian'), ('hu', 'Hungarian'), ('hy', 'Armenian'), ('ia', 'Interlingua'), ('id', 'Indonesian'), ('ig', 'Igbo'), ('io', 'Ido'), ('is', 'Icelandic'), ('it', 'Italian'), ('ja', 'Japanese'), ('ka', 'Georgian'), ('kab', 'Kabyle'), ('kk', 'Kazakh'), ('km', 'Khmer'), ('kn', 'Kannada'), ('ko', 'Korean'), ('ky', 'Kyrgyz'), ('lb', 'Luxembourgish'), ('lt', 'Lithuanian'), ('lv', 'Latvian'), ('mk', 'Macedonian'), ('ml', 'Malayalam'), ('mn', 'Mongolian'), ('mr', 'Marathi'), ('my', 'Burmese'), ('nb', 'Norwegian Bokmål'), ('ne', 'Nepali'), ('nl', 'Dutch'), ('nn', 'Norwegian Nynorsk'), ('os', 'Ossetic'), ('pa', 'Punjabi'), ('pl', 'Polish'), ('pt', 'Portuguese'), ('pt-br', 'Brazilian Portuguese'), ('ro', 'Romanian'), ('ru', 'Russian'), ('sk', 'Slovak'), ('sl', 'Slovenian'), ('sq', 'Albanian'), ('sr', 'Serbian'), ('sr-latn', 'Serbian Latin'), ('sv', 'Swedish'), ('sw', 'Swahili'), ('ta', 'Tamil'), ('te', 'Telugu'), ('tg', 'Tajik'), ('th', 'Thai'), ('tk', 'Turkmen'), ('tr', 'Turkish'), ('tt', 'Tatar'), ('udm', 'Udmurt'), ('uk', 'Ukrainian'), ('ur', 'Urdu'), ('uz', 'Uzbek'), ('vi', 'Vietnamese'), ('zh-hans', 'Simplified Chinese'), ('zh-hant', 'Traditional Chinese')], 'LANGUAGE_CODE': 'en-us', 'LANGUAGE_BIDI': False}
django.template.context_processors.media
Toggle context {'MEDIA_URL': '/media/'}
django.template.context_processors.static
Toggle context {'STATIC_URL': '/static/'}
django.template.context_processors.tz
Toggle context {'TIME_ZONE': 'UTC'}
django.contrib.messages.context_processors.messages
Toggle context {'messages': <django.contrib.messages.storage.fallback.FallbackStorage object at 0x7f7885854250>, 'DEFAULT_MESSAGE_LEVELS': {'DEBUG': 10, 'INFO': 20, 'SUCCESS': 25, 'WARNING': 30, 'ERROR': 40}}
config.contexts.free_space
Toggle context {'storage_free': 0, 'storage_total': 0, 'home_free': 78, 'home_total': 96}

Cache calls from 1 backend

Summary

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

Commands

add get set touch 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 0

Signals

Signal Receivers
class_prepared
connection_created
got_request_exception _got_request_exception
m2m_changed front_photos_in_photo_set_changed, side_photos_in_photo_set_changed
post_delete ModelBase.update_changed, ModelBase.update_changed, ModelBase.update_changed, delete_all_post_delete, delete_all_post_delete, delete_all_post_delete, delete_all_post_delete, delete_all_post_delete, delete_all_post_delete, delete_all_post_delete, delete_all_post_delete, delete_all_post_delete, delete_all_post_delete, delete_all_post_delete, delete_all_post_delete, delete_all_post_delete, delete_all_post_delete, delete_all_post_delete, delete_all_post_delete, delete_all_post_delete, delete_all_post_delete, delete_all_post_delete, delete_all_post_delete, delete_all_post_delete, delete_all_post_delete, delete_all_post_delete, delete_all_post_delete, delete_all_post_delete, delete_all_post_delete, delete_all_post_delete, delete_all_post_delete, delete_all_post_delete, delete_all_post_delete, delete_all_post_delete, delete_all_post_delete, delete_all_post_delete, delete_all_post_delete, delete_all_post_delete, delete_all_post_delete, delete_all_post_delete, delete_all_post_delete, delete_all_post_delete, delete_all_post_delete, delete_all_post_delete, delete_all_post_delete
post_init ImageField.update_dimension_fields, ImageField.update_dimension_fields, ImageField.update_dimension_fields, ImageField.update_dimension_fields, cache_original_post_init, cache_original_post_init, cache_original_post_init, cache_original_post_init, cache_original_post_init, cache_original_post_init, cache_original_post_init, cache_original_post_init, cache_original_post_init, cache_original_post_init, cache_original_post_init, cache_original_post_init, cache_original_post_init, cache_original_post_init, cache_original_post_init, cache_original_post_init, cache_original_post_init, cache_original_post_init, cache_original_post_init, cache_original_post_init, cache_original_post_init, cache_original_post_init, cache_original_post_init, cache_original_post_init, cache_original_post_init, cache_original_post_init, cache_original_post_init, cache_original_post_init, cache_original_post_init, cache_original_post_init, cache_original_post_init, cache_original_post_init, cache_original_post_init, cache_original_post_init, cache_original_post_init, cache_original_post_init, cache_original_post_init, cache_original_post_init, cache_original_post_init, cache_original_post_init, cache_original_post_init, cache_original_post_init
post_migrate create_permissions, create_contenttypes, create_default_site
post_save ModelBase.update_changed, ModelBase.update_changed, ModelBase.update_changed, ModelBase.update_changed, delete_old_post_save, delete_old_post_save, delete_old_post_save, delete_old_post_save, delete_old_post_save, delete_old_post_save, delete_old_post_save, delete_old_post_save, delete_old_post_save, delete_old_post_save, delete_old_post_save, delete_old_post_save, delete_old_post_save, delete_old_post_save, delete_old_post_save, delete_old_post_save, delete_old_post_save, delete_old_post_save, delete_old_post_save, delete_old_post_save, delete_old_post_save, delete_old_post_save, delete_old_post_save, delete_old_post_save, delete_old_post_save, delete_old_post_save, delete_old_post_save, delete_old_post_save, delete_old_post_save, delete_old_post_save, delete_old_post_save, delete_old_post_save, delete_old_post_save, delete_old_post_save, delete_old_post_save, delete_old_post_save, delete_old_post_save, delete_old_post_save, delete_old_post_save, delete_old_post_save, delete_old_post_save, delete_old_post_save
pre_delete clear_site_cache, ModelBase.changed, ModelBase.update_changed
pre_init
pre_migrate inject_rename_contenttypes_operations
pre_save clear_site_cache, ModelBase.changed, fallback_pre_save, fallback_pre_save, fallback_pre_save, fallback_pre_save, fallback_pre_save, fallback_pre_save, fallback_pre_save, fallback_pre_save, fallback_pre_save, fallback_pre_save, fallback_pre_save, fallback_pre_save, fallback_pre_save, fallback_pre_save, fallback_pre_save, fallback_pre_save, fallback_pre_save, fallback_pre_save, fallback_pre_save, fallback_pre_save, fallback_pre_save, fallback_pre_save, fallback_pre_save, fallback_pre_save, fallback_pre_save, fallback_pre_save, fallback_pre_save, fallback_pre_save, fallback_pre_save, fallback_pre_save, fallback_pre_save, fallback_pre_save, fallback_pre_save, fallback_pre_save, fallback_pre_save, fallback_pre_save, fallback_pre_save, fallback_pre_save, fallback_pre_save, fallback_pre_save, fallback_pre_save, fallback_pre_save
request_finished close_old_connections, close_caches, reset_urlconf
request_started reset_queries, close_old_connections
setting_changed reset_cache, Settings.change_setting, clear_cache_handlers, update_installed_apps, update_connections_time_zone, clear_routers_cache, reset_template_engines, clear_serializers_cache, language_changed, localize_settings_changed, file_storage_changed, complex_setting_changed, root_urlconf_changed, static_storage_changed, static_finders_changed, auth_password_validators_changed, user_model_swapped, reset_hashers, reload_api_settings, LocalStorage._clear_cached_properties, FileSystemStorage._clear_cached_properties, FileSystemStorage._clear_cached_properties, FileSystemStorage._clear_cached_properties, FileSystemStorage._clear_cached_properties, FileSystemStorage._clear_cached_properties, FileSystemStorage._clear_cached_properties, FileSystemStorage._clear_cached_properties, FileSystemStorage._clear_cached_properties, FileSystemStorage._clear_cached_properties, FileSystemStorage._clear_cached_properties, StaticFilesStorage._clear_cached_properties

Log messages

No messages logged.

Profiling

Call CumTime Per TotTime Per Count
/debug_toolbar/panels/__init__.py in process_request(184)
0.017 0.017 0.000 0.000 1
/django/core/handlers/exception.py in inner(44)
0.016 0.016 0.000 0.000 1
/django/core/handlers/base.py in _get_response(160)
0.016 0.016 0.000 0.000 1
/sentry_sdk/integrations/django/views.py in sentry_wrapped_callback(61)
0.009 0.009 0.000 0.000 1
/usr/lib/python3.8/contextlib.py in inner(72)
0.009 0.009 0.000 0.000 1
/django/db/transaction.py in __enter__(177)
0.007 0.007 0.000 0.000 1
/django/db/backends/base/base.py in get_autocommit(387)
0.007 0.007 0.000 0.000 1
/django/utils/asyncio.py in inner(14)
0.007 0.003 0.000 0.000 1
/django/db/backends/base/base.py in connect(184)
0.007 0.007 0.000 0.000 1
/django/utils/asyncio.py in inner(14)
0.006 0.006 0.000 0.000 1
/django/db/backends/base/base.py in connect(184)
0.007 0.007 0.000 0.000 1
/django/db/backends/base/base.py in ensure_connection(214)
0.007 0.001 0.000 0.000 3
/django/db/backends/postgresql/base.py in get_new_connection(185)
0.006 0.006 0.000 0.000 1
/django/db/backends/base/base.py in ensure_connection(214)
0.007 0.001 0.000 0.000 3
/django/utils/asyncio.py in inner(14)
0.007 0.007 0.000 0.000 1
/django/db/backends/base/base.py in connect(184)
0.007 0.007 0.000 0.000 1
/django/db/backends/base/base.py in ensure_connection(214)
0.007 0.001 0.000 0.000 3
/django/db/backends/postgresql/base.py in get_new_connection(185)
0.006 0.006 0.000 0.000 1
/django/db/backends/postgresql/base.py in get_new_connection(185)
0.006 0.006 0.000 0.000 1
/psycopg2/__init__.py in connect(80)
0.006 0.006 0.000 0.000 1
{built-in method psycopg2._psycopg._connect}
0.006 0.006 0.006 0.006 1
/django/template/response.py in render(96)
0.008 0.008 0.000 0.000 1
/sentry_sdk/integrations/django/templates.py in rendered_content(61)
0.007 0.007 0.000 0.000 1
/django/template/response.py in rendered_content(72)
0.007 0.007 0.000 0.000 1
/django/template/backends/django.py in render(58)
0.007 0.007 0.000 0.000 1
/django/template/base.py in render(164)
0.007 0.007 0.000 0.000 1
/django/test/utils.py in instrumented_test_render(94)
0.007 0.007 0.000 0.000 1
/django/dispatch/dispatcher.py in send(159)
0.006 0.006 0.000 0.000 1
/django/dispatch/dispatcher.py in <listcomp>(180)
0.006 0.006 0.000 0.000 1