print local and remote app urls when app host is set to "0.0.0.0"

+ update app version in settings.py
This commit is contained in:
geoffrey45
2023-01-20 22:21:40 +03:00
parent 5dad45f188
commit 3dc9bc1f15
8 changed files with 790 additions and 650 deletions
+1 -1
View File
@@ -4,7 +4,7 @@ Contains default configs
import multiprocessing
import os
APP_VERSION = "Swing v0.0.1.alpha"
APP_VERSION = "Swing v.1.0.0.beta.1"
# paths
CONFIG_FOLDER = ".swing"