Re: Django vs TurboGears

2006-07-30 Thread Jeroen Ruigrok van der Werven
On 7/30/06, gabor <[EMAIL PROTECTED]> wrote: > what is JASON? > (or the original poster misspelled json?) http://www.json.org/ JSON (JavaScript Object Notation) is a lightweight data-interchange format. Good chance simplejson will make it to Python 2.6. -- Jeroen Ruigrok va

Re: ImportError: No module named django

2006-06-30 Thread Jeroen Ruigrok van der Werven
On 6/30/06, Craig Marshall <[EMAIL PROTECTED]> wrote: > I can > import django at the python prompt, but running syncdb gives me the > ImportError. What does python -v manage.py yield? 't Will be a long output. Probably best to put it up on a URL if you can. -- Jeroen Ru

Re: ImportError: No module named django

2006-06-30 Thread Jeroen Ruigrok van der Werven
On 6/30/06, Craig Marshall <[EMAIL PROTECTED]> wrote: > Only the symlink I made called "django" which points to the actual > django dir in my $HOME I'd advise you to drop the symlink and use the PYTHONPATH variable, but that's just my hunch based on no empirical d

Re: ImportError: No module named django

2006-06-30 Thread Jeroen Ruigrok van der Werven
get this error: > > ImportError: No module named django In your site-packages directory (typically something like /usr/local/lib/python24/site-packages), do you have anything resembling Django (egg or directory)? -- Jeroen Ruigrok van der Werven --~--~-~--~~~---

Re: mailing list management

2006-06-29 Thread Jeroen Ruigrok van der Werven
/frontend for its maintenance. Using the database part to store the moderator queues and all that. -- Jeroen Ruigrok van der Werven --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Django users" group. To p

Re: Django t-shirts: your ideas wanted!

2006-06-29 Thread Jeroen Ruigrok van der Werven
On 6/27/06, Jacob Kaplan-Moss <[EMAIL PROTECTED]> wrote: > I'm about to print up some Django shirts to take to OSCON next month > -- got any ideas? Django, we work with a different swing (if you like Java references) Django, building the blue notes :) -- Jeroen Ruigr

New vim files for Django available

2006-06-27 Thread Jeroen Ruigrok van der Werven
At http://www.vim.org/scripts/script.php?script_id=1487 you can find the latest versions (1.02, released 2006-06-26) of Dave Hodder's django.vim and htmldjango.vim. -- Jeroen Ruigrok van der Werven --~--~-~--~~~---~--~~ You received this message because yo

Re: OT: Re: ANN: Screencast demo of the WebFaction control panel

2006-06-22 Thread Jeroen Ruigrok van der Werven
e imposed limits, most likely. -- Jeroen Ruigrok van der Werven --~--~-~--~~~---~--~~ 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 u

Re: MS SQL Django suport is stable?

2006-06-21 Thread Jeroen Ruigrok van der Werven
uty is in the eye of the beholder. Windows, Mac OS X, et cetera, all pale to the spirit of the Amiga! ;) But seriously, we should be able to support Django on Windows and I am willing to help on that front, not that I will use it, but merely because people will want to use it. -- Jeroen Ruigrok van der

Re: Cutting output of flup's FastCGI server

2006-06-21 Thread Jeroen Ruigrok van der Werven
On 6/18/06, Ivan Sagalaev <[EMAIL PROTECTED]> wrote: > P.S. Looks like Allan considers this as a bug and is going to fix it. He did: http://www.saddi.com/software/news/archives/34-EPIPE-no-longer-ignored.html -- Jeroen Ruigrok van d

Re: howto Django + lighttpd + Windows?

2006-06-15 Thread Jeroen Ruigrok van der Werven
e. I just wonder why you insist on using lighttpd to do preliminary testing, whereas you can use the internal server (manage.py runserver) just as good. -- Jeroen Ruigrok van der Werven --~--~-~--~~~---~--~~ You received this message because you are subscribed

Re: why django has no api reference?

2006-06-15 Thread Jeroen Ruigrok van der Werven
On 6/15/06, Steven Armstrong <[EMAIL PROTECTED]> wrote: > [1] http://djangoapi.quamquam.org/trunk/ Ah cute. Now that might be useful to also have on the main site. Adrian? :D -- Jeroen Ruigrok van der Werven --~--~-~--~~~---~--~~ You received thi

Re: why django has no api reference?

2006-06-15 Thread Jeroen Ruigrok van der Werven
hat's available, I'll take this idea along. -- Jeroen Ruigrok van der Werven --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-us

Re: Feasibility of postgis fields?

2006-06-15 Thread Jeroen Ruigrok van der Werven
S/PostGIS geometry types at least. See http://cheeseshop.python.org/pypi/GeoTypes/ -- Jeroen Ruigrok van der Werven --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group

Re: Site testing How-To

2006-06-07 Thread Jeroen Ruigrok van der Werven
9/web-app-testing-with-python-part-3.html -- Jeroen Ruigrok van der Werven --~--~-~--~~~---~--~~ 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.co

Re: Django Quick Start with Schema Evolution Support

2006-06-05 Thread Jeroen Ruigrok van der Werven
getting out the tar and feathers and label someone unwanted. And this will be the last notice from my side on this, unless it has to do with the technical side of things. -- Jeroen Ruigrok van der Werven --~--~-~--~~~---~--~~ You received this message because you

Re: Django Quick Start with Schema Evolution Support

2006-06-05 Thread Jeroen Ruigrok van der Werven
cursory glance of evolve.py shows that some preliminary work has been done on the schema evolution. How much of that of the above is useful/workable? I readily admit this is not quite my cup of tea. -- Jeroen Ruigrok van der Werven --~--~-~--~~~---~--~~ You receiv

Re: Rich Text Editor for BBCOde?

2006-06-02 Thread Jeroen Ruigrok van der Werven
ngo integration "Howto"? No, sorry, no ready made ones. You could perhaps lift BBCode support from http://spycebb.sourceforge.net/ or http://tboard.sourceforge.net/ though. -- Jeroen Ruigrok van der Werven --~--~-~--~~~---~--~~ You received this mes

Re: auto_now_add bug with MySQL

2006-05-29 Thread Jeroen Ruigrok van der Werven
he meantime though. It will still be interesting to get some feedback on the point above. -- Jeroen Ruigrok van der Werven --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to this

Re: auto_now_add bug with MySQL

2006-05-29 Thread Jeroen Ruigrok van der Werven
ty in > other way and code that supports auto_now[_add] is full of hacks. I couldn't find such statement quickly, so if anyone can please update the list on this issue, thanks. Thanks Konstantin, I will play around with that. -- Jeroen Ruigrok van der Werven --~--~-~--~

Re: auto_now_add bug with MySQL

2006-05-29 Thread Jeroen Ruigrok van der Werven
in the UPDATE again? -- Jeroen Ruigrok van der Werven --~--~-~--~~~---~--~~ 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 f

Vim users - syntax highlighting for Django templates

2006-04-17 Thread Jeroen Ruigrok van der Werven
For those of you who use vim, please see http://www.vim.org/scripts/script.php?script_id=1487 for some lovely syntax highlighting files by Dave Hodder. Thanks Dave, you were faster than me. :D -- Jeroen Ruigrok van der Werven --~--~-~--~~~---~--~~ You received

Re: Fate of 0.91 projects

2006-04-14 Thread Jeroen Ruigrok van der Werven
too though. The less confusion the better. -- Jeroen Ruigrok van der Werven --~--~-~--~~~---~--~~ 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 T

Re: Fate of 0.91 projects

2006-04-14 Thread Jeroen Ruigrok van der Werven
n instantly switch trunk to m-r, and if m-r is good enough, make a > release of it. I can definitely live with this course of action and would throw my vote in for this. -- Jeroen Ruigrok van der Werven --~--~-~--~~~---~--~~ You received this message because

Re: Fate of 0.91 projects

2006-04-14 Thread Jeroen Ruigrok van der Werven
prolong the non-MR use is going to come back later for people who need to convert from one system to another. Better to bite the bullet and get this over with. The better question might be: is the current magic removal branch that what you intend for a 1.0 version? -- Jeroen Ruigrok

Re: Fate of 0.91 projects

2006-04-13 Thread Jeroen Ruigrok van der Werven
e one thing I am slightly concerned about is the fact that the MR branch is lingering and lingering and diverging beyond simply the 'magic removal' goal that was set at first. How many more changes are expected before a new release or in other words: what's the schedu

Re: Version 1.0 Features

2006-02-14 Thread Jeroen Ruigrok van der Werven
Have you checked: http://code.djangoproject.com/wiki/VersionOneFeatures

Re: running django

2006-01-23 Thread Jeroen Ruigrok van der Werven
ct.com/documentation/modpython/ would be my first suggestion. -- Jeroen Ruigrok van der Werven

Re: running django

2006-01-23 Thread Jeroen Ruigrok van der Werven
.py/manage.py's webserver is only meant as a developer tool and as such it has been kept simplistic and minimal. For serious webserving you are best off using Apache, lighttpd, and so on. -- Jeroen Ruigrok van der Werven

Re: Dreamhost - a note for Windows users

2006-01-19 Thread Jeroen Ruigrok van der Werven
ed connections. Of course, alternatively you can manually set it to ASCII mode and upload then. No need for any dos2unix (am I the only one that prefers things sed 's/^M$//g' nowadays?). -- Jeroen Ruigrok van der Werven

Re: Dreamhost - problem with Django installation

2006-01-17 Thread Jeroen Ruigrok van der Werven
I interface going haywire because of the request and unable to match it? -- Jeroen Ruigrok van der Werven

Re: Django and MS SQL

2006-01-12 Thread Jeroen Ruigrok van der Werven
the way forward for now. At least that's what I should be able to use for the SQL Server 2005 Express (which is free to use). -- Jeroen Ruigrok van der Werven

Re: Django and MS SQL

2006-01-11 Thread Jeroen Ruigrok van der Werven
running as it should? On the IRC channel I'm asmodai by the way. -- Jeroen Ruigrok van der Werven

Re: Django admin Chinese character problem.

2006-01-11 Thread Jeroen Ruigrok van der Werven
For my Japanese<>Dutch dictionary project I didn't have to do anything fancy. Only thing I had added to my base template is: Nothing else is/was needed. -- Jeroen Ruigrok van der Werven

Re: Django and MS SQL

2006-01-10 Thread Jeroen Ruigrok van der Werven
p. Which version of MS SQL do you initially want to target Adrian? I can probably get some basic testing done here to clear the majority of the issues. -- Jeroen Ruigrok van der Werven

Re: track/pingback libraries recommended for django-powered apps

2006-01-04 Thread Jeroen Ruigrok van der Werven
On 1/3/06, iGL <[EMAIL PROTECTED]> wrote: > Are there some recommendations/restrictions to consider when choosing a > track/pingback libs for a django-powered app? Are there any then? -- Jeroen Ruigrok van der Werven

Re: Django for eCommerce?

2005-12-22 Thread Jeroen Ruigrok van der Werven
.zencart.com/) rate in your book? -- Jeroen Ruigrok van der Werven

Re: concept problem with apps

2005-12-21 Thread Jeroen Ruigrok van der Werven
Perhaps it is just me, but I have a bit of difficulty understanding what you are trying to ask here. Could you please rephrase it? Thanks, -- Jeroen Ruigrok van der Werven

Re: Comments on Ruby code slides from Snakes and Rubies?

2005-12-14 Thread Jeroen Ruigrok van der Werven
ions like PositiveIntegerField() are quite understandable and straightforward. Of course, the Field mention for each and every one might be redundant. -- Jeroen Ruigrok van der Werven

Re: Database Backup

2005-12-14 Thread Jeroen Ruigrok van der Werven
is already present in the models, so the only thing left is the extraction of the data in some sort of XML file, unless I am missing something very fundamental. -- Jeroen Ruigrok van der Werven / asmodai Free Tibet! http://www.savetibet.org/ | Je maintiendrai! http://www.in-nomine.org/ | [EMAIL PR

Re: Comments on Ruby code slides from Snakes and Rubies?

2005-12-14 Thread Jeroen Ruigrok van der Werven
I tool you see on many of screencasts running on Mac OS X. At least as long as I've been going around hosting circles. -- Jeroen Ruigrok van der Werven / asmodai Free Tibet! http://www.savetibet.org/ | Je maintiendrai! http://www.in-nomine.org/ | [EMAIL PROTECTED] Courage is not the absence of

Re: is Django too powerful?

2005-12-13 Thread Jeroen Ruigrok van der Werven
Hi Ian, On 12/13/05, Ian Holsman <[EMAIL PROTECTED]> wrote: > - captcha (text or images based) > - spam and XSS protection Have you seen/read http://www.w3.org/TR/turingtest/ already? Especially the automated circumvention of CAPTCHAs is very interesting. -- Jeroen Ruigrok va

Re: Comments on Ruby code slides from Snakes and Rubies?

2005-12-13 Thread Jeroen Ruigrok van der Werven
course wonder how descriptive meta is. Just some of my thoughts. :) I am sure that a lot of this is highly dependent on the person in question. -- Jeroen Ruigrok van der Werven / asmodai Free Tibet! http://www.savetibet.org/ | Je maintiendrai! http://www.in-nomine.org/ | [EMAIL PROTECTED] Teaching should be such that what is offered is perceived as a valuable gift and not as a hard duty...

Re: question about FieldPathFiled

2005-12-13 Thread Jeroen Ruigrok van der Werven
attribute 'field_name' FilePathField extends SelectField and not FormField, however, SelectField extends FormField and has a field_name, but I am not sure if this sort of daisy chaining objects and their __repr__() functions is allowed in Python. -- Jeroen Ruigrok van der Werven / asmodai Free Tibet! http://www.savetibet.org/ | Je maintiendrai! http://www.in-nomine.org/ | [EMAIL PROTECTED] One from many...

Re: HTTP Response POST

2005-12-13 Thread Jeroen Ruigrok van der Werven
he HTTP headers and GET/POST data, mess with it and replay it to see the results. Might get useful during development of Django applications. -- Jeroen Ruigrok van der Werven / asmodai Free Tibet! http://www.savetibet.org/ | Je maintiendrai! http://www.in-nomine.org/ | [EMAIL PROTECTED] One from many...