Hey Ivan -- I'll do my best to answer your questions --
On Jul 12, 2006, at 10:49 AM, Iván Alemán wrote: > does anyone have integrated django with an actual development > environment, like the one I described above LAMP? I'm not sure what you mean by "actual development environment," but you can see a list of sites that are Django-powered at http:// code.djangoproject.com/wiki/DjangoPoweredSites. You should notice that Django's used (successfully) by teams ranging from single people to large corporations like the E.W. Scripps company. > does the integration works with minor workarounds? Again, I'm not sure what you mean here; if you'll elaborate I'll try to answer... > django is ready to scale? Django scales extremely well. The FAQ answers this question pretty well: http://www.djangoproject.com/documentation/faq/#does-django- scale. I'd add to the FAQ that Django sites handle slashdotting (and digging, farking, etc) with ease. > what about security, will django take care of SQL-injections and > alike attacks? Yes, the ORM layer automatically protects against SQL injection. Security was one of the forces that originally drove us away from PHP towards developing Django. > is good idea to switch the whole team to django, what about the > learning curve? That's hard for me to answer as someone who's been using this stuff for years, but I'll point out that in less than a year our users group has grown to over 2000 members. Clearly people are learning Django pretty quickly :) Also, we really pride ourselves on the strength of our documentation. > can I use the django apps so any user can have a it's own control > panel, to manage his/her profile, can I do the same with other django > apps? Hm -- I'm not sure what you mean here. The Django-admin has a pretty sophisticated user group/permission system that I use at work to manage about 50 admins with different access levels... is that what you're interested in? > how to integrate django to subversion, I have some ideas, but have > anyone a best-practice for this? I'm not sure there's anything different about using Subversion vis-a- vis Django... all your Django code is just Python and templates, so very easy to keep in SVN. Hope this helps, Jacob --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-users@googlegroups.com To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/django-users -~----------~----~----~----~------~----~------~--~---