Re: Start to get error after modifying models

2011-08-05 Thread Shawn Milochik
What did you change? Hopefully you're using version control and can do a diff. The traceback you provided isn't very helpful to most people because it's from Django's internals instead of your own code. In any case, you need to do more work before you'll get much help, unless someone's speci

Start to get error after modifying models

2011-08-05 Thread ozgur yilmaz
Hi, After i modified some models, i started to get following errors: Traceback (most recent call last): File "C:\Python26\lib\site-packages\django\core\servers\basehttp.py", line 280, in run self.result = application(self.environ, self.start_response) File "C:\Python26\lib\site-packages