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

Brubeck, blacklist is unknown #123

Open
reduxdj opened this issue Sep 19, 2013 · 2 comments
Open

Brubeck, blacklist is unknown #123

reduxdj opened this issue Sep 19, 2013 · 2 comments

Comments

@reduxdj
Copy link
Contributor

reduxdj commented Sep 19, 2013

File "./listsurf.py", line 10, in
from handlers import (AccountLoginHandler,
File "/Users/dj/listsurf/handlers.py", line 11, in
from brubeck.models import User
File "/Users/dj/.virtualenvs/listsurf/lib/python2.7/site-packages/brubeck-0.4.0-py2.7.egg/brubeck/models.py", line 24, in
class User(Model):
File "/Users/dj/.virtualenvs/listsurf/lib/python2.7/site-packages/brubeck-0.4.0-py2.7.egg/brubeck/models.py", line 37, in User
class Options:
File "/Users/dj/.virtualenvs/listsurf/lib/python2.7/site-packages/brubeck-0.4.0-py2.7.egg/brubeck/models.py", line 39, in Options
'owner': blacklist('password', 'is_active'),
NameError: name 'blacklist' is not defined

@reduxdj
Copy link
Contributor Author

reduxdj commented Sep 20, 2013

import needed

@reduxdj
Copy link
Contributor Author

reduxdj commented Sep 20, 2013

from schematics.transforms import blacklist

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