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

Rename fake-factory to Faker #1

Closed
ArturFormella opened this issue Jan 16, 2017 · 2 comments
Closed

Rename fake-factory to Faker #1

ArturFormella opened this issue Jan 16, 2017 · 2 comments

Comments

@ArturFormella
Copy link

Hello, running query:

CREATE SERVER faker_srv8
 FOREIGN DATA WRAPPER multicorn
 OPTIONS (wrapper 'faker_fdw.FakerForeignDataWrapper');

I have an exception:

SQL error:
ERROR:  Error in python: ImportError
DETAIL:  The ``fake-factory`` package is now called ``Faker``.
Please update your requirements.

The "fake-factory" package name is depreciated.
Look also at this:
FactoryBoy/factory_boy#334

@guedes
Copy link
Owner

guedes commented Jan 18, 2017

Hum... My fault, I've fixed that as you can see here but didn't fixed the README :( I'm changing that! Thanks for pointing it.

@guedes guedes closed this as completed in 4f2cb8d Jan 18, 2017
@guedes
Copy link
Owner

guedes commented Jan 18, 2017

I've fixed the README.

To install you should change the version from v0.1.0 to v0.1.1:

sudo pip install http://github.com/guedes/faker_fdw/archive/v0.1.1.zip

Regards!

guedes added a commit that referenced this issue Jan 18, 2017
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

2 participants