Using django as a socket server and not HTTP server

2015-08-05 Thread Idan Shimon
proper package ? My system connectivity is this way: DEVICE - SOCKET CONN --- SERVER DJANGO MYSQL | S3 AWS Thanks, Idan -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group and stop receiving e

Re: django advent for 1.3

2011-02-02 Thread Idan Gazit
Hey folks, Though the hour's getting late with tempers growing quite irate your patience growing thin and weary as you issue forth a query: where is Django Advent? Though we struggle, work and try sometimes authors don't comply they plead their overscheduled life their kids, their gardens, and th

Re: Adding model-specific exceptions like DoesNotExist?

2009-08-19 Thread Idan Gazit
Yes, and then I also need to import that class into every place that I want to use it, no? The benefit of making it part of the model is that any place I'm using it, I already have the exception handy: try: # ... do some things m = MyModel(foo=bar, baz=bling) m.save() except MyModel.

Adding model-specific exceptions like DoesNotExist?

2009-08-19 Thread Idan Gazit
ng for the kind of thing I'm seeking? -Idan --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-users@googlegroups.com To unsubscribe from this

Re: Django critter helps us code at the speed of light.

2009-03-12 Thread Idan Gazit
Brilliant. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-users@googlegroups.com To unsubscribe from this group, send email to django-users+unsubscr.

Mac Django Docs: Fluid Icon

2009-03-12 Thread Idan Gazit
Hey Macistas, I wanted to share a little bit of fluffery along with a tip. I often have many tabs open in firefox as I am coding, but I like to have the django docs in its own window as I'm often referring to it. If you're not already aware of Fluid (http://fluidapp.com/), it's a tool that lets

A best-practice question: reusable apps: where to write views in my proj?

2008-11-11 Thread Idan Gazit
py at the project level Both seem like an OK approach, I don't see any obvious drawbacks to either. Have any of you encountered the same situation? What did you do, and why? Thanks! -Idan --~--~-~--~~~---~--~~ You received this message because you are subscri

Re: urlpatterns and generic views cheatsheet

2008-08-25 Thread Idan Gazit
Tim, It's not terribly obvious from the scribd layout, but at the top (above the document) there's a "download" link or similar, and there you can download the original PDF. -I On Aug 25, 5:50 pm, Tim Chase <[EMAIL PROTECTED]> wrote: > > Here is a summary of all the tutorials and docs that I ha

Re: urlpatterns and generic views cheatsheet

2008-08-24 Thread Idan
Useful! Thank you. :) -I On Aug 23, 3:11 pm, DavidY <[EMAIL PROTECTED]> wrote: > Here is a summary of all the tutorials and docs that I have read on > urlpatterns and generic views. It is a 2 page, concise, example code > based cheat sheet. > > http://www.scribd.com/doc/4975790/urlpatterns-for-d