Re: Newforms makes unicode String from a dictonary

2007-06-07 Thread hernan43
On May 24, 4:20 pm, Christian Schmidt <[EMAIL PROTECTED]> wrote: > Hi, > > I have a form touploada picture and i try to validate it innewforms. But i > can not read the content-type. I get the error > "'unicode' object has no attribute 'get'". > I had the same problem. I was using a forms.CharFi

Pop-up forms

2006-10-09 Thread hernan43
In the Django admin, there is a feature where you can click a "+" symbol and it will pop-up a form in another window that when you fill it out an submit, it will add that item to the current form. I'm not sure what you call that. I would like to add a similar functionality to an app that I am dev

Re: Pop-up forms

2006-10-09 Thread hernan43
You wouldn't happen to know a good resource of where I can learn more of how to create a form like this would you? I'd like to implement a similar capability and would like to read up on how to do it. --Ray --~--~-~--~~~---~--~~ You received this message because y

Database replication question

2006-05-12 Thread hernan43
Please forgive my ignorance. I am not the sharpest knife out of the web development drawer. I have a question about database replication as it relates to Django. I used to work at a place that had a somewhat high availability/performance/whatever application where we had a MySQL db replicated acr

Re: Database replication question

2006-05-12 Thread hernan43
Joseph Kocherhans wrote: > It's certainly wanted, but I don't think anyone has worked on it yet. > There's a ticket open at: http://code.djangoproject.com/ticket/1142 Nur. I completely neglected to search the tickets! --Ray --~--~-~--~~~---~--~~ You received thi

Google-like API keys

2006-08-10 Thread hernan43
Nowadays(is that a word?) a lot of fancy web services use API keys to allow an individual access to a service without requiring a username and password. Google, flickr(I believe), Akismet, so on and so on. If I wanted to make a Django app that utilized a custom authenticator and my own "API key"

Re: Google-like API keys

2006-08-10 Thread hernan43
Thanks for all of the help and responses. You have helped give me ideas on how to implement something like this. --Ray --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, sen

Strange 'caching' issue

2006-08-14 Thread hernan43
First let me say that I loathe using the term 'caching' to describe this problem as it probably has nothing to do with caching. But my primitive vocabulary is at a loss for a better word. I have a very simple Django blog app that I'm using to learn more about the Django framework. I notice that w

Re: Strange 'caching' issue

2006-08-14 Thread hernan43
I don't think this is it. If I restart Apache then the post will appear. I would think that it had to do with my browser's cache, but clearing the cache doesn't help, plus if I use a browser that has never been to my site, I have the same problem. It almost seems as if the response is cached some

Re: Strange 'caching' issue

2006-08-15 Thread hernan43
Malcolm, I made a new post and then tried out your curl idea. i got back two different ETAG(I have etgas enabled) values: HTTP/1.1 200 OK Date: Tue, 15 Aug 2006 19:53:38 GMT Server: Apache/2.2.2 (Unix) mod_ssl/2.2.2 OpenSSL/0.9.8b DAV/2 mod_python/3.2.8 Python/2.4.3 PHP/5.1.4 Vary: Cookie,Accept

Planet Django

2005-08-03 Thread hernan43
I noticed that a lot of projects out there have "planet" websites, where they aggregate blog feeds from people that are working on that particular project. Some examples are: http://planet.gnome.org/ http://planet.python.org/ http://planet.twistedmatrix.com/ http://planet.mozilla.org/ http://plan

Re: Planet Django

2005-08-03 Thread hernan43
stinger wrote: > I second that > > ;) Does anyone know who the contact is for the djangoproject.com website? Does anyone know if they read this mailing list? I'd be willing to chat up the right person to see this happen. --Ray

Re: Planet Django

2005-08-03 Thread hernan43
I've seen a few people blogging about django. Ideally it would be nice if there were people involved with the project that were providing feeds to it. --Ray

Re: Planet Django

2005-08-05 Thread hernan43
This is gonna be sweet! --Ray