Strange problem when starting project in Windows XP

2009-12-18 Thread Dane
nd. Any ideas? I'm really eager to get going with Django but feeling quite frustrated! Thanks for help. -Dane -- 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...@googlegroups.com. To

Re: Strange problem when starting project in Windows XP

2009-12-18 Thread Dane
It worked with 'python c:\python26\scripts\django-admin.py startproject newsite'. Does that mean the PATH got messed up somehow? On Dec 18, 7:52 am, Shawn Milochik wrote: > What happens when you type 'python django-admin.py'? > > If that doesn't work, try replacing 'python' there with the full pa

Re: Strange problem when starting project in Windows XP

2009-12-19 Thread Dane
iations, how would I check/change that? On Dec 18, 12:59 pm, OkaMthembo wrote: > Hi Dane, > > Yes, when you have to specify an absolute path to get it working, it > definitely sounds like a PATH environ config. problem. When you check your > PATH variables, do you see the folder to

Re: Strange problem when starting project in Windows XP

2009-12-19 Thread Dane
Ok, figured this one out with google. Idle had taken over .py files. It was as simple as going to My Computer, Tools, Folder Options, File Types, scrolling down to .py, and clicking Restore Default (which is python). Thanks for the help all! On Dec 19, 2:14 pm, Dane wrote: > C:\Pytho

Django Job in Austin and Seattle (Multiple positions available)

2010-06-01 Thread Dane
Tippr.com is a fast growing venture funded internet company that provides technology that helps local merchants acquire new customers. Think of Groupon.com, livingsocial.com or buywithme.com on steroids and not sucking. We are hiring passionate, dedicated and brilliant engineers to join the core en

Re: Django Job in Austin and Seattle (Multiple positions available)

2010-06-06 Thread Dane
Any suggestions on where to post to find experience Django developers? On Jun 1, 5:39 pm, Dane wrote: > Tippr.com is a fast growing venture funded internet company that > provides technology that helps local merchants acquire new customers. > Think of Groupon.com, livingsoci

Hung apache threads after upgrading to django 1.4

2012-09-12 Thread Dane
After using django 1.3 for a while I upgraded to django 1.4 and started noticing apache threads hanging indefinitely. I set a timeout to avoid running out of threads, but it would be nice to know what is causing the issue in the first place. Using an strace, I found that the threads are attemp

Re: Hung apache threads after upgrading to django 1.4

2012-09-13 Thread Dane
: > > On Wed, Sep 12, 2012 at 2:49 PM, Dane > > wrote: > > After using django 1.3 for a while I upgraded to django 1.4 and started > > noticing apache threads hanging indefinitely. I set a timeout to avoid > > running out of threads, but it would be nice to know wha

ImageFiled Uploads

2008-07-16 Thread Dane Hesseldahl
Hey guys, I can't seem to find a good resource for the best way to handle this, so I thought I'd ask. What is the best way to handle an upload through an ImageField in a custom form? For example: class ProfileForm(forms.Form): first_name = forms.CharField(label='First Name', required=

Re: ImageFiled Uploads

2008-07-17 Thread Dane Hesseldahl
Just FYI - I ended up using the models save__file method like this: if 'avatar' in request.FILES: uf = request.FILES['avatar'] os.remove(settings.MEDIA_ROOT + "/avatars/" + user.username + ".jpg") profile.save_profile_avatar_file("avatars/" + user.username + ".jpg", uf) On Wed, Jul

Re: HttpResponse.delete_cookie() gives me an error

2010-08-18 Thread Dane Larsen
are.AuthenticationMiddleware', 'django.contrib.messages.middleware.MessageMiddleware') Traceback: File "/usr/local/lib/python2.6/dist-packages/django/core/handlers/base.py" in get_response 100. response = callback(request, *callback_args, **callback_k

Re: HttpResponse.delete_cookie() gives me an error

2010-08-19 Thread Dane Larsen
his as a bug? On Wed, Aug 18, 2010 at 10:42 PM, Dane Larsen wrote: > Environment: > > Request Method: GET > Request URL: http://*.com/colors/delete/colorcompare89441/ > Django Version: 1.2.1 > Python Version: 2.6.5 > Installed Applications: > [

Re: HttpResponse.delete_cookie() gives me an error

2010-08-19 Thread Dane Larsen
Well, regardless, it works if you convert it to a str first. Thanks for the help! On Thu, Aug 19, 2010 at 11:02 AM, Rolando Espinoza La Fuente < dark...@gmail.com> wrote: > On Thu, Aug 19, 2010 at 12:14 PM, Dane Larsen > wrote: > [...] > > I then tried: > > res

Re: ValidationError: ManagementForm data is missing or has been tampered with

2018-05-24 Thread Dane Kennedy
I'm getting the same thing, except it's 2018 >:/. I'm waiting to hear from users if they're using IE, but do you think there's any chance this is still a problem? On Tuesday, 23 February 2010 06:40:05 UTC+2, DrMeers wrote: > > I have the same problem -- only intermittently, only IE, can't put my