> For the complete documentation index, see [llms.txt](https://sigma-1.gitbook.io/notes/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://sigma-1.gitbook.io/notes/webdev/django.md).

# Django

## IDE

* [Python web developers on Mac](http://python-on-mac.blogspot.com/2013/09/sublimetext3-for-python-web-developers.html)
  * [Django support for Sublime Text 2/3](https://github.com/squ1b3r/Djaneiro)&#x20;
* [Install and configure Sublime Text 3 for Django](http://www.marinamele.com/2014/03/install-and-configure-sublime-text-3.html)
* [Setting Up Sublime Text 3 for Full Stack Python Development ](https://realpython.com/blog/python/setting-up-sublime-text-3-for-full-stack-python-development/)

## Performance & Optimizations

* [The performance test of 6 leading frameworks](http://www.alrond.com/en/2007/jan/25/performance-test-of-6-leading-frameworks/), 2007
* [Django Optimizations and Performance Tips](http://pixabay.com/zh/blog/posts/django-optimizations-and-performance-tips-59/)
* [django-debug-toolbar 1.3.0](https://pypi.python.org/pypi/django-debug-toolbar)
* [Introducing Capacity Analysis for Python](https://blog.newrelic.com/2012/09/11/introducing-capacity-analysis-for-python/)

## Payment

* [Braintree](https://www.braintreepayments.com/)
* [Payment Processing: Comparison of packages for accepting payments ](https://www.djangopackages.com/grids/g/payment-processing/)
* [How to make credit card payments in Django?](http://stackoverflow.com/questions/3057643/how-to-make-credit-card-payments-in-django)
* [Good solution for Payment Processing in Django \[closed\]](http://stackoverflow.com/questions/20115345/good-solution-for-payment-processing-in-django)

## Comparision

* [Django是完备的](http://www.the5fire.com/django-is-complete.html)
* [回归简单，向Django说再见](http://www.vimer.cn/2011/11/回归简单，向django说再见.html)
* [Spring vs. Django](http://vschart.com/compare/spring-framework/vs/django-framework)
* [Which database should I use for a killer web application: MongoDB, PostgreSQL, or MySQL?](http://www.quora.com/Which-database-should-I-use-for-a-killer-web-application-MongoDB-PostgreSQL-or-MySQL)

## DB

### ORM

* [Replacing Django's ORM with SQLAlchemy](http://lethain.com/replacing-django-s-orm-with-sqlalchemy/)

### Optimization

* [Django数据库访问优化](http://www.the5fire.com/django-database-access-optimization.html)
* [Database access optimization](https://docs.djangoproject.com/en/1.8/topics/db/optimization/)
* [Optimizing db queries in Django Rest Framework](http://stackoverflow.com/questions/26593312/optimizing-db-queries-in-django-rest-framework)
* [Making Django ORM Queries 30% Faster by Changing 8 Characters](http://tech.yipit.com/2013/01/20/making-django-orm-queries-faster/)
* [An optimization story with Django – one thousand times faster!](https://blog.mozilla.org/webdev/2011/12/15/django-optimization-story-thousand-times-faster/)

### Hybrid

* [How to Hybrid Mysql and MongoDB in Django](http://stackoverflow.com/questions/12088611/how-to-hybrid-mysql-and-mongodb-in-django)

### NoSQL

* [Django MongoDB Engine](http://django-mongodb-engine.readthedocs.org/en/latest/index.html)
* [Why You Should Never Use MongoDB 專業分析文](http://www.sarahmei.com/blog/2013/11/11/why-you-should-never-use-mongodb/comment-page-1/)

### MySQL vs. NoSQL

* [比较 Mongodb 和 Mysql 查询性能](http://www.oschina.net/question/54100_8640)
* [MySQL vs.MongoDB 各有胜负！](http://www.csdn.net/article/2012-09-06/2809618-mysql-vs-mongodb-complete)
* [视觉中国的NoSQL之路：从MySQL到MongoDB](http://www.programmer.com.cn/4199/)
* [Mongodb vs MySQL/RDBMS](http://blog.yunglinho.com/blog/2014/02/12/mongodb-mysql/)

## Doc

* [Django documentation](https://docs.djangoproject.com/en/1.8/)
* [How To Tango With Django 1.5.4](http://www.tangowithdjango.com/book/index.html)
  * [Models and Databases](http://www.tangowithdjango.com/book/chapters/models.html)
