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