MikeN

1,651
reputation
398 views

Registered User

name MikeN
member for 1 year
seen 10 hours ago
website
location US
age 30
10h
asked How to build a secure Django single signon between different sites?
10h
comment Django CSRF Framework having many failures
I seem to get CSRF errors on all public pages that do a post and do not have the special key. My workaround was to use the disable_csrf decorator on all public views.
Dec
17
comment User upload profile pictures on django/jquery website in .jpg/.gif/.png format. How can I scale/crop them down when displaying them?
Thanks for the great information!
Dec
11
asked How can I auto-populate a PDF form in Django/Python?
Dec
10
revised For a ForeignKey field in a form, how do you display a widget other than a Select menu?
added 146 characters in body
Dec
10
revised For a ForeignKey field in a form, how do you display a widget other than a Select menu?
added 67 characters in body
Dec
10
comment For a ForeignKey field in a form, how do you display a widget other than a Select menu?
I want to use a HiddenField and I have another widget on the screen taht will populate it. If the hiddenfield has no value I keep getting form validation errors on it even though it is marked as required=false.
Dec
10
asked For a ForeignKey field in a form, how do you display a widget other than a Select menu?
Dec
2
asked How do I preload imports into Django’s manage.py shell command?
Nov
24
asked How can I make fonts on my website bigger and easier to read for some users?
Nov
19
asked Django CSRF Framework having many failures
Nov
19
awarded  Popular Question
Nov
18
asked Embed an HTML <form> within a larger <form>?
Nov
13
comment Python code to accept many different formats of US phone numbers?
In Communist Russia, phone numbers reformat you!
Nov
13
asked I want to email users an encrypted file from a Django Backend Script on Ubuntu
Nov
13
asked Python code to accept many different formats of US phone numbers?
Nov
12
asked How could I print out the nth letter of the alphabet in Python?
Nov
12
awarded  Yearling
Nov
10
asked How many data fields can I add to a Django model before performance really starts to become a factor?
Nov
8
awarded  Popular Question
Nov
3
asked How could I create a screen that would batch create a bunch of Django auth users?
Nov
2
comment Django CSRF framework cannot be disabled and is breaking my site
Yes! I'm going to start using a stable version of Django. I've been running a production money generating site off the dev. branch from before version 1.0 was released. Django is an amazing project, but this is the first time I've gotten burned by using the trunk.
Oct
30
comment Django CSRF framework cannot be disabled and is breaking my site
There is a view decorator to use: @csrf_exempt, if you put this decorator the CSRF framework will ignore its checking for that request. I'm stil pissed at how this CSRF trap was sprung, it is baked into the auth framework so you can't disable it if you use auth for sign-in.
Oct
30
revised Django CSRF framework cannot be disabled and is breaking my site
added 250 characters in body
Oct
30
comment Django CSRF framework cannot be disabled and is breaking my site
Thanks for the info, you didn't tell me how to disable CSRF completely, I have a production site which has stopped working for paying customers because I was blindsided by this "new" way of doing things that is not backwards compatible. But this is the issue that is causing the problem, I'm working on quickly updating to the new/legacy way.
Oct
30
asked Django CSRF framework cannot be disabled and is breaking my site
Oct
30
asked How can I send an iCalendar email attachment with Django?
Oct
29
revised What to do if Django’s trunks own unit tests fail?
Added details of errors and guess of problem.
Oct
29
asked How to store arbitrary name/value key pairs in a Django model?
Oct
29
comment What to do if Django’s trunks own unit tests fail?
This isn't on an out of the box application but a working application.
Oct
28
comment What to do if Django’s trunks own unit tests fail?
I think it may be due to my dev setup. I'm using OSX and MySQL, the majority of the failures seem to be database related of renaming tables and such.
Oct
28
asked What to do if Django’s trunks own unit tests fail?
Oct
22
asked How could I change the color of individual dates in a Jquery UI calendar widget?
Oct
21
asked How could I block all non-US IP addresses from access to my website?
Oct
19
revised Currently using Django “Evolution”, is “South” better and worth switching?
added 3 characters in body
Oct
19
asked Currently using Django “Evolution”, is “South” better and worth switching?
Oct
16
answered How To Test Email Deliverability - % In Junk Folder
Oct
16
asked Linux Sendmail server misdelivers mail to my own domain?
Oct
15
asked Why is it bad to just have one big picture as your homepage?
Oct
12
asked How can I read/convert SAS Gov’t Data files on a MAC?
Sep
28
comment How could I attach a piece of GET/POST data to every single request coming into the server for logged in users?
I am using jquery and this sounds like a great start. Is there a way I could attach this metadta to small AJAX requests?
Sep
23
revised Tons of false positives from Django’s CSRF middleware?
Updated in response to comment.
Sep
23
asked Tons of false positives from Django’s CSRF middleware?
Sep
22
answered Django: runtime url configuration
Sep
22
answered Is CSS used anywhere besides web browsers?
Sep
21
asked Django’s HttpResponseRedirect seems to strip off my subdomain?
Sep
21
accepted When using sub-domains for a Django site, how can you share django logins across sub-domains on localhost?
Sep
18
revised How could I attach a piece of GET/POST data to every single request coming into the server for logged in users?
added 466 characters in body
Sep
18
revised In Django Admin, I want to change how foreign keys are displayed in a Many-Many Relationship admin widget
edited tags
Sep
18
revised When using sub-domains for a Django site, how can you share django logins across sub-domains on localhost?
added 137 characters in body