Re: what is the best IDE to use for Python / Django

2012-02-01 Thread Bastian Ballmann
ed 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...@googlegroups.com. For more options, visit this group at http

Re: what is the best IDE to use for Python / Django

2012-02-15 Thread Bastian Ballmann
Hey thats a cool list and I feel like I must answer on it :) Am 01.02.2012 17:43, schrieb Masklinn: On 2012-02-01, at 17:00 , Bastian Ballmann wrote: And what exact feature makes PyCharm an IDE that emacs hasnt? * Semantics navigation (not via tags, it knows to find a class when you want a

Re: Is it secure to have IDs show up in URLs?

2012-03-23 Thread Bastian Ballmann
ge this behavior? Maybe with some > sort of middleware? Is there any project doing it already? For > instance the urls in Instagram seem to be encoded at least. > -- Bastian Ballmann / Web Developer Notch Interactive GmbH / Badenerstrasse 571 / 8048 Zürich Phone +41 43 818 20 91

Re: Is it secure to have IDs show up in URLs?

2012-03-23 Thread Bastian Ballmann
f both in the url? Not the > most convenient in this case. > > On Friday, March 23, 2012 12:17:02 PM UTC+1, Bastian Ballmann wrote: > > > > Hi Bastien, > > > > it's the task of the backend to manage the authorization including > > users and permissions

Django Chuck - Your powerful project punch button

2012-06-11 Thread Bastian Ballmann
ht happen ;) If you like Django Chuck we are happy to hear from you either on github, stackoverflow (with tag django-chuck) or by email (ch...@notch-interactive.com). Wish you an awesome day The Django Chuck team -- Bastian Ballmann / Web Developer Notch Interactive GmbH / Badenerstrasse 571 / 8048

Re: Django Development environment

2011-08-30 Thread Bastian Ballmann
ango-users@googlegroups.com. To unsubscribe from this group, send email to django-users+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/django-users?hl=en. -- Bastian Ballmann / Web Developer Notch Interactive GmbH / Badenerstrasse 571 / 8048 Zü

Generic relation content_type does not exist

2011-09-13 Thread Bastian Ballmann
or how to solve my problem in another way? Any hint is appreciated! Thx && have a nice day! :) Basti -- Bastian Ballmann / Web Developer Notch Interactive GmbH / Badenerstrasse 571 / 8048 Zürich Phone +41 43 818 20 91 / www.notch-interactive.com -- You received this message because you are

Re: Generic relation content_type does not exist

2011-09-14 Thread Bastian Ballmann
Hi again, maybe I get an answer if I ask the other way round. I've got an inline admin model with a generic foreignkey and I want to validate a set of it's properties in the models clean() method. If I add a new model neither content_type nor object_id is set in the clean() method, but if I t

Unicode in unit tests

2011-10-10 Thread Bastian Ballmann
#x27;ve tried to set TEST_CHARSET and TEST_DATABASE_CHARSET to utf8, but still no luck. Any hints on how to solve that? TIA && have a nice day! Basti -- Bastian Ballmann / Web Developer Notch Interactive GmbH / Badenerstrasse 571 / 8048 Zürich Phone +41 43 818 20 91 / www.notch-interacti

Re: Second coming of Java?

2011-10-13 Thread Bastian Ballmann
you name it) becomes the > bottleneck." - from the above article > -- Bastian Ballmann / Web Developer Notch Interactive GmbH / Badenerstrasse 571 / 8048 Zürich Phone +41 43 818 20 91 / www.notch-interactive.com -- You received this message because you are subscribed to the Google Group

Re: Unicode in unit tests

2011-10-13 Thread Bastian Ballmann
Am 13.10.2011 11:02, schrieb Tom Evans: # -*- coding: utf-8 -*- Is that on the first or second line of your file? If not, python will ignore it, as mentioned in the linked PEP. It's on the very first line of the tests.py Greets Basti -- Bastian Ballmann / Web Developer Notch Interactive

Re: Second coming of Java?

2011-10-13 Thread Bastian Ballmann
Am 13.10.2011 15:05, schrieb Tom Evans: Only people who are brought up on Java EE/.NET believe SOAP is useful/good. The rest of the world (yes, even us Enterprise with a big E) prefer simpler REST interfaces. Full ack! :) -- Bastian Ballmann / Web Developer Notch Interactive GmbH

PYTHONPATH and Django

2011-08-11 Thread Bastian Ballmann
nyone share his or her virtualenv / Django config with me? TIA && have a nice day Basti -- Bastian Ballmann / Web Developer Notch Interactive GmbH / Badenerstrasse 571 / 8048 Zürich Phone +41 43 818 20 91 / www.notch-interactive.com -- You received this message because you are subscribed

Re: PYTHONPATH and Django

2011-08-11 Thread Bastian Ballmann
s Basti Am Thu, 11 Aug 2011 15:20:16 +0200 schrieb Reinout van Rees : > On 11-08-11 09:37, Bastian Ballmann wrote: > > Now I start a new project and app, configure Django and last but not > > least I have to set the PYTHONPATH variable to my Django project > > dir in ord