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

pyramid_es status #20

Open
davidemoro opened this issue May 26, 2015 · 0 comments
Open

pyramid_es status #20

davidemoro opened this issue May 26, 2015 · 0 comments
Milestone

Comments

@davidemoro
Copy link
Contributor

This package depends on a pyramid_es fork: https://github.com/truelab/pyramid_es
It should be considered almost stable since it is already used on a heavy production site without any problem but it cannot be published until the changes will be merged with the original pyramid_es and releasedon PyPI.

Why? The original pyramid_es does not support models not pyramid_es aware: your models have to inherit from a pyramid_es mixin class so you cannot use pyramid_es as it is when your models already exist because they are part of an existing framework or third party released.

There are two possible ways:
1- [preferred] merge our fork into the original pyramid_es. We need the @storborg opinion! Link: storborg/pyramid_es#8
2- fork pyramid_es and publish a custom renamed version

Option 1 is the preferred way obviously.

@davidemoro davidemoro added this to the 0.1 milestone May 26, 2015
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