Re: PyDev Django Debugging

2010-12-17 Thread Tim Sawyer
Hi, You need to get it working in the dev server first, as you'll need that to debug with (I think). You need to modify the pythonpath so it can see your code. Modify manage.py in (1) and try running the dev server with: python manage.py runserver. You'll need something like this at the t

Re: PyDev Django Debugging

2010-12-17 Thread MLG
Hi Tim, Thank you for your prompt response. The "runserver --noreload" is in place as well in the arguments tab. I have already set this option. The truth is that i haven't tried to run the application in the development server but directly in the apache. The structure is as follow: 1)web/sites/

Re: PyDev Django Debugging

2010-12-17 Thread Tim Sawyer
Here's my instructions for debugging in PyDev, hope that helps: http://drumcoder.co.uk/blog/2010/apr/21/debugging-django-pydev/ This is done using the development server, not Apache, from within Eclipse. Does your app work in the development server? Tim. > Hi, > > I am new to Django trying to

PyDev Django Debugging

2010-12-17 Thread MLG
Hi, I am new to Django trying to port a web site from PHP to Django. I use Apache web server and I have a problem with the debugging. I use Aptana PyDev as IDE and i want to use the debugger in the toolbar. I define the workspace in the the debug configuration as well as the main module (manage.py