mirror of
https://github.com/aquatix/digimarks.git
synced 2025-12-06 22:05:09 +01:00
Adjust to project nesting
This commit is contained in:
@@ -34,8 +34,8 @@ class Settings(BaseSettings):
|
|||||||
favicons_dir: DirectoryPath
|
favicons_dir: DirectoryPath
|
||||||
|
|
||||||
# inside the codebase
|
# inside the codebase
|
||||||
static_dir: DirectoryPath = 'static'
|
static_dir: DirectoryPath = 'digimarks/static'
|
||||||
template_dir: DirectoryPath = 'templates'
|
template_dir: DirectoryPath = 'digimarks/templates'
|
||||||
|
|
||||||
media_url: str = '/static/'
|
media_url: str = '/static/'
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user