diff --git a/server/__pycache__/__init__.cpython-37.pyc b/server/__pycache__/__init__.cpython-37.pyc deleted file mode 100644 index abe0f43..0000000 Binary files a/server/__pycache__/__init__.cpython-37.pyc and /dev/null differ diff --git a/server/__pycache__/__init__.cpython-39.pyc b/server/__pycache__/__init__.cpython-39.pyc deleted file mode 100644 index b995e70..0000000 Binary files a/server/__pycache__/__init__.cpython-39.pyc and /dev/null differ diff --git a/server/__pycache__/admin.cpython-37.pyc b/server/__pycache__/admin.cpython-37.pyc deleted file mode 100644 index 907f3d0..0000000 Binary files a/server/__pycache__/admin.cpython-37.pyc and /dev/null differ diff --git a/server/__pycache__/admin.cpython-39.pyc b/server/__pycache__/admin.cpython-39.pyc deleted file mode 100644 index 0de04df..0000000 Binary files a/server/__pycache__/admin.cpython-39.pyc and /dev/null differ diff --git a/server/__pycache__/models.cpython-37.pyc b/server/__pycache__/models.cpython-37.pyc deleted file mode 100644 index cda65b6..0000000 Binary files a/server/__pycache__/models.cpython-37.pyc and /dev/null differ diff --git a/server/__pycache__/models.cpython-39.pyc b/server/__pycache__/models.cpython-39.pyc deleted file mode 100644 index 8ccbc06..0000000 Binary files a/server/__pycache__/models.cpython-39.pyc and /dev/null differ diff --git a/server/__pycache__/urls.cpython-37.pyc b/server/__pycache__/urls.cpython-37.pyc deleted file mode 100644 index 9244a65..0000000 Binary files a/server/__pycache__/urls.cpython-37.pyc and /dev/null differ diff --git a/server/__pycache__/urls.cpython-39.pyc b/server/__pycache__/urls.cpython-39.pyc deleted file mode 100644 index 7282c4e..0000000 Binary files a/server/__pycache__/urls.cpython-39.pyc and /dev/null differ diff --git a/server/__pycache__/views.cpython-37.pyc b/server/__pycache__/views.cpython-37.pyc deleted file mode 100644 index 966eb14..0000000 Binary files a/server/__pycache__/views.cpython-37.pyc and /dev/null differ diff --git a/server/__pycache__/wsgi.cpython-37.pyc b/server/__pycache__/wsgi.cpython-37.pyc deleted file mode 100644 index ba8cd31..0000000 Binary files a/server/__pycache__/wsgi.cpython-37.pyc and /dev/null differ diff --git a/server/__pycache__/wsgi.cpython-39.pyc b/server/__pycache__/wsgi.cpython-39.pyc deleted file mode 100644 index 0301e00..0000000 Binary files a/server/__pycache__/wsgi.cpython-39.pyc and /dev/null differ diff --git a/settings.yml b/settings.yml deleted file mode 100644 index 24d5534..0000000 --- a/settings.yml +++ /dev/null @@ -1,29 +0,0 @@ -dependencies: - djangoldp_notifications -ldppackages: - -server: - DEBUG: true - ALLOWED_HOSTS: - - "*" - SECRET_KEY: "ak$t4x@9pcs$ypwt_m38)vcg^m=q@j7*2rs2gu7%h0wwcv)(y2" - DATABASES: - default: - ENGINE: django.db.backends.postgresql_psycopg2 - NAME: djangoldp - LDP_RDF_CONTEXT: https://cdn.happy-dev.fr/owl/hdcontext.jsonld - ROOT_URLCONF: server.urls - STATIC_ROOT: static - # STATIC_URL: = '/static/' - # STATICFILES_DIRS: = '/Users/trav/Documents/gitnsurge/autonomic/startinblox/startinblox-startinoff' - MEDIA_ROOT: media - INSTALLED_APPS: - - server - - djangoldp_crypto # only needed by decentral1se for #236 - - webpush - - - WEBPUSH_SETTINGS: - VAPID_PUBLIC_KEY: "BIDVJ0sd4Cyycf_aGCxhQ_SmXBneWboI3wGO-Iyj3ofeGkvYyNp5o6W9eTf13YkJSz6NlRwiCHA08m8e82n5WXI" - VAPID_PRIVATE_KEY: "zQ-Apj3yLGvcq-l_YNFMFgNVBxQ5_JYEsUbZA36Yhes" - VAPID_ADMIN_EMAIL: "trav@teafry.me"