Re: __init__() got an unexpected keyword argument 'timeout' #4069

2016-04-25 Thread Stephen J. Butler
Look in your settings.py file for the TEMPLATES line. Do you have a 'timeout' under OPTIONS? Remove that. On Mon, Apr 25, 2016 at 8:34 AM, Khaled Al-Ansari wrote: > Hello, I'm having a problem with djangorest > > when i runserver everything looks fine but when I open the browser I get > this > >

__init__() got an unexpected keyword argument 'timeout' #4069

2016-04-25 Thread Khaled Al-Ansari
Hello, I'm having a problem with djangorest when i runserver everything looks fine but when I open the browser I get this Internal Server Error: / Traceback (most recent call last): File "/home/khaled/Desktop/Sites/POSRocket/internal-api/env/lib/python3.4/site-packages/django/template/utils.