Sto provando a reindirizzare l'output da manage.py a un file di testo, ma solo un po 'di output viene reindirizzato al file di testo. Come reindirizzare tutto l'output nel file di testo?Reindirizzare l'output django manage.py (in Windows) su un file di testo
mio prompt dei comandi:
C:\Development\web-py\p1st2\pianos1st-system>python manage.py test > test_results.txt
.....................................................................................................................
----------------------------------------------------------------------
Ran 117 tests in 2.026s
OK
Il mio file test_results.txt:
Creating test database for alias 'default'...
Destroying test database for alias 'default'...
sto utilizzando Windows 7 32bit SP1 e Django SVN.
Questo è esattamente quello che stavo cercando. GRAZIE! – Humphrey