Re: Django Improper Configuration

2011-01-24 Thread Mark Penix
l show what Python is seeing DATABASES as being set to. > > > > >>>> if it doesn't show, then wrong file. If shows, but is different to > what > > >>>> they believe they are setting it to, they could have multiple > DATABASES > > >&g

Re: Django Improper Configuration

2011-01-23 Thread Mark Penix
your whole engine line should read 'ENGINE': 'django.db.backends.sqlite3' -- 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-u

Prepopulation: Calling a field from another class

2011-01-22 Thread Mark Penix
The idea I'm trying to wrap my head around is this... the exercise db has just id, name each "workout" can have an exercise with different sets, reps, etc... the workout_name field I want prepopulated so it gets the exercise name that I choose from the selector then the sets, reps, then time so if: