WIP
This commit is contained in:
BIN
db.sqlite3
BIN
db.sqlite3
Binary file not shown.
@@ -61,3 +61,9 @@ sudo dokku config:set --no-restart --global DOKKU_LETSENCRYPT_EMAIL=werkoutdev@t
|
|||||||
sudo dokku letsencrypt:enable werkout
|
sudo dokku letsencrypt:enable werkout
|
||||||
sudo dokku letsencrypt:cron-job --add
|
sudo dokku letsencrypt:cron-job --add
|
||||||
sudo dokku plugin:install https://github.com/dokku/dokku-redirect.git
|
sudo dokku plugin:install https://github.com/dokku/dokku-redirect.git
|
||||||
|
|
||||||
|
----------------------------------------
|
||||||
|
45.79.34.63
|
||||||
|
server root pass - bohxep-pymde8-xakmyG
|
||||||
|
----
|
||||||
|
|
||||||
|
|||||||
@@ -12,6 +12,7 @@ diff-match-patch==20230430
|
|||||||
Django==4.2.2
|
Django==4.2.2
|
||||||
django-debug-toolbar==4.1.0
|
django-debug-toolbar==4.1.0
|
||||||
django-import-export==3.2.0
|
django-import-export==3.2.0
|
||||||
|
django-push-notifications==3.0.0
|
||||||
djangorestframework==3.14.0
|
djangorestframework==3.14.0
|
||||||
et-xmlfile==1.1.0
|
et-xmlfile==1.1.0
|
||||||
gevent==22.10.1
|
gevent==22.10.1
|
||||||
|
|||||||
@@ -31,6 +31,7 @@ INSTALLED_APPS = [
|
|||||||
'rest_framework',
|
'rest_framework',
|
||||||
'rest_framework.authtoken',
|
'rest_framework.authtoken',
|
||||||
'import_export',
|
'import_export',
|
||||||
|
'push_notifications',
|
||||||
|
|
||||||
'equipment',
|
'equipment',
|
||||||
'exercise',
|
'exercise',
|
||||||
@@ -164,7 +165,7 @@ if os.environ.get("DATABASE_URL"):
|
|||||||
else:
|
else:
|
||||||
DEBUG = True
|
DEBUG = True
|
||||||
ALLOWED_HOSTS = ['*']
|
ALLOWED_HOSTS = ['*']
|
||||||
SECRET_KEY = 'django-insecure-o_0sbr3lxcy#_r#imo4tl0cw*%@*__2a48dcd6hbp&u9b5dx=1'
|
SECRET_KEY = os.environ.get("SECRET_KEY", 'secret')
|
||||||
|
|
||||||
DATABASES = {
|
DATABASES = {
|
||||||
'default': {
|
'default': {
|
||||||
|
|||||||
Reference in New Issue
Block a user