Archive

Posts Tagged ‘django’

Templates for django-registration

November 2nd, 2007 2 comments

I’ve found this django application for user registration which is really good. Django registration is powered by James Bennett. In the new version example templates have been removed. According to the creator:

They were simply causing too much hassle from expectations that they’d work perfectly out-of-the-box for everyone, so I yanked them out. This shouldn’t affect anyone because you should be writing your own templates, but it’s worth calling attention to.

So let’s just see an example about how to write templates for django-registration.

Read more…

Django: using smtp to send your mail.

November 1st, 2007 No comments

I’ve just found today a really good method to use my gmail account to test if my code works properly to send emails (e.g.: account activation).

df

Read more…

Categories: Python, Tutorial Tags: , , , ,

Django Snippets

October 26th, 2007 No comments

I’m learning how to use Django right now. I found this awesome site which is full of simple (and more advanced) snippets to use with Django framework. )
django <a rel=snippets” />
Click on the image to view the site.

Categories: News, Python, Web Tags: , , ,