Changes between Initial Version and Version 1 of Ticket #20815
- Timestamp:
- Jul 29, 2013, 3:50:01 AM (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #20815
- Property Triage Stage Unreviewed → Accepted
-
Ticket #20815 – Description
initial v1 2 2 3 3 My python version and django version: 4 4 {{{ 5 5 $ python --version 6 6 Python 3.2.3 … … 29 29 so = open(out_log, 'a+', 0) 30 30 ValueError: can't have unbuffered text I/O 31 31 }}} 32 32 Server starts successfully and works if I give it daemonize=False option: 33 33 (virtenv02)jsmith@thinkpad01:~/virtenv02/mysite$ python manage.py runfcgi host=127.0.0.1 port=8100 daemonize=False