Re: Psyco & Database Stored Procedures / Prepared Statements

2006-09-15 Thread scaba
frooyo wrote: > I have two questions about Django. > > 1. Does anyone know if Pythons Psyco performance improver works with > django? http://psyco.sourceforge.net/ There's even a setting for it: http://www.djangoproject.com/documentation/settings/#enable-psyco You'll have to test it in your en

Re: Using an application more than once in a project

2006-07-07 Thread scaba
Ahmad Alhashemi wrote: > Besides, symlinking is an OS feature, not a feature of Django. I do all > my development on Windows, so I can't use it. You can do the same on Windows (if you use NTFS). Get junction from Sysinternals: http://www.sysinternals.com/Utilities/Junction.html Use it like so: