Re: Django 1.3

2010-08-15 Thread DjangoRocks
I was wondering if South would be added as part of the standard Django release? Best. On Aug 2, 1:10 pm, Russell Keith-Magee wrote: > On Sun, Aug 1, 2010 at 10:35 PM, mayikmaster wrote: > > hello and thank you for this great project which I have

Re: Pre-Registration User versus Registerred User?

2010-07-13 Thread DjangoRocks
U can try using sessions. Django supports anonymous sessions. See here: http://docs.djangoproject.com/en/dev/topics/http/sessions/ and here: http://www.djangobook.com/en/2.0/chapter14/ Best. On Jul 8, 12:38 am, iJames wrote: > I think my brains have been un-djangoed

Re: Most effective and stable Django set up on a production server?

2009-10-24 Thread DjangoRocks
hi, may i know how ( or where ) do i get the traceback from the error logs? ( i'm kind of a server noob ) On Oct 19, 12:47 pm, Graham Dumpleton <graham.dumple...@gmail.com> wrote: > On Oct 19, 2:23 pm, DjangoRocks <ye.eug...@gmail.com> wrote: > > > Hi all, >

RE: watermark using django-watermark

2009-10-24 Thread DjangoRocks
Hi al, I understand that there is a google code fourm for django-watermark, but i am really trying to get some help here with regards to using django-watermarks Here's what happened: 1. My installation of django-watermark is successful and the issues occurred after i typed in the watermark

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, Михаил Лукин <mihail.lu...@googlemail.com> wrote: > http://docs.djangoproject.com/en/dev/howto/deployment/ > Choose your deployment method and you'll find the answer > > 2009/10/18 DjangoRocks <ye.eug...@gmail.com>

[Weird server issues] Most effective and stable Django set up on a production server?

2009-10-18 Thread DjangoRocks
Hi all, as per the subject: what is the most effective and stable Django set up options on a production server? I am currently on a mod_python, linux, apache set up. And sometimes, it seems that the server is unstable. For example, whenever i try to submit a form ( uploading images ), there are

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, Михаил Лукин <mihail.lu...@googlemail.com> wrote: > Seems that you didn't put your project's path in your server python path. > > 2009/10/18 DjangoRocks <ye.eug...@gmail.com> > > &g

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, Михаил Лукин <mihail.lu...@googlemail.com> wrote: > Seems that you didn't put your project's path in your server python path. > > 2009/10/18 DjangoRocks <ye.eug...@gmail.com> > > &g

Re: Django production set up woes [Please Help]

2009-10-18 Thread DjangoRocks
that django cannot serve app on production server? How do i fix this problem? On Oct 19, 2:22 am, DjangoRocks <ye.eug...@gmail.com> wrote: > Hi yes, i restarted apache after uploading my files. > > Just in case, here is the error message i received: > ViewDoesNotExist at /user

Re: Django production set up woes [Please Help]

2009-10-18 Thread DjangoRocks
wrote: > On Oct 18, 6:54 pm, DjangoRocks <ye.eug...@gmail.com> 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. > > > Mys

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 <ye.eug...@gmail.com> 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.

Django production set up woes [Please Help]

2009-10-18 Thread DjangoRocks
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 tutorial at

Re: Zip multiple files into a zipped folder for download?

2009-09-14 Thread DjangoRocks
To Dj Gilcrease: hi, the link which u have sent me expired. May i know if you can repaste the code again if it is not too much trouble for u? Best Regards, Eugene On Sep 4, 11:11 pm, Dj Gilcrease wrote: > Here is how I do ithttp://dpaste.com/89530/ > > I am using a View

Re: Zip multiple files into a zipped folder for download?

2009-09-13 Thread DjangoRocks
ok thank you guys! I'll test it out and see how it goes. BEst Regards, Eugene On Sep 4, 11:11 pm, Dj Gilcrease wrote: > Here is how I do ithttp://dpaste.com/89530/ > > I am using a View class that I wrote to make my life easier so it wont > directly translate to a

Zip multiple files into a zipped folder for download?

2009-09-04 Thread DjangoRocks
Hi all, I've got an advanced question. How do i create a zip file that contain multiple files and folders in the zip file? For example, within the zip it contains: folder.zip -> file1.php -> file2.php -> file3.html -> folder ---> fileInFolder1.css ---> fileInFolder.html --->