Is there a Java analogue to Pinax/Django? (Perhaps an extension to Jboss Seam and/or functionality already built into Seam?)
Trying to evaluate Pinax vs. Plone as platforms for developing a social network with some RIA capabilities and a solid permissions setup allowing the user to make content visible on a per item开发者_如
After much research, I\'ve come up with a list of what I think might be the best way of putting together a Python based social network/cms, but have some questions about how some of these components f
I tried to install Pinax development version by using pip and virtual environment.It was running on 127.0.0.1:8000 very well.However, when I deployed it on Apache 2 using mod_wsgi, it began to raise e
Is there a way to run Pinax without virtualenv? I want to run it without virtualenv as I want to run it on a django-container on mediatemples grid-hosting service. Their containers can scale upto 1Gb
I wanted to deloy a pinax project on a mediatemple. Does anyone 开发者_如何学Cknow how to go about making it work there? or any other webhost?Here are some instructions for how to install on WebFactio
I ran the command python manage.py runserver 0.0.0.0:8000 It started the server up, but when I navigate to http://myipaddress:8000, my webbroswer doesnt connect. I also tried with my iphone safari br
I am using a Windows machine with python, django, and pinax installed. I can import modules from any normal location (even if it\'s not in the actuall installed directory).However, I cannot import th
I have a variable called STATIC_URL, declared in settings.py in my base project: STATIC_URL = \'/site_media/static/\'
I want to gather some more information when the user signs开发者_如何学编程 up and also display this as part of the profile information - sothat the user can edit it once he creates a login.