We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1cf47c8 commit 9643d38Copy full SHA for 9643d38
1 file changed
users/default_config.py
@@ -12,7 +12,7 @@
12
PUBLIC_URL = 'http://members.python.or.id'
13
14
# PROJECT_FAVICON_FILE: Path to project favicon file
15
-PROJECT_FAVICON_FILE = '/users/static/img/favicon.png'
+PROJECT_FAVICON_FILE = '/static/img/favicon.png'
16
17
# PATH TO SQLITE DB
18
SQLITE_DB_PATH = os.path.abspath(
0 commit comments