Pinax or Straight Django

2012-01-16 Thread Kevin Miller
Dear all, I have been struggling between using Pinax or Straight django to develop my apps. I have never used Pinax, but was reading on it. I have already only developed one website in django although it is not yet launched. I would really like to hear the experiences of those who have used

Re: Problems with jquery and accessing django template system

2011-11-02 Thread Kevin Miller
Thanks Tom, but I have already tried that and it didn't work. On Wed, Nov 2, 2011 at 12:25 PM, Tom Evans <tevans...@googlemail.com> wrote: > n Wed, Nov 2, 2011 at 5:13 PM, Kevin Miller <kevinvani...@gmail.com> wrote: >> I have a url that I need to attach to link that is i

Problems with jquery and accessing django template system

2011-11-02 Thread Kevin Miller
I have a url that I need to attach to link that is in a jquery section. It seem like the django template system is not getting the variable. For example: $.each(event,function(index,value){ var url = "{% url fiesta.views.detail "+ event[index].pk +" %}"

Re: problems using django-registration

2011-06-21 Thread Kevin Miller
p://groups.google.com/group/django-users?hl=en. > > -- Kevin Miller Acting Data Controller Department of Computing UWI, Mona Kingston 7 -- You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-user

Re: problems using django-registration

2011-06-21 Thread Kevin Miller
Oh silly me. I was not returning user in the HttpResponse. I don't why I assumed that it would be automatically available. Thanks all. On Mon, Jun 20, 2011 at 9:13 PM, Kenneth Gonsalves <law...@thenilgiris.com> wrote: > On Mon, 2011-06-20 at 16:15 -0500, Kevin Miller wrote: >> Ca

problems using django-registration

2011-06-20 Thread Kevin Miller
Hi all, I am in the process of finishing up an app. However, I just cannot integrate django-registration and sessions properly. I can allow a user to register and also log in. But I am a bit confused in getting in to work with sessions. Eg. I want to get information based on the user that is

Re: DateTime in Django (Help)

2011-05-09 Thread Kevin Miller
wrote: > On Mon, May 9, 2011 at 10:55 AM, Kevin Miller <kevinvani...@gmail.com> wrote: >> Dear all, >> >> I am new to django but is in the process of building my first website. I have >> been ok for a while as I am not new to programming in python. However, I have

DateTime in Django (Help)

2011-05-09 Thread Kevin Miller
it without using a ModelForm but I think using the ModelForm is the proper way to do it. Can someone show me a small example of using ModelForm with DateTime field? How can can the DateTime field me displayed in django templates? Thank you so much in advance. Kevin Miller -- You received