Re: Django production set up woes [Please Help]

2009-10-18 Thread DjangoRocks
ok thanks! i got it up and running. On Oct 19, 2:51 am, Михаил Лукин wrote: > http://docs.djangoproject.com/en/dev/howto/deployment/ > Choose your deployment method and you'll find the answer > > 2009/10/18 DjangoRocks > > > > > > > hi, how do i put the project's path in my server pyhton path ?

Re: Django production set up woes [Please Help]

2009-10-18 Thread Михаил Лукин
http://docs.djangoproject.com/en/dev/howto/deployment/ Choose your deployment method and you'll find the answer 2009/10/18 DjangoRocks > > hi, how do i put the project's path in my server pyhton path ? > > On Oct 19, 2:36 am, Михаил Лукин wrote: > > Seems that you didn't put your project's path

Re: Django production set up woes [Please Help]

2009-10-18 Thread DjangoRocks
hi, how do i put the project's path in my server pyhton path ? On Oct 19, 2:36 am, Михаил Лукин wrote: > Seems that you didn't put your project's path in your server python path. > > 2009/10/18 DjangoRocks > > > > > > > Hi yes, i restarted apache after uploading my files. > > > Just in case, he

Re: Django production set up woes [Please Help]

2009-10-18 Thread DjangoRocks
hi, how do i put the project's path in my server pyhton path ? On Oct 19, 2:36 am, Михаил Лукин wrote: > Seems that you didn't put your project's path in your server python path. > > 2009/10/18 DjangoRocks > > > > > > > Hi yes, i restarted apache after uploading my files. > > > Just in case, he

Re: Django production set up woes [Please Help]

2009-10-18 Thread Михаил Лукин
Seems that you didn't put your project's path in your server python path. 2009/10/18 DjangoRocks > > Hi yes, i restarted apache after uploading my files. > > Just in case, here is the error message i received: > ViewDoesNotExist at /user/eugene/ > > Could not import crud.views. Error was: No mod

Re: Django production set up woes [Please Help]

2009-10-18 Thread DjangoRocks
I've create another project and app on the production server directly and i received the same problem. ViewDoesNotExist at /hello/ Could not import testapp.views. Error was: No module named testapp.views Request Method: GET Request URL:http://140.119.19.139/hello/ Exception Type:

Re: Django production set up woes [Please Help]

2009-10-18 Thread DjangoRocks
Hi yes, i restarted apache after uploading my files. Just in case, here is the error message i received: ViewDoesNotExist at /user/eugene/ Could not import crud.views. Error was: No module named crud.views Request Method: GET Request URL:http://140.119.19.139/user/eugene/ Exception

Re: Django production set up woes [Please Help]

2009-10-18 Thread Daniel Roseman
On Oct 18, 6:54 pm, DjangoRocks wrote: > Hi all, > The environment i am using to set up my django project/app on a > production server is as follows: > Ubuntu 9.04, Django 1.02, Python version 2.6.2. > > Mysql, mysqldb, apache2 and php is all set up and good to go. > > I have followed the tutoria

Re: Django production set up woes [Please Help]

2009-10-18 Thread DjangoRocks
My application was working alright on my development computer by the way. Best. On Oct 19, 1:54 am, DjangoRocks wrote: > Hi all, > The environment i am using to set up my django project/app on a > production server is as follows: > Ubuntu 9.04, Django 1.02, Python version 2.6.2. > > Mysql, mysq