Daniele Procida

Results 52 comments of Daniele Procida

Yes, absolutely, and I hope to find some time to work on that soon.

I will have a look and make sure the JSON database file is up-to-date.

Can you try again, following the instructions at http://arkestra.readthedocs.org/en/latest/getting_started/installation.html (which have been updated) but using the file https://www.dropbox.com/s/ya81gft1jf8wxm7/example_database.json instead of the one in the repository?

Thanks for the report. I was going to say to check that it still occurs using the latest version of django CMS, but I see you've done that now. In...

On Fri, Feb 21, 2014, justinasjaronis [email protected] wrote: > There is one thing that is a must for modern websites that Arkestra > really lacks - generic asynchronious data supply...

On Mon, Feb 3, 2014, Samuel Bishop [email protected] wrote: > While i can find documentation on creating Django-CMS plugins, I'm quite > sure theres a difference between a vanilla Django-CMS...

Are you trying to use `{% news_and_events %}`? That's the only thing there that's interested in `work_out_entity`. And unless you really, really want to use `{% news_and_events %}`, my suggestion...

If you really have a use for it, I guess `{% news_and_events %}` is worth keeping.

There is no alternative. Be warned however that the code in https://github.com/evildmp/Arkestra/blob/develop/news_and_events/templatetags/news_and_events_tags.py#L11 is out of date. For example, the `current_or_archive` attribute has been replaced with `view`, and takes different slightly...

Probably case-sensitivity in https://github.com/evildmp/Arkestra/blob/master/arkestra_utilities/menu.py