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

docs: Add missing dependencies and fix django #657

Merged
merged 5 commits into from
May 8, 2020
Merged

docs: Add missing dependencies and fix django #657

merged 5 commits into from
May 8, 2020

Conversation

mauriciovasquezbernal
Copy link
Member

  • Add missing sqlalchemy and django dependencies
  • Configure django in docs/conf.py to avoid non configured exeception

Preview here https://opentelemetry-python-mauricio.readthedocs.io/en/latest/.

- Add missing sqlalchemy and django dependencies
- Configure django in docs/conf.py to avoid non configured exeception
@mauriciovasquezbernal mauriciovasquezbernal added the doc Documentation-related label May 7, 2020
@mauriciovasquezbernal mauriciovasquezbernal requested a review from a team May 7, 2020 14:16
import django
from django.conf import settings

settings.configure()
Copy link
Contributor

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?

Copy link
Member Author

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.

Copy link
Contributor

@ocelotl ocelotl left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looking good!

@@ -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
Copy link
Member

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?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I just copy and pasted from

@codeboten do you have more information here?

Copy link
Contributor

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

@toumorokoshi toumorokoshi merged commit c061d3c into open-telemetry:master May 8, 2020
srikanthccv pushed a commit to srikanthccv/opentelemetry-python that referenced this pull request Nov 1, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
doc Documentation-related
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants