I did a fresh install of the "intranet" website provided by pinax. After trying out 'python manage.py runserver' and browsing around I noticed a few things:
1. I can't add new bookmarks (the button just doesn't do anything) 2. In the webserver log I have: "GET /site_media/static/js/comments.js HTTP/1.1" 404 1776 (after checking out the javascript location, I found that indeed it's missing, the path is right because the css loads) 3. The wiki app has no markdown, it just uses html tags and I have no way of adding new pages. Any ideas ? I used 'pip install pinax' for installation. I'd like to use pinax and build off of it, but so far it seems either buggy or not very well documented. Thanks, Mihai -- You received this message because you are subscribed to the Google Groups "Pinax Core Development" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/pinax-core-dev?hl=en.
