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
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/
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
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
4 matches
Mail list logo