You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
This package depends on a
pyramid_es
fork: https://github.com/truelab/pyramid_esIt 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 notpyramid_es
aware: your models have to inherit from apyramid_es
mixin class so you cannot usepyramid_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#82- fork
pyramid_es
and publish a custom renamed versionOption 1 is the preferred way obviously.
The text was updated successfully, but these errors were encountered: