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

Support Django 1.8 & 1.9 #26

Closed
cschneid opened this issue Apr 18, 2018 · 11 comments
Closed

Support Django 1.8 & 1.9 #26

cschneid opened this issue Apr 18, 2018 · 11 comments
Labels

Comments

@cschneid
Copy link
Contributor

No description provided.

@sebzur
Copy link

sebzur commented May 22, 2018

@cschneid Any estimated deadline for this issue?

@dlanderson
Copy link
Contributor

@sebzur No ETA at the moment. We'll update the issue if that changes. What frameworks+versions+app servers do you use?

@mtthwsar
Copy link

This would be useful for me too!

@ckcollab
Copy link

Thanks for all of the hard work on this! I was bummed to get through setup and realize Django 2.0 isn't supported; hope this works soon.

@itsderek23
Copy link
Contributor

Hi @ckcollab - odd. Scout scout support Django 2.0.

Mind emailing support@scoutapp.com with any errors you are seeing?

@ckcollab
Copy link

Ah, misread the readme, hopefully it's a simple mistake on my end! Here's the error:

       Traceback (most recent call last):
         File "manage.py", line 15, in <module>
           execute_from_command_line(sys.argv)
         File "/app/.heroku/python/lib/python3.6/site-packages/django/core/management/__init__.py", line 371, in execute_from_command_line
           utility.execute()
         File "/app/.heroku/python/lib/python3.6/site-packages/django/core/management/__init__.py", line 347, in execute
           django.setup()
         File "/app/.heroku/python/lib/python3.6/site-packages/django/__init__.py", line 24, in setup
           apps.populate(settings.INSTALLED_APPS)
         File "/app/.heroku/python/lib/python3.6/site-packages/django/apps/registry.py", line 120, in populate
           app_config.ready()
         File "/app/.heroku/python/lib/python3.6/site-packages/scout_apm/django/apps.py", line 30, in ready
           self.install_middleware()
         File "/app/.heroku/python/lib/python3.6/site-packages/scout_apm/django/apps.py", line 44, in install_middleware
           if settings.MIDDLEWARE_CLASSES is not None:
         File "/app/.heroku/python/lib/python3.6/site-packages/django/conf/__init__.py", line 57, in __getattr__
           val = getattr(self._wrapped, name)
       AttributeError: 'Settings' object has no attribute 'MIDDLEWARE_CLASSES'

I can open a new issue for this?

@cschneid
Copy link
Contributor Author

@ckcollab I'll open an issue and get that fixed. Sorry!

@cschneid
Copy link
Contributor Author

cschneid commented Aug 24, 2018

@ckcollab the issue is #118, and I just pushed a PR for it to #119

It'll be released in a little bit as version 1.3.2

EDIT Fixed version number.

@ajford
Copy link

ajford commented Sep 5, 2018

Also would love to see Django 1.8/1.9 support.

Django 1.8 on Ubuntu 16.04 running behind uwsgi, if details help.

@aaugustin
Copy link
Contributor

Once #133 is merged, I think this issue can be closed.

@cschneid
Copy link
Contributor Author

This will be released with the next version of the agent.

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

8 participants