Re: django

2016-11-02 Thread Alagappan
As a first step, you should start with the Django documentation and implement your first app following the instructions. https://docs.djangoproject.com/en/1.10/intro/tutorial01/ On Nov 2, 2016 9:09 AM, wrote: > Hello friends, > Myself bhasker ,i am new to django ,i want learn d

Re: django coding

2013-10-01 Thread Alagappan Ramu
which is quite extensive and covers everything that you will need.  Thanks, Alagappan Ramu — Sent from Mailbox for iPhone On Tue, Oct 1, 2013 at 8:20 AM, null wrote: > Hi, > Where can i find good django coding standards that will help me to > create a django website th

Re: Template Syntax Error

2013-09-23 Thread Alagappan
Looks like the is an issue in Django being able to resolve URLs in your application. Can you paste your urls.py for more info. Regards, Alagappan R Twitter: @_alagappan <https://www.twitter.com/_alagappan> Thanks & Regards, Alagappan Ramu +1 (716) 598 2730 Graduate Student in Comput

Re: custom if tag

2013-09-23 Thread Alagappan
m-template-tags-simple-tags>, except that it stores the tag’s result in a specified context variable instead of directly outputting it.". Regards, Alagappan R Twitter: @_alagappan <https://www.twitter.com/_alagappan> -- You received this message because you are subscribed to the Goo

How do I redirect a logged in customer to https page?

2013-02-11 Thread Alagappan
have worded my query in a clear manner. Please let me know if I need to provide further details. Thanks, Alagappan -- Thanks & Regards, Alagappan Ramu +91 9840 143 620 http://about.me/alagappanr NIT Trichy <http://www.nitt.edu/> | Global Analytics India Pvt Ltd<http://global-analyt

Re: Can't find module

2012-04-28 Thread Alagappan
In your installed applications list you have mentioned 'search' as an application. But in your url pattern you are using 'cms.search'. Either use 'cms' as your installed application or mention it as just 'search.views.search' in your url pattern. I feel th

Re: working with forms , problem !!!

2011-12-12 Thread Alagappan
Adding the csrf context processor would fix it. Refer to https://docs.djangoproject.com/en/dev/ref/contrib/csrf/ for more details. As suggested, you can add your own render_to_response() wrapper, if you are likely to use it often. -- *Regards,* *Alagappan Ramu (http://alagappan.co.in

Unable to see Django Error Pages

2011-01-01 Thread Alagappan
ror' etc on the title bar and an empty page. I have kept the DEBUG mode ON. Am unable to find out the reason for the missing error pages. Would be glad if you guys could help me out. -- Alagappan -- You received this message because you are subscribed to the Google Groups "Django user