Re: pdf conversion error

2013-07-31 Thread Harjot Mann
On Wed, Jul 31, 2013 at 9:23 PM, Charly Román  wrote:
> You probably have in your view the decorator 'login_required' and you
> have defined de correct url of login whit LOGIN_URL in your settings.


Yeah..it was the problem. Thanks for your help but I already solved it
yesterday. Now its working fine. Thanks once again :)

-- 
Harjot Kaur Mann
Blog: http://harjotmann.wordpress.com/

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-users+unsubscr...@googlegroups.com.
To post to this group, send email to django-users@googlegroups.com.
Visit this group at http://groups.google.com/group/django-users.
For more options, visit https://groups.google.com/groups/opt_out.




Re: pdf conversion error

2013-07-31 Thread Charly Román
*haven't defined

2013/7/31 Charly Román :
> 2013/7/29 Harjot Mann :
>> I am trying to convert the html templates in my project from localhost
>> using wkhtltopdf. I used weasyprint and a script also but the getting
>> the same errror from all. It creates the pdf but inside this is
>> written:
>> Not Found
>> The requested URL /accounts/login/ was not found on this server.
>> Apache/2.2.22 (Ubuntu) Server at localhost Port 80
>>
>> What is its solution??
>>
>
> You probably have in your view the decorator 'login_required' and you
> have defined de correct url of login whit LOGIN_URL in your settings.

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-users+unsubscr...@googlegroups.com.
To post to this group, send email to django-users@googlegroups.com.
Visit this group at http://groups.google.com/group/django-users.
For more options, visit https://groups.google.com/groups/opt_out.




Re: pdf conversion error

2013-07-31 Thread Charly Román
2013/7/29 Harjot Mann :
> I am trying to convert the html templates in my project from localhost
> using wkhtltopdf. I used weasyprint and a script also but the getting
> the same errror from all. It creates the pdf but inside this is
> written:
> Not Found
> The requested URL /accounts/login/ was not found on this server.
> Apache/2.2.22 (Ubuntu) Server at localhost Port 80
>
> What is its solution??
>

You probably have in your view the decorator 'login_required' and you
have defined de correct url of login whit LOGIN_URL in your settings.

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-users+unsubscr...@googlegroups.com.
To post to this group, send email to django-users@googlegroups.com.
Visit this group at http://groups.google.com/group/django-users.
For more options, visit https://groups.google.com/groups/opt_out.




pdf conversion error

2013-07-29 Thread Harjot Mann
I am trying to convert the html templates in my project from localhost
using wkhtltopdf. I used weasyprint and a script also but the getting
the same errror from all. It creates the pdf but inside this is
written:
Not Found
The requested URL /accounts/login/ was not found on this server.
Apache/2.2.22 (Ubuntu) Server at localhost Port 80

What is its solution??

-- 
Harjot Kaur Mann
Blog: http://harjotmann.wordpress.com/

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-users+unsubscr...@googlegroups.com.
To post to this group, send email to django-users@googlegroups.com.
Visit this group at http://groups.google.com/group/django-users.
For more options, visit https://groups.google.com/groups/opt_out.