Hello all, I have a project that is need to be run like: "http://localhost/". In this case, I can't access phppgadmin like: "localhost/phpmyadmin" because is looking in my project files. I configure the Apache 2, httpd.conf like:
<Location "/"> SetHandler python-program PythonHandler django.core.handlers.modpython SetEnv DJANGO_SETTINGS_MODULE ibox.settings PythonOption django.root /ibox PythonDebug On PythonPath "['/home/nmarcu/Desktop/projects'] + sys.path" </Location> There is a posibility to run the project in this way, but steel can use phppgadmin? --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-users@googlegroups.com To unsubscribe from this group, send email to django-users+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/django-users?hl=en -~----------~----~----~----~------~----~------~--~---