Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

sphinx now does not work with django #134

Closed
sobolevn opened this issue Jan 16, 2018 · 0 comments
Closed

sphinx now does not work with django #134

sobolevn opened this issue Jan 16, 2018 · 0 comments
Assignees
Labels

Comments

@sobolevn
Copy link
Member

sobolevn commented Jan 16, 2018

sphinx should call something like this in conf.py:

import django

os.environ['DJANGO_SETTINGS_MODULE'] = 'server.settings'
django.setup()

This issue should be fixed after #133 is resolved.

@sobolevn sobolevn added the bug label Jan 16, 2018
@sobolevn sobolevn self-assigned this Jan 16, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant