Re: Production django server : NoReverseMatch: Reverse for 'login' with arguments '()' and keyword arguments '{}' not found.

2014-04-21 Thread Alon Nisser
Why did you specify production server? does the code work correctly on a staging/development server? Is this error only in the production server? If so, probably a configuration Issue On Saturday, April 19, 2014 2:25:04 PM UTC+3, 董健 wrote: > > i got NoReverseMatch when deloy cartridge to the

Re: Production django server : NoReverseMatch: Reverse for 'login' with arguments '()' and keyword arguments '{}' not found.

2014-04-21 Thread Liam Thompson
Are you certain that you are passing the correct or required parameters to the URL, and is the URL actually named ? On Saturday, 19 April 2014 13:25:04 UTC+2, 董健 wrote: > > i got NoReverseMatch when deloy cartridge to the webfaction. i can not > not figure out what happened. the problem

Production django server : NoReverseMatch: Reverse for 'login' with arguments '()' and keyword arguments '{}' not found.

2014-04-19 Thread 董健
i got NoReverseMatch when deloy cartridge to the webfaction. i can not not figure out what happened. the problem annoyed me for two days. any help will be precious. below it is the whole debug information. mod_wsgi (pid=4764): Exception occurred processing WSGI script