Trailing Slash Problem - Appending Port onto URL

2006-12-23 Thread [EMAIL PROTECTED]
Ican't figure out if I've got a Django or Apache problem: My site is running with mod_python and named virtual host on 127.0.0.1:2646 (Apache serves the domain name through 80) When I leave out the trailing slash, the URL is rewritten from www.example.com/store to www.example.com:2646/store/. I

Multipart message capability

2006-12-23 Thread Suriya
Hello Developers, This is regarding ticket #1541 http://code.djangoproject.com/ticket/1541 Could someone take a look at the patch and try to integrate it into DJango? This patch allows Django to accept tuples of (attachment name, content as fileobject) and create email attachments. Another app

Re: #2333 Pt 3 - Test system fixture data

2006-12-23 Thread Kirill Simonov
* I'm fine with JSON being the default fixture format. I have half a YAML serializer written, but the dependency on Syck makes using it as a default problematic. Anyone know of a pure-Python YAML library with a license liberal enough to ship with Django? PyYAML (http://pyyaml.org/wiki/PyYAML)

~*~*~ New Christmas and New year Cards ~*~*~

2006-12-23 Thread SONAM
*New Cards For Christmas * [image: New Christmas Cards] http://christmas-card.50webs.com/ [image: Christmas Cards] *New Christmas Cards* *Free Christmas Cards* http://christmas-card.50webs.com/ --~--~-~--~~--

~*~ Vista and XP and Wallpapers and Themes ~*~

2006-12-23 Thread Marry4U
*Windows Vista & XP Themes* *And * *Wallpapers* [image: Vista Theme Wallpaper] http://windows-secrets.50webs.com/vista-theme/ Free Wallpapers Free Themes Free Icons Free Plugins and More.. http

~*~ LOVE CALCULATOR ~*~

2006-12-23 Thread SONAM
*Now Calculate your Love* http://funnyzone.50webs.com/love-calculator/ *She / He Love You* *OR* ** *She / He Love You Not * ** ** *Now check just fu

django with mysql

2006-12-23 Thread hobo
Salutation Group, What is needed (lib, source code) to make django talk to mysql? I'd like to build distribution package which would compile required code (based on user selection) to make django connect to selected database (mysql, postgresql, ...) . Thanks --~--~-~--~~

Web services in Django

2006-12-23 Thread juampa
Hello all: I am trying to gather all the information I can about implementing web services with Django (XML-RPC, SOAP, REST). Can you suggest good sources of information/examples of implementations? What is the offical status of WS support in Django? Thanks. Juampa --~--~-~--~~---

Re: why error: (10054, 'Connection reset by peer') when add user?

2006-12-23 Thread yichao.zhang
Hi Erob Yes, really strange. When updating python to 2.4.4, it's the same. However everything works fine in my Mac OS X box. the version of python,django are the same in mac and windows. PS: my web server is build-in development server by manage.py runserver, I have not deploy it onto apache ye