Hi,
I'm trying to get a working install with FeinCMS: 1.12.1, Django 1.8.13 and Zipfelchappe.
After some fiddling I got the admin partially working. And I like what I see so far; so I'm trying to create a pull request for an updated zipfelchappe.
https://github.com/acidjunk/zipfelchappe
When I click the "View on site" for an zipfelchappe item in admin: Unable to find ApplicationContent for u'zipfelchappe.urls': Seems an older error as in 2013 it was also mentioned in this group and on SO:
http://stackoverflow.com/questions/18009266/how-to-install-3rd-party-app-on-feincms; the code to reverse the URL seems fine:
@app_models.permalink
def get_absolute_url(self):
return 'zipfelchappe_project_detail', ROOT_URLS, (self.slug,)
I tested it with:
from feincms.apps import app_reverse
app_reverse('zipfelchappe_project_detail', 'zipfelchappe.urls', 'my-slug')
If I try to go to the homepage: I get a 404 error raised by feincms.views.Handler. After several hours reading in docs and changelogs I can't find any big changes in app_reverse() or 3th party url loading.
As the original, zipfelchappe, version doesn't run out of the box i'm stuck; no working reference project. Any help in loading one of the zipfelchappe urls (projects, backers, pledges etc.) is very much appreciated.
Kind Regards,
Rene