manifesto
manifesto copied to clipboard
Per user manifest
Hello,
thanks for this app I have a problem integrating manifesto as app in my django project, but my principal question is:
Is there a easy way to add a per-user manifest within your app? including user parameters such as a selection of user's images related to the user profile configuration? In order to add only the user related images in the per-user manifest?
thanks for your future answer
That would require to pass request
to UnifiedManifest
in ManifestView
, this is not the case for now, but it should not be to hard to do, do you want to give it a try ? I do accept pull-request !
What do you mean by UnifiedManifest? That would really not be hard at all! Maybe i will check it soon G.
sorry ...
You can find UnifiedManifest
here : https://github.com/cyberdelia/manifesto/blob/master/manifesto/init.py#L15
if you give me tips of how to do this , I could...
You should create an instance of UnifiedManifest
in ManifestView
and passing it the request
object, and modifying UnifiedManifest
accordingly.
Sorry but i will have no time to do this, although i need this kind of solutions to make my things working...