-
Notifications
You must be signed in to change notification settings - Fork 656
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
docs: Add missing dependencies and fix django #657
docs: Add missing dependencies and fix django #657
Conversation
- Add missing sqlalchemy and django dependencies - Configure django in docs/conf.py to avoid non configured exeception
import django | ||
from django.conf import settings | ||
|
||
settings.configure() |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can you explain a bit more about the exception and how this solves it?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Sure, I added a comment with more information in 5de0516.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looking good!
docs-requirements.txt
Outdated
@@ -13,5 +14,6 @@ prometheus_client>=0.5.0,<1.0.0 | |||
psycopg2-binary>=2.7.3.1 | |||
pymongo~=3.1 | |||
redis>=2.6 | |||
sqlalchemy |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
does this have a floor version too?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yup, it should be >= 1.0
Preview here https://opentelemetry-python-mauricio.readthedocs.io/en/latest/.