Hacker News
new
|
past
|
comments
|
ask
|
show
|
jobs
|
submit
login
ivankirigin
on Jan 29, 2010
|
parent
|
context
|
favorite
| on:
Tips for a new Django developer
No, I'm just serializing dicts. Any user input is already in a string, so sanitized. I also usually make helper functions to get/set things in the dict, so I don't operate on the field outside the model often.
This snippet is really helpful:
http://www.djangosnippets.org/snippets/513/
Guidelines
|
FAQ
|
Lists
|
API
|
Security
|
Legal
|
Apply to YC
|
Contact
Search:
This snippet is really helpful: http://www.djangosnippets.org/snippets/513/