Amit Upadhyay wrote:
>
> How do you get a new machine? Will I have to create a new account?
1) I think it is the right time to contact DreamHost's support:
https://panel.dreamhost.com/index.cgi?tree=support.msg, and let them
know about your problems.
2) W.r.t. RoR's #5. If you use flup or its
On 2/20/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote:
I have had this exact same experience. I do not know what causes it tohappen or what makes it fix itself. I thought the problem was relatedto the new svn feature. Have you started using that?
I do not use the new svn feature, but I have us
On Monday 20 Feb 2006 6:57 am, EricHsu wrote:
> In my opinion, you may do some filtering job to the
> request.POST['message'] to identify spams and drop them before
> sending it to you mailbox.
add a captcha
--
regards
kg
http://www.livejournal.com/users/lawgon
tally ho! http://avsap.org.in
ಇಂ
Hi,
I am having trouble running Django on Apache 2. Here is my setup
Debian Testing
Django .91
Apache/2.0.55 (Debian) mod_python/3.1.3 Python/2.3.5
My application is a very simple test application; no models, just 2
urls and one view to handle them. The application works fine when
using the Dja
I notice a problem with the django's header injection prevention code.
It checks only if there's new line (\r or \n) in the header, I guess it
should be improved, since when we want to send a utf-8 header, it
reaches its limitation -
from python's email package email.Header.Header.encode() method
I have a form with 3 separate fields. I need the user to input data
into one of the fields. No more than one, and no less than one.
Is there an easy way to tell my manipulator to check this?
Something like :
one_of_these_is_required_list=['field1','field2','field3']
does that kind of functionalit
BTW, you may want to try to use pycaptcha
(http://sourceforge.net/projects/pycaptcha/) to prevent automated
spamming by using your mail form.
- Eric
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups
"Django users" gr
Batiste wrote:
> Hello, I have some spam incoming in my mailbox... The send_mail
> function has to be protected ... What's wrong with my code ?
>
> def sendMail(request):
> from django.core.mail import send_mail
> if(request.POST.has_key('email')):
> email = request.POST['email']
>
I have had this exact same experience. I do not know what causes it to
happen or what makes it fix itself. I thought the problem was related
to the new svn feature. Have you started using that?
I have a few domains hosted at dreamhost (on different machines). One
machine has had problems (squ
On Feb 19, 2006, at 9:12 PM, Max Battcher wrote:
> After that, keep in mind that the date-based "archive*" views do
> exactly
> what they say and only display old/archived entries. So, if you have
> the date set to some time in the future, there is your answer on
> why you
> won't see them.
On Feb 19, 2006, at 9:12 PM, Max Battcher wrote:
> The obvious question is: have you written any blog entries yet? You
> won't see anything if you don't have content in the database.
Yes, I have one test entry filled in. Date is today and time is now.
BTW /weblog/2006, or /weblog/2006/feb/ etc
On 2/20/06, Nathan Clayton <[EMAIL PROTECTED]> wrote:
I'd suggest that you make sure that you've followed the directions on the dreamhost wiki for Django (
http://wiki.dreamhost.com/index.php/Django), and then check that you're not getting the same issue that some of the ROR guys have experienced (
On Mon, 20 Feb 2006 02:37:20 +0530
"Amit Upadhyay" <[EMAIL PROTECTED]> wrote:
> Hi,
>
> I am facing a weird issue with dream host, day before yesterday my
> django application stopped serving requests, I have not done
> anything, and its been working since about a month, and now it waits
> for m
On 2/20/06, Eugene Lazutkin <[EMAIL PROTECTED]> wrote:
Nope, never seen it. I suggest to verify .htaccess file and test fcgiwithout Django trying to reproduce the problem. If you didn't modifyDjango (like svn-up it), you may have some problems with disk space(unlikely) or database (unlikely too), b
On Feb 19, 2006, at 1:07 PM, Amit Upadhyay wrote:Hi,I am facing a weird issue with dream host, day before yesterday my django application stopped serving requests, I have not done anything, and its been working since about a month, and now it waits for minutes before give me 500 interneral server e
Amit Upadhyay wrote:
>
> I am facing a weird issue with dream host, day before yesterday my
> django application stopped serving requests, I have not done anything,
> and its been working since about a month, and now it waits for minutes
> before give me 500 interneral server error. Also I get
Hi,I am facing a weird issue with dream host, day before yesterday my django application stopped serving requests, I have not done anything, and its been working since about a month, and now it waits for minutes before give me 500 interneral server error. Also I get lots of core files in my domain
Am 19.02.2006 um 07:31 schrieb Greg:
> Would it make sense to upgrade the version of Trac that
> http://code.djangoproject.com is running?
Very much sense, considering that the Trac version deployed on
djangoproject.com contains a number of security issues that have
since been fixed.
If any
Hello:
I am trying to extend the admin interface to display custom objects.
Specifically, I would like use the list view (from the change_list
function) to show the results of custom queries.
The two options that I have come up with is to:
* subclass the ChangeList object and support other obje
I am trying to extend the django base user class using the instructions here:http://code.djangoproject.com/wiki/ExtendedUserModelI have built my model, gotten the sql and installed with
python manage.py install authall looks good.but I am new to both django and python and am stuck on this step:[02:
Sime Ramov wrote:
> Hello,
>
> I'm writing simple weblog and have some problems. I have the
> following error when I visit http://127.0.0.1:8000/weblog/
> Page not found (404)
>
> Request Method:
> GET
> Request URL:
> http://127.0.0.1:8000/weblog/
> No blog.entries available
>
> I just don't
Hello,
I'm writing simple weblog and have some problems. I have the
following error when I visit http://127.0.0.1:8000/weblog/
Page not found (404)
Request Method:
GET
Request URL:
http://127.0.0.1:8000/weblog/
No blog.entries available
I just don't get it, here are the relevant snippets of t
Works fine for me
[EMAIL PROTECTED]:~/Desktop/temp $ svn co
http://source.socialistsoftware.com/sssource sssource
Asssource/blog
Asssource/blog/manage.py
Asssource/blog/media
Asssource/blog/media/images
The svn is using Dreamhosts new svn setup, which has been a bit flakey.
Give
Hello [EMAIL PROTECTED]
On Sat, 18 Feb 2006 22:46:08 - you wrote:
>
> A few people had asked for the source to my django powered blog. So
> here it is ... http://source.socialistsoftware.com/sssource/
svn co http://source.socialistsoftware.com/sssource/blog/
socialistsoftware svn: PROPFIND
Hello, I have some spam incoming in my mailbox... The send_mail
function has to be protected ... What's wrong with my code ?
def sendMail(request):
from django.core.mail import send_mail
if(request.POST.has_key('email')):
email = request.POST['email']
else:
email = '[E
After a search ...
i found this
def save(self,data):
Object=objects.get_object(pk=self.id)
for field in self.fields:
if field.field_name+'_id' in Object.__dict__:
actual_field_name=field.field_name+'_id'
else:
actual_field_name=field.field_name
Object._
ok some news thanks to #django
my model didnt specifie that the image field was needed but the
manipulator did.
so i updated the line to :
formfields.ImageUploadField(field_name="image_file"),
now when all recquired fields are present i got an error from django
Exception Type: NotImpleme
Ellington looks pretty interesting. From my point of view, a lot of
folks are sort of following along in the backwash of LJWorld. And of
course that was the basic point of my original inquiry. Doesn't seem
like Ellington has been widely used elsewhere, though. Wonder how many
people here have had
Hi,
i wrote a form using my cutom Manipulator,
all the check behave properly execpt the
formfields.ImageUploadField(field_name="image_file", is_required=True,
validator_list=[self.isValideImageWeight] ),
it always raise [this field is recquired] .
address to test the form :
http://ozserver.no-i
29 matches
Mail list logo