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

The example code for DEFAULT_CLIENT in the docs is incorrect #4

Open
ysugiura opened this issue Apr 3, 2015 · 0 comments
Open

The example code for DEFAULT_CLIENT in the docs is incorrect #4

ysugiura opened this issue Apr 3, 2015 · 0 comments

Comments

@ysugiura
Copy link

ysugiura commented Apr 3, 2015

The docs(v0.2) says:

To make life a little easier, we can stop passing the client argument by setting our client as the default client:

>>> from restorm.conf import settings
>>> settings.DEFAULT_CLIENT = client

This has to be...

>>> from restorm.conf import Settings
>>> Settings.DEFAULT_CLIENT = client
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant