Re: Django Tutorial Part 3 Decoupling the URLconfs

2012-02-06 Thread Pavlo Kapyshin
As this exception says, you have an error on first line of urls.py. Double-check that line. -- 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

Re: Newbie django/python with C++ background wants enums

2012-02-02 Thread Pavlo Kapyshin
https://github.com/daevaorn/turbion/blob/master/turbion/bits/utils/enum.py -- 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-

Re: Django Development environment

2011-08-23 Thread Pavlo Kapyshin
Xmonad, emacs, vim, git, darcs, nginx, supervisord, misultin, mochiweb, haskell, bash, zsh, httperf, rabbitmq, zeromq. Things I use for Django-specific development: ipdb, rdb, ipython, private forks of third-party Django apps, virtualenv and pip. I don’t use automatic database migration tools, on-