среда, 31 марта 2010 г.

Django resources

Install:

http://habrahabr.ru/blogs/django/120363/

with nginx:
http://code.djangoproject.com/wiki/DjangoAndNginx
http://kbeezie.com/view/nginx-and-django/
http://stackoverflow.com/questions/605173/how-to-nginx-virtual-servers-fcgi-for-django
http://www.alrond.com/en/2007/mar/01/start-django-with-nginx/
http://www.mysoftparade.com/blog/webalchemy-django-apache/
http://www.mindinmotion.ru/post/django-postgresql-nginx-on-debian-server/
http://www.rkblog.rk.edu.pl/w/p/hosting-django-under-nginx-scgi-and-wsgi/

with Apache:
http://code.google.com/p/modwsgi/wiki/DownloadTheSoftware?tm=2 - modwsgi for Apache
http://habrahabr.ru/qa/7844/

virtualenv:
http://web-brains.com/2009/07/19/deplojment-python-proekta-pip-virtualenv/#c1078

everytime you need a fresh virtualenv you just have to do:
pip freeze > requirements.txt; deactivate
source /usr/local/bin/virtualenvwrapper.sh; mkvirtualenv
pip install -r requirements.txt


modwsgi vs fastcgi
http://piranha.org.ua/en/2007/11/24/nginx-mod-wsgi-vs-fastcgi/
http://serverfault.com/questions/12754/which-is-best-for-django-lighttpd-or-nginx-or-maybe-something-else
http://habrahabr.ru/blogs/python/62545/
http://blog.ianbicking.org/2007/08/03/fast-cgi-that-isnt-fastcgi/comment-page-1/#comment-18147

http://habrahabr.ru/blogs/django/51985/ - mod_wsgi with 256M
http://skripter.info/linux/sovety/516-kak-mozhno-snizit-potreblenie-operativnoj-pamyati-na-vdsvps-v-2-raza.html
http://habrahabr.ru/blogs/django/120363/

https://code.djangoproject.com/wiki/DjangoAndNginx
http://www.rkblog.rk.edu.pl/w/p/django-nginx/
http://wiki.nginx.org/DjangoFastCGI
http://forum.firstvds.ru/viewtopic.php?t=6661
http://forum.firstvds.ru/viewtopic.php?t=4092

with nginx+tornado:
http://bukashk0zzz.org.ua/nix/ustanovka-y-nastrojka-django-nginx-cherez-tornado-v-debian-ubuntu
http://www.jeremybowers.com/blog/4/tornado-web-framework-production-django-and-nginx/
http://geekscrap.com/2010/02/integrate-tornado-in-django/

Django CMS:
http://www.pylucid.org/en/download/
http://www.django-cms.org/
http://code.google.com/p/django-page-cms/
http://www.feinheit.ch/media/labs/feincms/ - django cms
http://www.feinheit.ch/media/labs/plata/ - django shop

Django Wiki:
http://code.google.com/p/django-wikiapp/ http://pypi.python.org/pypi/django-wikiapp/
http://code.google.com/p/django-simple-wiki/
http://code.google.com/p/django-wiky/
http://sct.sphene.net/wiki/show/Start/
http://www.djangosites.org/tag/wiki/

Projects on Google code:
http://code.google.com/hosting/search?q=label%3Awiki+label%3Apython&projectsearch=Search+projects
http://code.google.com/p/django-fileman/
http://code.google.com/p/django-imaging/
http://code.google.com/p/django-diario/
http://www.tipfy.org/wiki/moe/ - Python + Google App Engine

Other Django resources:
http://code.djangoproject.com/wiki/DjangoResources
http://www.djangosites.org/tag/wiki/
http://www.djangosites.org/tag/russian/
http://github.com/jezdez


http://www.facebook.com/groups/MoscowDjango

Django hosting:
http://softwaremaniacs.org/forum/django/1132/
http://www.webfaction.com/services/hosting
http://forum.webfaction.com/viewtopic.php?id=821 - super support
https://order.server4you.net/pages/vserver/index.php
http://tektonic.net/vps.php#domains
http://rimuhosting.com/order/startorder1.jsp?hom=t-vps
http://fastnext.ru/vps.php
http://www.keyweb.ru/hosting/rootds.html
http://www.diphost.ru/help/wsgi/
http://www.diphost.ru/hosting/plans/?hl=PARMA

Django plugins:
http://tabed.org/blog/2010/02/12/mptt_admin-02-jstree-dlya-adminki-django/ - jstree
http://tabed.org/blog/2010/01/06/jstree-in-django-admin/ - jstree
http://www.ikrvss.ru/2011/01/22/django-social-auth/ - django openid api
http://code.google.com/p/django-jqgrid/

https://github.com/myfreeweb/django-mode - mode for emacs

Django vs Pylons, ...:
http://stackoverflow.com/questions/48681/pros-cons-of-django-vs-pylons
http://www.mutualinformation.org/2010/03/why-i-switched-to-pylons-after-using-django-for-six-months/

Google App Engine:
http://code.google.com/appengine/articles/app-engine-patch.html
http://code.google.com/appengine/docs/whatisgoogleappengine.html
http://code.google.com/appengine/docs/python/gettingstarted/usingwebapp.html

Technics:
http://en.wikipedia.org/wiki/Web_scraping + http://codespeak.net/lxml/
http://oauth.net/ - twitter + google api
http://developers.facebook.com/ - facebook api
http://code.google.com/appengine/
http://aws.amazon.com/ec2/ - облачный хостинг
http://ru.wikipedia.org/wiki/XMPP - jabber

Manuals:
http://pylonsbook.com/
http://wiki.pylonshq.com/display/pylonscookbook/Mako+for+people+in+a+hurry

Авторы