Got it fixed. I was making mistake -)
On Nov 20, 12:22 pm, laspal <[EMAIL PROTECTED]> wrote:
> OK I got the point but still having some problem dealing with excel
> file.
>
> code:
> abspath = '/home/laspal/work/test/tmp/'
> * view***
> if not os.path.isdir(abspath + str(_user
OK I got the point but still having some problem dealing with excel
file.
code:
abspath = '/home/laspal/work/test/tmp/'
* view***
if not os.path.isdir(abspath + str(_user.username)):
os.mkdir(abspath + str(_user.username) )
filepathwithname = os.path.jo
laspal wrote:
> Hi,
> I am trying to save file using file field but ran into problem.
> Here is my code:
>
> ***model
>
> class CronEmail(models.Model):
> subject = models.CharField( max_length = 200)
> message = models.CharField( max_length = 200)
> sender = mode
3 matches
Mail list logo