Skip to content

Config item templatedir should follow the same pattern as other directory config items #21

@ashcrow

Description

@ashcrow

Currently templatedir is the only item in the configuration system that wants a directory not including the end directory.

{
    ...
    "templatedir": ".",
    "logdir": "./logs",
    "staticdir": "./static"
}

It should be a full directory like the others: Example:

{
    ...
    "templatedir": "./templates",
    "logdir": "./logs",
    "staticdir": "./static"
}

Note: Backwards compatibility should be kept.

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions