Re: new user

2012-12-21 Thread Mario Gudelj
Mate. What's up? On 22 Dec, 2012 10:08 AM, "hardik juneja" wrote: > > hello sir, > i m new to django and need some hep can u help me > > -- > You received this message because you are subscribed to the Google Groups > "Django users" group. > To view this discussion on the web visit > https:/

Re:

2012-12-21 Thread Lachlan Musicman
Do you have the template_dirs setting in your settings.py pointing to project/app/templates/ ? On Sat, Dec 22, 2012 at 4:46 PM, vinoth kumar renganathan wrote: > i am new user to django .and i don't know how to add .html files > (template dirs ) to the apps folders .what are the things w

[no subject]

2012-12-21 Thread vinoth kumar renganathan
i am new user to django .and i don't know how to add .html files (template dirs ) to the apps folders .what are the things want to change in settings.py the error will be templatedoesnotexist /polls /admin.py /__init__.py /models.py

Re: New to Django; walking through djangoproject tutorial; can't get poll to work

2012-12-21 Thread Deron
Sorry for my delayed response. I didn't receive a notification that you had replied for some reason. Anyway, you're correct. That's exactly what the issue was and now I feel dumb. Thank you very much! On Wednesday, December 19, 2012 12:39:41 AM UTC-5, Jeff Tchang wrote: > > My first guess is th

Re: A new kind of blocktrans that works with an unknown format string and a dictionary containing substitutes.

2012-12-21 Thread Bill Freeman
On Thu, Dec 20, 2012 at 7:18 AM, Kal Sze wrote: > Hello, > > While trying to develop my first real Django project, I have come across > an *apparent* need to i18n'ize any arbitrary, unknown format string, with > an accompanying dictionary that contains the substitutes to insert into the > transla

Re: new user

2012-12-21 Thread hardik juneja
hello sir, i m new to django and need some hep can u help me -- You received this message because you are subscribed to the Google Groups "Django users" group. To view this discussion on the web visit https://groups.google.com/d/msg/django-users/-/BiaGVHvURw4J. To post to this group, send emai

[no subject]

2012-12-21 Thread Torbjörn Lundquist
http://atilimyazilim.com/images/google.html -- You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-users@googlegroups.com. To unsubscribe from this group, send email to django-users+unsubscr...@googlegroup

Re: new user

2012-12-21 Thread peter
On 12/21/2012 02:13 PM, Satinderpal Singh wrote: On Fri, Dec 21, 2012 at 5:57 PM, senthil mariyappan wrote: hi friends, i new one to django.. Welcome, man. I hope we can help you!!. Welcome to the Django family. -- Satinderpal Singh http://satindergoraya.blogspot.in/ http://satindergoraya9

Re: new user

2012-12-21 Thread Satinderpal Singh
On Fri, Dec 21, 2012 at 5:57 PM, senthil mariyappan wrote: > hi friends, i new one to django.. Welcome to the Django family. -- Satinderpal Singh http://satindergoraya.blogspot.in/ http://satindergoraya91.blogspot.in/ -- You received this message because you are subscribed to the Google Groups

light Box with image slider

2012-12-21 Thread 4 The good Life we work
Hallo, I have a small area (400x400px) on the website I want to use to implement a slider in a zoomBox [1]. If a user clicks on it, it should enlarge (light box) and start a slider animation. Currently that box is filles with a "Chunks" by the django-chunks. Since I'm new to Django, what is the d

Monster query from searching in admin

2012-12-21 Thread David McCloskey
I'm getting a monster query that hangs the database when a search is done in the admin interface. SELECT DISTINCT `clothes_outfit`.`id` FROM `clothes_outfit` INNER JOIN `clothes_outfit_articles` ON ( `clothes_outfit`.`id` = `clothes_outfit_articles`

new user

2012-12-21 Thread senthil mariyappan
hi friends, i new one to django.. -- You received this message because you are subscribed to the Google Groups "Django users" group. To view this discussion on the web visit https://groups.google.com/d/msg/django-users/-/SDpcDnlGgxMJ. To post to this group, send email to django-users@googlegrou

comments app customisation failure

2012-12-21 Thread sri
Hi, I am trying to customise the comments app by adding rating field. i am using django-ratings along with jquery-star. I have followed the instructions mentioned in http://www.azavea.com/blogs/labs/2011/04/jquery-star-rating-with-django-ratings/ but i am getting an error when i try to post the

Re: Django community, is it active?

2012-12-21 Thread Lachlan Musicman
On Thu, Dec 20, 2012 at 10:14 PM, peter wrote: > > There is no stupid questions. There are only stupid answers Hi, welcome to the Django community. Stupid answers is my role, I'm the stupid answers coordinator for the Django email list project. Nice to meet you! L. -- You received this message

Django comments app customization

2012-12-21 Thread sri
Hi, I am trying to customise the comments app by adding a rating field using django-ratings and jquery-star. But when i try to post a comment, i am getting below error. Traceback: File "/Users/django*demo/godjango/lib/python2.7/site-packages/django/core/handlers/base.py" in get_response 1