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). I have 2 APPS defined in INSTALLED_APPS in settings.py. For example the names of the apps are: "basesite" and "mysite". "mysite" app is located in the current directory, which contains manage.py, settings.py, urls.py, etc. On the other hand, "basesite" is located in another path (../../apps/basesite/). When i click on Debug, i get an error: "Error no module name basesite". It seems that it is not visible. However, the application works properly in a run mode (not debug) using the apache web server. The only issue is that i do not know what i have to configure or what i miss in the debugging...
I would appreciate if you could help me. Thank you in advance! MLG -- You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-us...@googlegroups.com. To unsubscribe from this group, send email to django-users+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/django-users?hl=en.