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
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:
2 matches
Mail list logo