翼图南

故九萬里,則風斯在下矣,而後乃今培風;背負青天而莫之夭閼者,而後乃今將圖南

Menu

Skip to content
  • Home
  • GPG
  • CV
  • Categories
    • Code
    • Devops
    • Django
    • 分享链接
    • 机器学习
    • MachineLearning
    • Others
    • Productivity
    • Python
  • Tags
  • Social
    • Twitter
    • GitHub
    • StackOverflow
    • 微信二维码
  • Feed

Tag: django

Migrating to a Custom User Model in Django

Posted on Aug 26, 2013 by Leonardo Zhou

链接

这篇 blog 详尽阐述了把现有的 UserModel 迁移到 Django 1.5 的 Custom User Model 所需的十几个步骤和注意事项。

对打算迁移 UserModel 的同学来说,是一份很不错的checklist!

Continue reading →

让django-debug-toolbar支持Python2.5

Posted on Aug 22, 2013 by Leonardo Zhou

Continue reading →

Django 无法在QuerySet中select_related()一个GenericForeignKey的解决方法

Posted on Aug 16, 2013 by Leonardo Zhou

手动对 related field 做一次独立的SQL查询,在内存中缓存 related field,从而把 N+M 条 SQL 简化成 2 条 SQL

Continue reading →
© 2019 翼图南
Powered by Pelican & Graphy, hosted on GitHub.