On 13-6-2012 10:28, ruma wrote: > Now I want to deploy in the production. But I do not have access to > the httpd.
Use uwsgi deployment, start it up as your own user then remind the people at the service that you're paying them and request a config change to the webserver pointing the hostname to the uwsgi socket, and aliases for /media/ and /static/. It helps if you provide them with a copy and paste section. In the meantime, you can keep developing using django's builtin development server. -- Melvyn Sopacua -- You received this message because you are subscribed to the Google Groups "Django users" 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/django-users?hl=en.

