Different Django instances running on the same server

2010-08-12 Thread Rick Caudill
Hi, Is it possible to run Django 1.1 and Django 1.2 on the same server? I have some legacy apps that I need to port to 1.2 but until then I would still like to run 1.1 and also at the same time run 1.2 for some new apps. Is this possible -- Rick Caudill -- You received this message

Providing flatpages initial data

2010-02-19 Thread Rick Caudill
ide the data run 'python manage.py loaddata data.json' I hope this helps someone that needs to do this sort of thing. -- Rick Caudill -- You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-us...@goo

Re: Django Generator

2010-02-10 Thread Rick Caudill
Sorry... It is Brice... My bad. Rick On Wed, Feb 10, 2010 at 7:48 AM, Rick Caudill <cau0...@gmail.com> wrote: > I want to say good job Brian. I can see how this could be very useful. > > Rick > > > On Tue, Feb 9, 2010 at 2:58 PM, Brice Leroy <bbrriic...@gmail.com&g

Re: Django Generator

2010-02-10 Thread Rick Caudill
; group. > To post to this group, send email to django-us...@googlegroups.com. > To unsubscribe from this group, send email to > django-users+unsubscr...@googlegroups.com<django-users%2bunsubscr...@googlegroups.com> > . > For more options, visit this group at > http://groups.google.

Django reporting....

2010-01-29 Thread Rick Caudill
= formset_factory(StudentOrderSearchForm) -- Rick Caudill -- You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-us...@googlegroups.com. To unsubscribe from this group, send email to django-user

Re: Form formatting

2010-01-28 Thread Rick Caudill
l {font-weight: none} > >th {align: right} > > > > > > > > {% include 'menu.html' %} > > > > > > > > {{ form.as_table }} > > > > > > > > > > > > &g

Re: Form formatting

2010-01-28 Thread Rick Caudill
googlegroups.com> > . > For more options, visit this group at > http://groups.google.com/group/django-users?hl=en. > > -- Rick Caudill -- You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, s

Re: Support for MS SQL Databases

2010-01-28 Thread Rick Caudill
Hi, Doing a google search for 'django mssql' results in: http://code.google.com/p/django-mssql/ Now as I see it this version does not support 1.2 and I am not sure how reliably this works but it is worth a shot Rick Caudill On Thu, Jan 28, 2010 at 1:25 AM, sridharpandu <sridha

Re: Django Admin interface crashes with.

2009-11-12 Thread Rick Caudill
I do have non-ascii data in my database. That is allowed, right??? On Thu, Nov 12, 2009 at 6:55 PM, Matt Schinckel <matt.schinc...@gmail.com>wrote: > On Nov 13, 7:06 am, Rick Caudill <cau0...@gmail.com> wrote: > > Hi Everyone, > > > > This is my first time pos

Django Admin interface crashes with.

2009-11-12 Thread Rick Caudill
Hi Everyone, This is my first time posting but I have been using Django for about a year now and love it. I am having one problem that I can't solve though and it is taking too long so I thought I would ask and see if someone can help me. So I have a Admin interface that is crashing. The error