mirror of
https://github.com/evennia/evennia.git
synced 2026-04-05 15:37:17 +02:00
Fix typo in doc conf
This commit is contained in:
parent
6d0e85492d
commit
63a2b3b1aa
1 changed files with 1 additions and 1 deletions
|
|
@ -186,7 +186,7 @@ if not _no_autodoc:
|
|||
|
||||
with cd(EV_ROOT):
|
||||
# set up Evennia so its sources can be parsed
|
||||
os.environ["DJANGO_SETTINGS_MODULE"] = "evennia.settings.default"
|
||||
os.environ["DJANGO_SETTINGS_MODULE"] = "evennia.settings_default"
|
||||
|
||||
import django # noqa
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue