Skip to content

Commit

Permalink
Fix APP_TEMPLATES_DIR env var name
Browse files Browse the repository at this point in the history
  • Loading branch information
ajhai committed Aug 28, 2023
1 parent c156135 commit aa73a8a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion llmstack/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -321,5 +321,5 @@
'datasources.handlers.website',
]

APP_TEMPLATES_DIR = os.getenv('APP_TEMPATES_PATH', os.path.join(
APP_TEMPLATES_DIR = os.getenv('APP_TEMPATES_DIR', os.path.join(
BASE_DIR, 'contrib', 'apps', 'templates'))

0 comments on commit aa73a8a

Please sign in to comment.