<?xml version="1.0" encoding="utf-8"?>
<rss xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title>Rob's Cogitations - Latest Comments</title><link>http://cogit8.disqus.com/</link><description></description><atom:link href="https://cogit8.disqus.com/comments.rss" rel="self"></atom:link><language>en</language><lastBuildDate>Sun, 24 Apr 2011 00:14:27 -0000</lastBuildDate><item><title>Re: Testing Emails with Django</title><link>http://rob.cogit8.org/blog/2008/Nov/20/testing-emails-django/#comment-190940843</link><description>&lt;p&gt;I ended up using the solution in the original post first before I saw the built-in way to do the same thing. But I'm glad I landed here since now I understand the settings to change once I have an SMTP server running.&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">stephen arthur</dc:creator><pubDate>Sun, 24 Apr 2011 00:14:27 -0000</pubDate></item><item><title>Re: Testing Emails with Django</title><link>http://rob.cogit8.org/blog/2008/Nov/20/testing-emails-django/#comment-131836028</link><description>&lt;p&gt;You're exactly right... in Django 1.2 they added mail backends, of which console is one.  I should add an update at the top.  This was written roughly 1 year before the addition of the console backend so it's a bit out of date.&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Rob Hudson</dc:creator><pubDate>Thu, 20 Jan 2011 10:55:54 -0000</pubDate></item><item><title>Re: Testing Emails with Django</title><link>http://rob.cogit8.org/blog/2008/Nov/20/testing-emails-django/#comment-131832939</link><description>&lt;p&gt;There is an easier way to do this. Just set &lt;code&gt;EMAIL_BACKEND&lt;/code&gt; in &lt;a href="http://settings.py" rel="nofollow noopener" target="_blank" title="settings.py"&gt;settings.py&lt;/a&gt; (or &lt;a href="http://local_settings.py" rel="nofollow noopener" target="_blank" title="local_settings.py"&gt;local_settings.py&lt;/a&gt;):&lt;br&gt;&lt;code&gt;EMAIL_BACKEND = 'django.core.mail.backends.console.EmailBackend'&lt;code&gt;&lt;br&gt;&lt;br&gt;Django will automatically log all comments to standard output for you.&lt;/code&gt;&lt;/code&gt;&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Natan Yellin</dc:creator><pubDate>Thu, 20 Jan 2011 10:47:26 -0000</pubDate></item><item><title>Re: Django Book Gems: assert False</title><link>http://rob.cogit8.org/blog/2007/Dec/20/django-book-gems-assert-false/#comment-111506883</link><description>&lt;p&gt;Yes it actually is good. &lt;br&gt;Now it is not necessary to use that that like var_dump () (I PHP the programmer) ;)&lt;br&gt;&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Tay</dc:creator><pubDate>Tue, 14 Dec 2010 06:44:46 -0000</pubDate></item><item><title>Re: I Can Haz Hardcore Forking Action</title><link>http://rob.cogit8.org/blog/2008/Mar/14/i-can-haz-hardcore-forking-action/#comment-90634640</link><description>&lt;p&gt;Freenode it is!&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Guest</dc:creator><pubDate>Wed, 27 Oct 2010 00:57:57 -0000</pubDate></item><item><title>Re: I Can Haz Hardcore Forking Action</title><link>http://rob.cogit8.org/blog/2008/Mar/14/i-can-haz-hardcore-forking-action/#comment-90632413</link><description>&lt;p&gt;which irc network is it? Freenode?&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Guest</dc:creator><pubDate>Wed, 27 Oct 2010 00:50:59 -0000</pubDate></item><item><title>Re: 3 tips for web designers using Django</title><link>http://rob.cogit8.org/blog/2007/Aug/30/3-tips-web-designers-using-django/#comment-65349287</link><description>&lt;p&gt;Thanks a lot!&lt;br&gt;./&lt;a href="http://manage.py" rel="nofollow noopener" target="_blank" title="manage.py"&gt;manage.py&lt;/a&gt; runserver 0.0.0.0:8000 was sweet to find.&lt;/p&gt;&lt;p&gt;If anyone interested I then managed to automate &lt;a href="http://settings.py" rel="nofollow noopener" target="_blank" title="settings.py"&gt;settings.py&lt;/a&gt; with:&lt;br&gt;LOCALHOST = socket.gethostbyname_ex(socket.gethostname())[2][0]&lt;br&gt;MEDIA_URL = 'http://%s/mediapath' % LOCALHOST&lt;br&gt;Might be useful if you also serve static from built in apache.&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Ilhan</dc:creator><pubDate>Fri, 30 Jul 2010 16:52:47 -0000</pubDate></item><item><title>Re: Introducing the Django Debug Toolbar</title><link>http://rob.cogit8.org/blog/2008/Sep/19/introducing-django-debug-toolbar/#comment-61956557</link><description>&lt;p&gt;This application looks really cool. Great to know about it. Allow me to Introduce this application to my site by adding your Link to my site!&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Information about caves</dc:creator><pubDate>Tue, 13 Jul 2010 18:31:24 -0000</pubDate></item><item><title>Re: A Django Management Command for Amazon S3</title><link>http://rob.cogit8.org/blog/2008/Oct/29/a-django-management-command-for-amazon-s3/#comment-55547758</link><description>&lt;p&gt;This is very useful tool. Thanks for making it.&lt;br&gt;But there is just one minor problem. It doesn't works correctly on windows.&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Codedreamer</dc:creator><pubDate>Wed, 09 Jun 2010 16:05:45 -0000</pubDate></item><item><title>Re: MacPorts and removing fink</title><link>http://rob.cogit8.org/blog/2006/Nov/06/macports-and-removing-fink/#comment-53610517</link><description>&lt;p&gt;Great alternative to macports named homebrew: &lt;a href="http://mxcl.github.com/homebrew/" rel="nofollow noopener" target="_blank" title="http://mxcl.github.com/homebrew/"&gt;http://mxcl.github.com/home...&lt;/a&gt;&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Jordi Rivero</dc:creator><pubDate>Wed, 02 Jun 2010 18:58:47 -0000</pubDate></item><item><title>Re: Introducing the Django Debug Toolbar</title><link>http://rob.cogit8.org/blog/2008/Sep/19/introducing-django-debug-toolbar/#comment-53433622</link><description>&lt;p&gt;With this features hopefully make extending and customizing the panels very easy. Thanks for posting!&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Ford Parts</dc:creator><pubDate>Tue, 01 Jun 2010 17:45:37 -0000</pubDate></item><item><title>Re: Reducing HTTP requests using make</title><link>http://rob.cogit8.org/blog/2007/May/08/reducing-http-requests-using-make/#comment-51763644</link><description>&lt;p&gt;Great idea. I will definitely try this. Thanks for sharing.&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Suman Haldar</dc:creator><pubDate>Mon, 24 May 2010 19:59:14 -0000</pubDate></item><item><title>Re: 3 tips for web designers using Django</title><link>http://rob.cogit8.org/blog/2007/Aug/30/3-tips-web-designers-using-django/#comment-47649338</link><description>&lt;p&gt;Thank you for sharing this valuable tips.... &lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Contus</dc:creator><pubDate>Fri, 30 Apr 2010 09:39:46 -0000</pubDate></item><item><title>Re: Using Gmail&amp;#39;s SMTP server from Django</title><link>http://rob.cogit8.org/blog/2008/Aug/31/using-gmails-smtp-server-django/#comment-46189736</link><description>&lt;p&gt;Loved your post. Helped me big time!&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">italo maia</dc:creator><pubDate>Fri, 23 Apr 2010 00:51:10 -0000</pubDate></item><item><title>Re: Django and Relativity</title><link>http://rob.cogit8.org/blog/2008/Jun/20/django-and-relativity/#comment-45588910</link><description>&lt;p&gt;heya,&lt;/p&gt;&lt;p&gt;Hmm, I may be wrong, but I think you're missing a trailing comma in the TEMPLATE_DIRS example above. Django's expecting a tuple here, isn't it?&lt;/p&gt;&lt;p&gt;Cheers,&lt;br&gt;Victor&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">victorhooi</dc:creator><pubDate>Mon, 19 Apr 2010 22:33:35 -0000</pubDate></item><item><title>Re: Django and Relativity</title><link>http://rob.cogit8.org/blog/2008/Jun/20/django-and-relativity/#comment-32324278</link><description>&lt;p&gt;Nice overall, but why do you want all that random crap on your path? Might be a source of trouble.&lt;br&gt;&lt;br&gt;sys.path.insert(0, os.path.join(os.path.realpath(os.path.dirname(__file__)), '..', 'django_project'))&lt;br&gt;os.environ['DJANGO_SETTINGS_MODULE'] = 'settings'&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Andrew Badr</dc:creator><pubDate>Mon, 01 Feb 2010 16:51:58 -0000</pubDate></item><item><title>Re: A Django Management Command for Amazon S3</title><link>http://rob.cogit8.org/blog/2008/Oct/29/a-django-management-command-for-amazon-s3/#comment-29633744</link><description>&lt;p&gt;This is excellent. Thanks!&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Jon</dc:creator><pubDate>Wed, 13 Jan 2010 10:51:37 -0000</pubDate></item><item><title>Re: Using Vim and Snipmate with Django</title><link>http://rob.cogit8.org/blog/2009/Sep/20/using-vim-and-snipmate-django/#comment-24702285</link><description>&lt;p&gt;Thanks Rob!&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Dustin</dc:creator><pubDate>Thu, 03 Dec 2009 12:57:36 -0000</pubDate></item><item><title>Re: Using Vim and Snipmate with Django</title><link>http://rob.cogit8.org/blog/2009/Sep/20/using-vim-and-snipmate-django/#comment-24701404</link><description>&lt;p&gt;I have this line in my ~/.vimrc:&lt;/p&gt;&lt;p&gt;    set list listchars=tab:›\ ,trail:·,eol:¬ " mark trailing white space&lt;br&gt;&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Rob Hudson</dc:creator><pubDate>Thu, 03 Dec 2009 12:44:42 -0000</pubDate></item><item><title>Re: Using Vim and Snipmate with Django</title><link>http://rob.cogit8.org/blog/2009/Sep/20/using-vim-and-snipmate-django/#comment-24119139</link><description>&lt;p&gt;How did you get the spaces and linebreaks showing in that format?&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Dustin</dc:creator><pubDate>Thu, 26 Nov 2009 02:25:24 -0000</pubDate></item><item><title>Re: Using Vim and Snipmate with Django</title><link>http://rob.cogit8.org/blog/2009/Sep/20/using-vim-and-snipmate-django/#comment-21473687</link><description>&lt;p&gt;For django and vim I use - &lt;a href="http://slipperysnippets.blogspot.com/" rel="nofollow noopener" target="_blank" title="http://slipperysnippets.blogspot.com/"&gt;http://slipperysnippets.blo...&lt;/a&gt;&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">epcim</dc:creator><pubDate>Sat, 31 Oct 2009 13:20:01 -0000</pubDate></item><item><title>Re: First Django Post</title><link>http://rob.cogit8.org/blog/2006/Jun/09/First-Django-Post/#comment-20607980</link><description>&lt;p&gt;Interesting post. I have just bookmarked this at stumbleupon. Others no doubt will like it like I did.&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Swing Trading</dc:creator><pubDate>Tue, 20 Oct 2009 00:24:51 -0000</pubDate></item><item><title>Re: Using Vim and Snipmate with Django</title><link>http://rob.cogit8.org/blog/2009/Sep/20/using-vim-and-snipmate-django/#comment-20062776</link><description>&lt;p&gt;Love the snippets! However, I noticed that... by setting the filetype to "python.django" it breaks TagList (i.e. TagList no longer shows tags for python files...). Any idea if there's a way to have TagList treat python.django files as if they were python files? &lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Jean-Nicolas</dc:creator><pubDate>Wed, 14 Oct 2009 14:39:52 -0000</pubDate></item><item><title>Re: Using Vim and Snipmate with Django</title><link>http://rob.cogit8.org/blog/2009/Sep/20/using-vim-and-snipmate-django/#comment-17291287</link><description>&lt;p&gt;A few have asked what my Vim color scheme is and where to find it.  It's by Armin Ronacher here: &lt;a href="http://www.vim.org/scripts/script.php?script_id=1870" rel="nofollow noopener" target="_blank" title="http://www.vim.org/scripts/script.php?script_id=1870"&gt;http://www.vim.org/scripts/...&lt;/a&gt;&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Rob Hudson</dc:creator><pubDate>Thu, 24 Sep 2009 10:00:06 -0000</pubDate></item><item><title>Re: Command Line History</title><link>http://rob.cogit8.org/blog/2008/Apr/11/command-line-history/#comment-17034297</link><description>&lt;p&gt;Interesting post. I have just bookmarked this at stumbleupon. Others no doubt will like it like I did.&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Swing Trading</dc:creator><pubDate>Mon, 21 Sep 2009 09:33:05 -0000</pubDate></item></channel></rss>