Re: First time deploying Django project

2009-08-26 Thread Hussein B
I changed it to the following: SetHandler python-program PythonHandler django.core.handlers.modpython SetEnv DJANGO_SETTINGS_MODULE SshConnector.settings PythonPath "['/home/me/', '/home/me/SshConnector/'] + sys.path" PythonDebug On I tried this URL http

Re: First time deploying Django project

2009-08-26 Thread Hussein B
The previous conf is python.conf under /etc/httpd/conf.d On Aug 26, 12:12 pm, HB wrote: > Hey, > I'm trying to deploy my first Django application to Apache. > The project is located under:  /home/me/SshConnector/ > Here is my configuration: > > >         Options Indexes FollowSymLinks MultiView

Re: Is Django development active?

2008-07-23 Thread Hussein B
I didn't know that my question has political background :) On Jul 20, 2:15 pm, Tim Chase <[EMAIL PROTECTED]> wrote: > >> I got that illusion due the slow official releases cycle... > > > Be careful with this logic, because it is misleading. For example: > > Britain has not had a new Prime Ministe

Must Have Python resources

2008-07-21 Thread Hussein B
Hey. Well, I know this question isn't related to Django but I hope it is ok to ask. What are your favourite Python resources? I'm a Java developer and currently learning Python. I got "Learning Python, 3rd Edition" and "Beginning Python" and the Django book. Do you suggest a must have book or refe

Re: Is Django development active?

2008-07-20 Thread Hussein B
I got that illusion due the slow official releases cycle... On Jul 20, 6:41 am, Tim Chase <[EMAIL PROTECTED]> wrote: > > Why there is no active development effort in Django framework? > > Last edition released at October 2007 (if I'm not wrong). > > I'm not sure where you get the idea that there'

Is Django development active?

2008-07-20 Thread Hussein B
Hi. Why there is no active development effort in Django framework? Last edition released at October 2007 (if I'm not wrong). --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group

Re: Enterprise applications with Django

2008-04-16 Thread Hussein B
c are located on the same server for Django applications. On Apr 16, 3:14 pm, Thomas Guettler <[EMAIL PROTECTED]> wrote: > Hussein B schrieb: > > > Hi. > > Is it possible to create enterprise applications (in the same context > > of Java EE applications, highl

Enterprise applications with Django

2008-04-16 Thread Hussein B
Hi. Is it possible to create enterprise applications (in the same context of Java EE applications, highly concurrent, distributed ...) with Python? I'm still playing around Python but it seems to it is best fits in public web sites (YouTube), news sites, forums ... Thanks. --~--~-~--~~