* Django snippets
https://djangosnippets.org/
* Django可參考部落格
http://www.weiguda.com/blog/categories/1/
*Social Authentication (OAuth) - Python Social Auth
你是否希望支援可以利用 facebook, twitter, gmail... 來登入你的網路呢? 不用再找了, 用 python-social-auth 就對了, 支援 python3 (#pip install python-social-auth)
#pip install python-social-auth
* Django Social Authentication (不再更新, 請用 Python Social Authen)
http://django-social-auth.readthedocs.org/en/latest/index.html
https://github.com/omab/django-social-auth#documentation
支援 python3 的版本
https://pypi.python.org/pypi/django-social-auth3/
* Django Topics
https://docs.djangoproject.com/en/1.6/topics/
* Django Main Doc
https://docs.djangoproject.com/en
*切換不同的 python 版本
若希望能夠將 "系統" 的 python 切換成你要的版本. 而不是那種單單將不同版本的package存在不同目錄, 然後用模擬環境(virtualenv). 那你就不用再想了, 用 pyenv 就對了. 可參考這篇 "centos6 下如何安裝 pyenv"
* python coding quality 代碼品質控管工具
pylint
* (the eff-bot guide to) The Standard Python Library
python 手冊書
* Tkinter 8.5 reference: a GUI for Python
Tkinter 手冊
* pyDash
一個基於 Django 的系統儀表板程式
* CMS 管理系統
Django-CMS : 從眾多 cms survey 完後, 這套軟體功能較完整且目前還持續在維護中. 安裝測試後覺得是一種文件樹的架構, 適合架不需要資料庫的 blog 或公司網頁.
* User Management
django-user-accounts, Django-Userena 都不錯, Django-Userena 資源似乎較豐富, 但目前不支援 python3 , 且已經 EOL 的感覺, 故建議使用 django-user-accounts, accounts 的資源會愈來愈多
Userena 文件位置: http://docs.django-userena.org/en/latest/
django-user-accounts 是支援 python3 的, 位置: https://github.com/pinax/django-user-accounts
沒有留言:
張貼留言