<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0"><channel><title>Disqus - Latest Comments for Jannis Leidel</title><link>http://disqus.com/people/cf3595fa166bfb4106211e1697f39f94/</link><description></description><language>en</language><lastBuildDate>Fri, 21 Nov 2008 09:25:00 -0000</lastBuildDate><item><title>Re: Google Summer of Code application</title><link>http://jannisleidel.disqus.com/google_summer_of_code_application/#comment-13856166</link><description>Hi Jason, thanks for your comment.. didn't see it till now.&lt;br&gt;Have a look at my current article, I think it describes some of my ideas.&lt;br&gt;&lt;br&gt;I currently plan to use setuptools since it brings the egg package format and will be in stdlib in python2.6.</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Jannis Leidel</dc:creator><pubDate>Mon, 25 Jun 2007 14:03:00 -0000</pubDate></item><item><title>Re: Update: Call for ideas</title><link>http://jannisleidel.disqus.com/update_call_for_ideas/#comment-13856171</link><description>&lt;a href="http://djangoapps.com" rel="nofollow"&gt;djangoapps.com&lt;/a&gt; is not available and the owner wants 10.000$ for it, jeesh.</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Jannis Leidel</dc:creator><pubDate>Mon, 13 Aug 2007 11:40:00 -0000</pubDate></item><item><title>Re: Update: Call for ideas</title><link>http://jannisleidel.disqus.com/update_call_for_ideas/#comment-13856174</link><description>Yeah, I think &lt;a href="http://djangoproject.com/apps/" rel="nofollow"&gt;http://djangoproject.com/apps/&lt;/a&gt; makes sense because the package function will be included (hopefully) in Django itself and should not be seen as a standalone page like &lt;a href="http://djangosnippets.org" rel="nofollow"&gt;http://djangosnippets.org&lt;/a&gt; or &lt;a href="http://djangosites.org" rel="nofollow"&gt;http://djangosites.org&lt;/a&gt;. This issue needs to be adressed on django-developers, though.</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Jannis Leidel</dc:creator><pubDate>Mon, 13 Aug 2007 13:08:00 -0000</pubDate></item><item><title>Re: The Django admin interface optimized for iPhone/iPod touch</title><link>http://jannisleidel.disqus.com/the_django_admin_interface_optimized_for_iphoneipod_touch/#comment-13856180</link><description>Well, as you certainly know, the monthly fees for T-Mobile's iPhone contracts in Germany are ridiculous. Until they lower the prices I'm just using the iPod touch for administration. Which of course limits the use of all this :(</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Jannis Leidel</dc:creator><pubDate>Thu, 08 Nov 2007 09:09:00 -0000</pubDate></item><item><title>Re: The Django admin interface optimized for iPhone/iPod touch</title><link>http://jannisleidel.disqus.com/the_django_admin_interface_optimized_for_iphoneipod_touch/#comment-13856176</link><description>Wilson, thank you very much. Please don't hesitate to report bugs or interface glitches.</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Jannis Leidel</dc:creator><pubDate>Thu, 08 Nov 2007 13:29:00 -0000</pubDate></item><item><title>Re: Using Django with setuptools</title><link>http://jannisleidel.disqus.com/using_django_with_setuptools/#comment-13856189</link><description>Thanks Jonathan! It's fixed now..</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Jannis Leidel</dc:creator><pubDate>Thu, 22 Nov 2007 17:42:00 -0000</pubDate></item><item><title>Re: Using Django with setuptools</title><link>http://jannisleidel.disqus.com/using_django_with_setuptools/#comment-13856193</link><description>Thanks Phillip!&lt;br&gt;&lt;br&gt;Django has its own function to determine the current SVN version (django.get_version). It takes a Django version string like (0, 97, 'pre') and returns something like u'0.97-pre-SVN-6708', which is unfortunately wrong, since it gives the last revision number of the whole SVN repository including branches and tag, not only from the trunk.&lt;br&gt;&lt;br&gt;You are right, I forgot to change the version string to just including the pure version number (like 0.97) and let setuptools handle the rest. My setup.py file and the required keywords for setup.cfg are now modified. Thanks again!</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Jannis Leidel</dc:creator><pubDate>Mon, 26 Nov 2007 05:45:00 -0000</pubDate></item><item><title>Re: Using Django with setuptools</title><link>http://jannisleidel.disqus.com/using_django_with_setuptools/#comment-13856197</link><description>I didn't know that setuptools works in this way. So, it should be feasible to provide a setup.py file which elegantly falls back to distutils if setuptools can't be imported.&lt;br&gt;&lt;br&gt;The only delicate issue is the package data, though distuils *has* support for "package_data" in 2.4, it's not Django's minimal Python version support 2.3.&lt;br&gt;&lt;br&gt;So the only solution is the "data_files" keyword, automatically filled like in the current &lt;a href="http://code.djangoproject.com/browser/django/trunk/setup.py" rel="nofollow"&gt;http://code.djangoproject.com/browser/django/tr...&lt;/a&gt; and a "try: import except: ImportError"-switch, right?</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Jannis Leidel</dc:creator><pubDate>Wed, 28 Nov 2007 07:27:00 -0000</pubDate></item><item><title>Re: Using Django with setuptools</title><link>http://jannisleidel.disqus.com/using_django_with_setuptools/#comment-13856199</link><description>Yeah, it checks for the svn revision in get_svn_revision() (egg_info.py in setuptools). This is unfortunate and should be replaced by a pluggable interface. Could you please try &lt;a href="http://pypi.python.org/pypi/setuptools-git/" rel="nofollow"&gt;setuptools-git&lt;/a&gt;?&lt;br&gt;I guess the actual version string parser of setuptools needs increasing revision numbers, but don't know enough about git's internals. Did you make a clone of the Django repo with git-svn? Maby the "find-rev" command of git-svn could be used for this?</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Jannis Leidel</dc:creator><pubDate>Sun, 02 Dec 2007 08:38:00 -0000</pubDate></item><item><title>Re: Using Django with setuptools</title><link>http://jannisleidel.disqus.com/using_django_with_setuptools/#comment-13856203</link><description>Wow, this is great stuff. This should definitely be applicable to bzr and all the other versioning system with svn support.</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Jannis Leidel</dc:creator><pubDate>Sun, 02 Dec 2007 12:15:00 -0000</pubDate></item><item><title>Re: Django meetup at 24C3</title><link>http://jannisleidel.disqus.com/django_meetup_at_24c3/#comment-13856209</link><description>I guess most of the people will be at the congress on saturday anyway, so why not meeting again :)</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Jannis Leidel</dc:creator><pubDate>Tue, 25 Dec 2007 08:09:00 -0000</pubDate></item><item><title>Re: Django meetup at 24C3</title><link>http://jannisleidel.disqus.com/django_meetup_at_24c3/#comment-13856214</link><description>Now, ground floor, right next to the GIMP logo. Django sticker on white Macbook :)</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Jannis Leidel</dc:creator><pubDate>Fri, 28 Dec 2007 13:04:00 -0000</pubDate></item><item><title>Re: Django meetup at 24C3</title><link>http://jannisleidel.disqus.com/django_meetup_at_24c3/#comment-13856215</link><description>Looks like I will be at 24C3 the rest of the weekend. Sorry for posting so late, the wifi was unusable most of the day :O</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Jannis Leidel</dc:creator><pubDate>Fri, 28 Dec 2007 19:29:00 -0000</pubDate></item><item><title>Re: django-mobileadmin 0.2</title><link>http://jannisleidel.disqus.com/django_mobileadmin_02/#comment-13856206</link><description>Hi Juan,&lt;br&gt;&lt;br&gt;Yes it does require to have the latest developer version (aka "subversion trunk"), sorry for your hassle. I suppose you want to run the Django with django-mobileadmin directly on the iPhone/iTouch -- just make a subversion checkout on your computer and transfer the resulting django directory to you Python site-packages directory on your mobile device.&lt;br&gt;&lt;br&gt;Though I haven't tested it you might be successful using the following plist file: &lt;a href="/wp-content/uploads/2008/01/com.djangoproject.django.plist" rel="nofollow"&gt;com.djangoproject.django.plist&lt;/a&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Jannis Leidel</dc:creator><pubDate>Wed, 02 Jan 2008 11:18:00 -0000</pubDate></item><item><title>Re: Django T-Shirts and more</title><link>http://jannisleidel.disqus.com/django_t_shirts_and_more/#comment-13856224</link><description>You are right No', they are registered trademarks. Fortunately I got permission to use the Django logo and the teaser on T-Shirts before going to public with the shop.</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Jannis Leidel</dc:creator><pubDate>Mon, 21 Jan 2008 04:10:00 -0000</pubDate></item><item><title>Re: Django T-Shirts and more</title><link>http://jannisleidel.disqus.com/django_t_shirts_and_more/#comment-13856227</link><description>Thanks Christoph, and they go like hot cakes :)</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Jannis Leidel</dc:creator><pubDate>Thu, 24 Jan 2008 05:53:00 -0000</pubDate></item><item><title>Re: Django's Hotclub of France</title><link>http://jannisleidel.disqus.com/djangos_hotclub_of_france/#comment-13856241</link><description>Hi Wade!&lt;br&gt;&lt;br&gt;Thank you so much for your opinion, you hit the nail on the head!&lt;br&gt;&lt;br&gt;You are right, maby my thoughts were too technology centered and not so much about best practices and daily use. There are many ways of package and code management, each different in its approach and overall usefulness -- but it every time largely depends on the audience.&lt;br&gt;&lt;br&gt;setuptools and the PyPI for example do their job pretty well and became the de facto standard for Python-based software even without official support. That's why I tried to use that set of tools for Django, though I haven't thought of the implications on Django beginners. Even if Django is written in Python and inherits its utility, it presents itself as a standalone software, sometimes denying its background. Which is obviously alright.&lt;br&gt;&lt;br&gt;I'm not to afraid of the "phpnuke" metaphor (I'm used to be a PHP fanboy :) rather of the structure a future app repository could have. Luckily more and more communities about Django pop up and show what works and what not. I really like the simplicity of &lt;a href="http://djangopeople.net" rel="nofollow"&gt;djangopeople.net&lt;/a&gt; for example. Let's see what the next months will bring. I'm thrilled to be at this year's Pycon for example :)</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Jannis Leidel</dc:creator><pubDate>Thu, 31 Jan 2008 10:26:00 -0000</pubDate></item><item><title>Re: Convert rst files to wiki markup used by Google Code Hosting</title><link>http://jannisleidel.disqus.com/convert_rst_files_to_wiki_markup_used_by_google_code_hosting/#comment-13856245</link><description>Great stuff Kumar,&lt;br&gt;&lt;br&gt;thanks for the link!</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Jannis Leidel</dc:creator><pubDate>Thu, 31 Jan 2008 19:18:00 -0000</pubDate></item><item><title>Re: Resurrecting MissingDrawer plugin for TextMate</title><link>http://jannisleidel.disqus.com/resurrecting_missingdrawer_plugin_for_textmate/#comment-13856325</link><description>You're welcome :)</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Jannis Leidel</dc:creator><pubDate>Sun, 17 Feb 2008 12:04:00 -0000</pubDate></item><item><title>Re: Resurrecting MissingDrawer plugin for TextMate</title><link>http://jannisleidel.disqus.com/resurrecting_missingdrawer_plugin_for_textmate/#comment-13856301</link><description>Thanks guys, that's very kind.&lt;br&gt;&lt;br&gt;@Alex No, the there is no way to decide on which side the panel shows up at the moment. Though the source is included and I would be happy to have such functionality :)</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Jannis Leidel</dc:creator><pubDate>Mon, 25 Feb 2008 14:05:00 -0000</pubDate></item><item><title>Re: Resurrecting MissingDrawer plugin for TextMate</title><link>http://jannisleidel.disqus.com/resurrecting_missingdrawer_plugin_for_textmate/#comment-13856297</link><description>@Kevin Indeed, this would be a great addition. I try to add this in the next version.&lt;br&gt;&lt;br&gt;@Jan Great! Though this is a little hack-ish. I'll implement a menu item for this function.</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Jannis Leidel</dc:creator><pubDate>Mon, 25 Feb 2008 14:53:00 -0000</pubDate></item><item><title>Re: Resurrecting MissingDrawer plugin for TextMate</title><link>http://jannisleidel.disqus.com/resurrecting_missingdrawer_plugin_for_textmate/#comment-13856238</link><description>Thanks to all of you! This is really great, I did not expect so much feedback but I'm willing to implement your feature requests. Cocoa and Objective-C are pretty new to me, so please have patience :)&lt;br&gt;&lt;br&gt;So, I've set up a Google Code project at &lt;a href="http://code.google.com/p/textmate-missingdrawer/" rel="nofollow"&gt;http://code.google.com/p/textmate-missingdrawer/&lt;/a&gt; to handle bug reports and feature requests a little better. You are very welcome to join the project and make this plugin even more useful. I already checked in the code and created some wiki pages to keep the discussion going. I hope you like it. If not, don't worry and just post your comment here.</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Jannis Leidel</dc:creator><pubDate>Wed, 27 Feb 2008 15:32:00 -0000</pubDate></item><item><title>Re: A Pownce Jabber bot with Django backend</title><link>http://jannisleidel.disqus.com/a_pownce_jabber_bot_with_django_backend/#comment-13856331</link><description>@Christoph Thanks :)&lt;br&gt;&lt;br&gt;@Anders Indeed, sleekxmpp looks sleek, though I don't know if changing powncebot's structure is worth the effort. But maby I just have to look at it a little longer.&lt;br&gt;&lt;br&gt;The Pownce API 2.0 was released &lt;a href="http://blog.pownce.com/2008/02/28/announcing-pownce-api-v20/" rel="nofollow"&gt;yesterday&lt;/a&gt; including official support to post notes. But I think I'll wait a little for James' &lt;a href="http://code.google.com/p/python-pownce-api/" rel="nofollow"&gt;python-pownce-api lib&lt;/a&gt; to be updated before integrating it into powncebot.</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Jannis Leidel</dc:creator><pubDate>Fri, 29 Feb 2008 06:04:00 -0000</pubDate></item><item><title>Re: A Pownce Jabber bot with Django backend</title><link>http://jannisleidel.disqus.com/a_pownce_jabber_bot_with_django_backend/#comment-13856328</link><description>Thanks Rob, very good idea!&lt;br&gt;&lt;br&gt;I need to have a more thorough look on the xmpppy lib that I used to build the bot. I think file transfer could be a weak spot of Jabber, since it's problematic on every other IM net.</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Jannis Leidel</dc:creator><pubDate>Tue, 04 Mar 2008 05:45:00 -0000</pubDate></item><item><title>Re: Python library for reactable's TUIO protocol</title><link>http://jannisleidel.disqus.com/python_library_for_reactables_tuio_protocol/#comment-13856315</link><description>Yeah, I just stumbled over it, looks very interesting, thanks!</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Jannis Leidel</dc:creator><pubDate>Tue, 11 Mar 2008 14:54:00 -0000</pubDate></item><item><title>Re: Resurrecting MissingDrawer plugin for TextMate</title><link>http://jannisleidel.disqus.com/resurrecting_missingdrawer_plugin_for_textmate/#comment-13856338</link><description>Ah, sorry forgot to update the changelog!&lt;br&gt;&lt;br&gt;I just added a blue background.. this was an easy fix. Still working on the other feature request.&lt;br&gt;&lt;br&gt;Thanks to orta for the code!</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Jannis Leidel</dc:creator><pubDate>Wed, 19 Mar 2008 13:23:00 -0000</pubDate></item><item><title>Re: Django T-Shirts and more</title><link>http://jannisleidel.disqus.com/django_t_shirts_and_more/#comment-13856319</link><description>Hi Markus, thanks for your comment.&lt;br&gt;&lt;br&gt;This is one of the "official" logos, have a look at the second file in eps format (django-logo-negative.eps) at &lt;a href="http://www.djangoproject.com/community/logos/" rel="nofollow"&gt;http://www.djangoproject.com/community/logos/&lt;/a&gt;&lt;br&gt;&lt;br&gt;I would totally love to see a photo of your shirt because Spreadshirt is definitely not my favorite company. Though they do worldwide shipping.&lt;br&gt;&lt;br&gt;Concerning the color of the shirts: I think it's just my personal taste, so let's not discuss what you would do. I asked for permission from Jacob (Lawrence Journal-World) before putting these shirts online and some diversity isn't bad, right?</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Jannis Leidel</dc:creator><pubDate>Thu, 27 Mar 2008 05:50:00 -0000</pubDate></item><item><title>Re: Howto use Django on a Virtualmin server</title><link>http://jannisleidel.disqus.com/howto_use_django_on_a_virtualmin_server/#comment-13856258</link><description>Hi Keith,&lt;br&gt;Is mod_rewrite enabled? On Debian (which I run) you can check by typing in a root shell:&lt;br&gt;&lt;br&gt;&lt;code&gt;ls /etc/apache2/mods-enabled/rewrite.load&lt;/code&gt;&lt;br&gt;&lt;br&gt;If you get a warning "No such file or directory" (or similar) then you need to enable it by running:&lt;br&gt;&lt;br&gt;&lt;code&gt;a2enmod rewrite &amp;&amp; /etc/init.d/apache2 force-reload&lt;/code&gt;&lt;br&gt;&lt;br&gt;Then renable the rewrite part in the .htaccess file and it should work. Let me know if it doesn't work.</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Jannis Leidel</dc:creator><pubDate>Tue, 08 Apr 2008 04:04:00 -0000</pubDate></item><item><title>Re: Django Textmate Theme part two</title><link>http://jannisleidel.disqus.com/django_textmate_theme_part_two/#comment-13856350</link><description>Thanks Paolo, I didn't know that these also work in e. Cool!</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Jannis Leidel</dc:creator><pubDate>Wed, 23 Apr 2008 06:53:00 -0000</pubDate></item><item><title>Re: EuroPython 2008 + Django sprint</title><link>http://jannisleidel.disqus.com/europython_2008_django_sprint/#comment-13856395</link><description>@zgoda, I hope so, too :)&lt;br&gt;&lt;br&gt;@sean, I'm sure there is enough coverage of the talks online.&lt;br&gt;Besides I hope the core devs will join and make this a worldwide sprint.</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Jannis Leidel</dc:creator><pubDate>Thu, 15 May 2008 06:16:00 -0000</pubDate></item><item><title>Re: Django User Meetup in Berlin at Linuxtag 2008</title><link>http://jannisleidel.disqus.com/django_user_meetup_in_berlin_at_linuxtag_2008/#comment-13856367</link><description>That'd be great!</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Jannis Leidel</dc:creator><pubDate>Tue, 27 May 2008 07:28:00 -0000</pubDate></item><item><title>Re: Django User Meetup in Berlin at Linuxtag 2008</title><link>http://jannisleidel.disqus.com/django_user_meetup_in_berlin_at_linuxtag_2008/#comment-13856373</link><description>Cool, we need mooore!</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Jannis Leidel</dc:creator><pubDate>Tue, 27 May 2008 18:47:00 -0000</pubDate></item><item><title>Re: Django User Meetup in Berlin at Linuxtag 2008</title><link>http://jannisleidel.disqus.com/django_user_meetup_in_berlin_at_linuxtag_2008/#comment-13856249</link><description>Django-Shirt :)</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Jannis Leidel</dc:creator><pubDate>Wed, 28 May 2008 08:06:00 -0000</pubDate></item><item><title>Re: Django User Meetup in Berlin at Linuxtag 2008</title><link>http://jannisleidel.disqus.com/django_user_meetup_in_berlin_at_linuxtag_2008/#comment-13856353</link><description>Oh schade, wir werde aber sicherlich eine Weile zusammensitzen, ich schick dir eine Mail, wenn ich weiß wo wir hingehen.</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Jannis Leidel</dc:creator><pubDate>Fri, 30 May 2008 06:19:00 -0000</pubDate></item><item><title>Re: EuroPython 2008 + Django sprint</title><link>http://jannisleidel.disqus.com/europython_2008_django_sprint/#comment-13856360</link><description>Hey Remco, thanks for your effort!&lt;br&gt;&lt;br&gt;See you there :D</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Jannis Leidel</dc:creator><pubDate>Sun, 15 Jun 2008 10:56:00 -0000</pubDate></item><item><title>Re: Resurrecting MissingDrawer plugin for TextMate</title><link>http://jannisleidel.disqus.com/resurrecting_missingdrawer_plugin_for_textmate/#comment-13856362</link><description>Hi Ben,&lt;br&gt;&lt;br&gt;I'm running Textmate on Leopard daily with this plugin, so I'm rather baffled. Since this sounds like a serious condition, could you please post a issue at &lt;a href="http://code.google.com/p/textmate-missingdrawer/issues/list?" rel="nofollow"&gt;http://code.google.com/p/textmate-missingdrawer...&lt;/a&gt;  If you are using other plugins please list them there, too. Thanks :)</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Jannis Leidel</dc:creator><pubDate>Tue, 17 Jun 2008 11:45:00 -0000</pubDate></item><item><title>Re: Local Django Sprint, Berlin, Germany, August 08, 2008</title><link>http://jannisleidel.disqus.com/local_django_sprint_berlin_germany_august_08_2008/#comment-13856390</link><description>@David Cool, I try to make some pictures and write how it went afterwards. :)&lt;br&gt;&lt;br&gt;@Jonas Awesome, don't hesitate to bring more people :D And don't worry about the organization, I'm sure there will be plenty of occasions in the future.</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Jannis Leidel</dc:creator><pubDate>Fri, 25 Jul 2008 11:58:00 -0000</pubDate></item><item><title>Re: Local Django Sprint, Berlin, Germany, August 08, 2008</title><link>http://jannisleidel.disqus.com/local_django_sprint_berlin_germany_august_08_2008/#comment-13856389</link><description>@Julian It depends on what you already know about Django and what you want to work on. Some work on fixing bugs or improving the docs, some on their own project, and some only chitchat.</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Jannis Leidel</dc:creator><pubDate>Mon, 28 Jul 2008 05:15:00 -0000</pubDate></item><item><title>Re: Updated: Local Django Sprint, Berlin, Germany, August 08-09, 2008</title><link>http://jannisleidel.disqus.com/updated_local_django_sprint_berlin_germany_august_08_09_2008/#comment-13856257</link><description>Yeah, that's a known behaviour for anonymous edits of the Django wiki. Either go to settings (top right next to "Login") and add your name and e-mail. Once you click save, you should be able to edit without a problem. Or go to &lt;a href="http://www.djangoproject.com/accounts/register/" rel="nofollow"&gt;http://www.djangoproject.com/accounts/register/&lt;/a&gt; to register for an own account and make sure you're logged in before editing the site.</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Jannis Leidel</dc:creator><pubDate>Wed, 30 Jul 2008 17:29:00 -0000</pubDate></item><item><title>Re: Easy overrides for absolute URLs of reusable apps</title><link>http://jannisleidel.disqus.com/easy_overrides_for_absolute_urls_of_reusable_apps/#comment-13856400</link><description>Oh sure, and I don't use the provided URLconf :)&lt;br&gt;&lt;br&gt;But unless I'm totally blind I still need to somehow override the get_absolute_url() of the entry objects so it contains the month as a number, not as short slug.</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Jannis Leidel</dc:creator><pubDate>Fri, 22 Aug 2008 06:26:00 -0000</pubDate></item><item><title>Re: Updates to django-dbtemplates and a half-assed promise</title><link>http://jannisleidel.disqus.com/updates_to_django_dbtemplates_and_a_half_assed_promise/#comment-13856414</link><description>Very nice, I'm looking forward to criticism :)</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Jannis Leidel</dc:creator><pubDate>Sun, 02 Nov 2008 11:43:00 -0000</pubDate></item><item><title>Re: A WYSIWYM editor widget for Django's admin interface</title><link>http://jannisleidel.disqus.com/a_wysiwym_editor_widget_for_djangos_admin_interface/#comment-13856427</link><description>@STEPHEN, There are some examples of WYMeditor in its svn repository, see &lt;a href="http://files.wymeditor.org/wymeditor/trunk/src/examples/" rel="nofollow"&gt;http://files.wymeditor.org/wymeditor/trunk/src/...&lt;/a&gt;.&lt;br&gt;&lt;br&gt;@OMTV, TinyMCE isn't hard to integrate, I agree. It's rather the amount of features which annoys me. Especially if I have multiple form fields in an admin form that would show a ton of buttons.&lt;br&gt;&lt;br&gt;@PATRICKK: Oh yeah, the themes aren't that great. I've been starting to make things at least a bit better, with an own skin: &lt;a href="http://django-page-cms.googlecode.com/svn/trunk/pages/media/pages/wymeditor/skins/django/" rel="nofollow"&gt;http://django-page-cms.googlecode.com/svn/trunk...&lt;/a&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Jannis Leidel</dc:creator><pubDate>Tue, 04 Nov 2008 16:34:00 -0000</pubDate></item><item><title>Re: An autocomplete widget for django-tagging form fields</title><link>http://jannisleidel.disqus.com/an_autocomplete_widget_for_django_tagging_form_fields/#comment-13856432</link><description>Thanks Greg, I'm glad you like it. Your's exactly the reason why I looked into making such a thing. I think there are others but didn't find it anywhere :)</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Jannis Leidel</dc:creator><pubDate>Wed, 05 Nov 2008 21:33:00 -0000</pubDate></item><item><title>Re: An autocomplete widget for django-tagging form fields</title><link>http://jannisleidel.disqus.com/an_autocomplete_widget_for_django_tagging_form_fields/#comment-13856440</link><description>@PATRICKK&lt;br&gt;&lt;br&gt;Well, that'd be an awesome widget, of course. Sounds like a great weekend project :)</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Jannis Leidel</dc:creator><pubDate>Thu, 06 Nov 2008 06:32:00 -0000</pubDate></item><item><title>Re: A WYSIWYM editor widget for Django's admin interface</title><link>http://jannisleidel.disqus.com/a_wysiwym_editor_widget_for_djangos_admin_interface/#comment-13856445</link><description>@ZGODA: Cool, would you mind sharing the changes with us?</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Jannis Leidel</dc:creator><pubDate>Thu, 06 Nov 2008 09:38:00 -0000</pubDate></item><item><title>Re: An autocomplete widget for django-tagging form fields</title><link>http://jannisleidel.disqus.com/an_autocomplete_widget_for_django_tagging_form_fields/#comment-13856450</link><description>Thanks Martin, the bugs are now fixed.</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Jannis Leidel</dc:creator><pubDate>Fri, 07 Nov 2008 05:56:00 -0000</pubDate></item><item><title>Re: An autocomplete form widget for ForeignKey model fields</title><link>http://jannisleidel.disqus.com/an_autocomplete_form_widget_for_foreignkey_model_fields/#comment-13856468</link><description>@Martin Thanks! Yeah, I'll think about an own app for those kind of things :)&lt;br&gt;&lt;br&gt;@Marc Indeed, that would make it even more reusable. And as I said, the code above is an example and should only be seen as an starting point.</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Jannis Leidel</dc:creator><pubDate>Fri, 14 Nov 2008 08:14:00 -0000</pubDate></item><item><title>Re: An autocomplete form widget for ForeignKey model fields</title><link>http://jannisleidel.disqus.com/an_autocomplete_form_widget_for_foreignkey_model_fields/#comment-13856475</link><description>@patrickk: Regarding 1., do you mean like the raw-id widget Django is providing?&lt;br&gt;&lt;br&gt;2. You are right about the second point, I just added those to the code above. Thanks!</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Jannis Leidel</dc:creator><pubDate>Fri, 14 Nov 2008 09:29:00 -0000</pubDate></item><item><title>Re: An autocomplete form widget for ForeignKey model fields</title><link>http://jannisleidel.disqus.com/an_autocomplete_form_widget_for_foreignkey_model_fields/#comment-13856484</link><description>@VERMUS: Yeah, that could work, I had this in mind while working on the ForeignKeyWidget, too.</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Jannis Leidel</dc:creator><pubDate>Fri, 21 Nov 2008 09:25:00 -0000</pubDate></item><item><title>Re: Jance a Jabber bot for Pownce</title><link>http://valkertownblog.disqus.com/jance_a_jabber_bot_for_pownce/#comment-4162151</link><description>Hi there, that's very nice!&lt;br&gt;&lt;br&gt;I'm glad someone did the whole thing since my approach could only post and needed the full username/password (no oauth). In any case please feel free to look at the source and reuse anything you need, if at all :)&lt;br&gt;&lt;br&gt;&lt;a href="http://github.com/jezdez/pownce-jabber-bot/" rel="nofollow"&gt;http://github.com/jezdez/pownce-jabber-bot/&lt;/a&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Jannis Leidel</dc:creator><pubDate>Wed, 27 Aug 2008 12:25:56 -0000</pubDate></item><item><title>Re: Switching to Django, PostgreSQL and WebFaction</title><link>http://arthurkozielsblog.disqus.com/switching_to_django_postgresql_and_webfaction/#comment-5239045</link><description>Looks like the transition went smoothly, nice :)</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Jannis Leidel</dc:creator><pubDate>Sun, 24 Aug 2008 01:03:00 -0000</pubDate></item><item><title>Re: Automatical superuser creation with Django</title><link>http://arthurkozielsblog.disqus.com/automatical_superuser_creation_with_django/#comment-5239061</link><description>Holy crap, that's useful. I never thought of that.. jeez.</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Jannis Leidel</dc:creator><pubDate>Thu, 04 Sep 2008 16:22:00 -0000</pubDate></item><item><title>Re: virtualenvwrapper bash completion</title><link>http://arthurkozielsblog.disqus.com/virtualenvwrapper_bash_completion/#comment-5239107</link><description>Awesome, I missed that badly! Thanks!</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Jannis Leidel</dc:creator><pubDate>Sat, 11 Oct 2008 10:07:00 -0000</pubDate></item><item><title>Re: WWDC 2007 - Keynote Liveblog?!?</title><link>http://opensourcemac.disqus.com/wwdc_2007_keynote_liveblog/#comment-5462806</link><description>jawoll, hier huhu hieehiier!&lt;br&gt;die großen mac-portale sind zwar flink und irc channels bringen alle facts, aber persönliche randnotizen finde ich genauso wichtig und gut.&lt;br&gt;&lt;br&gt;grüße</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Jannis Leidel</dc:creator><pubDate>Sun, 06 May 2007 16:26:43 -0000</pubDate></item><item><title>Re: Lessons Learned</title><link>http://ericflorenzanosblog.disqus.com/lessons_learned/#comment-13322951</link><description>Great article, Eric. Although this is indeed painful I'm also looking forward to see some of the functions in &lt;a href="http://djangoplugables.com" rel="nofollow"&gt;djangoplugables.com&lt;/a&gt;. Bryan signalized the chance to incorporate our code so it's not written without cause. It should not be abandoned, IMO.</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Jannis Leidel</dc:creator><pubDate>Thu, 10 Apr 2008 06:46:00 -0000</pubDate></item><item><title>Re: Spawning + Django</title><link>http://ericflorenzanosblog.disqus.com/spawning_django/#comment-13323068</link><description>Eric, great article, going to try that out now.&lt;br&gt;&lt;br&gt;Although I think there is a typo in "spawn -factory=.." which needs to be "spawn --factory=.."&lt;br&gt;&lt;br&gt;And don't you mean "The next thing to do is go to the directory which holds your **settings.py**.." instead?</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Jannis Leidel</dc:creator><pubDate>Thu, 31 Jul 2008 00:00:00 -0000</pubDate></item><item><title>Re: Easy Multi-Database Support for Django</title><link>http://ericflorenzanosblog.disqus.com/easy_multi_database_support_for_django/#comment-13323344</link><description>Very cool, Eric. One little nitpick with the way the databases are specified in the settings. I know that it's just Python, but it seems cleaner to me to prevent dict() calls. It would be nicer to just use a simple tuple approach and convert them to dictionaries in the backend.&lt;br&gt;&lt;br&gt;See &lt;a href="http://dpaste.de/605/" rel="nofollow"&gt;http://dpaste.de/605/&lt;/a&gt; for an example.</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Jannis Leidel</dc:creator><pubDate>Fri, 14 Nov 2008 23:42:00 -0000</pubDate></item></channel></rss>