http://ringce.com/hyde • Nikola http://nikola.ralsina.com.ar/ Подробнее о движках смотрите здесь http://wiki.python.org/moin/PythonBlogSoftware Saturday, October 6, 12
в формате restructuredText, Markdown, • Удобный и быстрый способ публикации обновлений на сайте, • Возможность размещать блог на гитхабе Saturday, October 6, 12
profile_detail(request, username, template='userena/profile_detail.html'): """ Detailed view of an user. :param username: String of the username of which the profile should be viewed. **Context** ``profile`` Instance of the currently viewed ``Profile``. """ user = User.objects.get(username__iexact=username) profile = Profile.objects.get(user=user) Извлечение записи в виде экземпляра объекта http://django.me/db Saturday, October 6, 12