Re: can't edit magic removal wiki page

2006-05-28 Thread James Bennett
On 5/28/06, Bryan Murdock <[EMAIL PROTECTED]> wrote: > Rejecting spam: LED The wiki has a list of "bad content" which will result in an edit or a ticket submission beign automatically rejected; this is to deal with spammers attacking it. And historically, one of the most common spammers to hit Dj

Re: Django svn over https?

2006-05-28 Thread chrismorrish
I think this is really important. I am unable to download Django because I am behind a University firewall. I imagine many students who want to try Django will be in the same position as me. I find it ridiculous that getting Django is such a hassle. I thought it was meant to be about getting thing

Feedjack - A Django+Python Powered Feed Aggregator (Planet)

2006-05-28 Thread tonemcd
Now this looks like a really cool django application. http://tabo.aurealsys.com/software/feedjack/ Cheers, Tone --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send ema

Re: Django svn over https?

2006-05-28 Thread Eugene Lazutkin
Could you clarify what exactly you tried to download? I assume you tried to download the latest release (0.91). Please try this link: http://www.djangoproject.com/download/0.91/tarball/ or this link: http://www.djangoproject.com/download/0.91/egg/ If you want "things done quickly" without "su

Re: Django svn over https?

2006-05-28 Thread Vladimir Pouzanov
On 5/28/06, Eugene Lazutkin <[EMAIL PROTECTED]> wrote: > SVN checkouts behind firewalls are usually solved by talking to > administrators and using proper HTTP proxies. Any hints how to fix squid so it handle that DAV stuff correctly? -- Sincerely, Vladimir "Farcaller" Pouzanov http://www.hackn

Re: Django svn over https?

2006-05-28 Thread Todd O'Bryan
On May 28, 2006, at 7:10 AM, Eugene Lazutkin wrote: > If by "downloading" you actually meant > "checking out Django's SVN repository", be duly warned that it is a > developer's version, which may be not documented properly and may > contain some untested code. But it is the version for which the

Re: Django svn over https?

2006-05-28 Thread Vladimir Pouzanov
On 5/28/06, Todd O'Bryan <[EMAIL PROTECTED]> wrote: > Setting up a proxy with SSH is outlined here: > > http://subversion.tigris.org/faq.html#proxy Thanks, fixed my squid installation ;) -- Sincerely, Vladimir "Farcaller" Pouzanov http://www.hackndev.com --~--~-~--~~~--

Re: Django svn over https?

2006-05-28 Thread Arthur
Hi Vladimir Pouzanov wrote: > Eugene Lazutkin wrote: >> SVN checkouts behind firewalls are usually solved by talking to >> administrators and using proper HTTP proxies. > Any hints how to fix squid so it handle that DAV stuff correctly? As far as I know, you would have to add extension_methods

Re: Class name display when editing inline

2006-05-28 Thread [EMAIL PROTECTED]
Thanks for the responses, I managed to get it worked out with some help from the django irc channel. but in case anyone else is looking at this for help -- follow rob's suggestions. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the

Re: Feedjack - A Django+Python Powered Feed Aggregator (Planet)

2006-05-28 Thread yi huang
What's wrong?Request Method: GET Request URL: http://localhost/ Exception Type: KeyError Exception Value: 'REQUEST_URI' Exception Location: D:\python\Python24\lib\site-packages\feedjack-0.9.6-py2.4.egg\fee

Re: Feedjack - A Django+Python Powered Feed Aggregator (Planet)

2006-05-28 Thread [EMAIL PROTECTED]
Feedjack is great! --~--~-~--~~~---~--~~ 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 [EMAIL PROTEC

Re: ManyToMany Question

2006-05-28 Thread chrisk
{{ post.assoc_cats.all|join:", " }} does the right thing. Thank you. BTW: The RemovingTheMagic Document says change __repr__ to __str__ so i've done it. IMO it's a bit confusing. --~--~-~--~~~---~--~~ You received this message because you are subscribe

Importing classes without project name, possible?

2006-05-28 Thread [EMAIL PROTECTED]
Is there a way to import your classes without referring to the project name. Example: from mysite.myapp.models import myclass Correct me if I'm wrong, but if I were to copy the app to another project I'd have to edit each file that refers to it and change "mysite" to the name of the new project.

mysqldb error

2006-05-28 Thread Thn
Hi all - I'm using the latest code (rev 2997). Otherwise it's mod_python 1.10 / apache2 / python2.3 / mysql 5.0.21 / MySQLdb 2.0 -- all installed from Debian packages. Most everything seems to be working fine - I created a project, then an app, ran syncdb just fine, and I can interact with my app

Re: Importing classes without project name, possible?

2006-05-28 Thread jeremy bornstein
I'm using the head revision and I do imports using just the application name: from myapp.models import MyThing ...and so it seems to me that what you want to do already works. -Jeremy On Sun, May 28, 2006 at 05:08:54PM -, [EMAIL PROTECTED] wrote: > > Is there a way to import your classes

Re: Importing classes without project name, possible?

2006-05-28 Thread [EMAIL PROTECTED]
Right you are, bad of me to assume it wouldn't work. Thanks for the reply and sorry about the dumb question. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email t

Re: Feedjack - A Django+Python Powered Feed Aggregator (Planet)

2006-05-28 Thread Wade Leftwich
yi huang wrote: > What's wrong? > > Request Method: GET > Request URL: http://localhost/ > Exception Type: KeyError > Exception Value: 'REQUEST_URI' > Exception Location: > D:\python\Python24\lib\site-packages\feedjack-0.9.6-py2.4.egg\feedjack\views.py > in initview, line 31 >

How do I send an HttpRequest using the framework?

2006-05-28 Thread CloudMagnus
Or better yet, can it be done using the framework? The basic Idea is that I am posting some values to one server from my site then I am going to get an asynchronous POST back with some data, using that information I am supposed to send a request back to them with the same information as a validat

NO 1 website for IT Jobs

2006-05-28 Thread Smith
Hello and Hi Today, I tell you another Best Website for finding the best job. Please check this link and enjoy your dream job.   http://www.it-jse.com   Special thing about this website is, they are presenting direct links to jobs. They are using only Direct Employers and not using Staffin

Re: Problems with sites not actually updating I change the code

2006-05-28 Thread Kenneth Gonsalves
On Sat, May 27, 2006 9:22 pm, [EMAIL PROTECTED] said: > > Hi, I'm new to both django and python so this may be something simple > I'm missing. > > When I change the code on a file the changes don't seem to reflect in > the website. After a while they will show up randomly. Later on I > make a c