admin framework help

2010-08-05 Thread snipinben
I need help doing something probably very simple. so i have two tables, Customers and Orders. now i know how to make access to both tables sepratly in the admin framework. but i need something else. i was wondering if there was a way to access the orders table through thr Customers page. like say

how to make readonly in change but editable in add?

2010-08-03 Thread snipinben
I was wondering how to make a field readonly when you click on it or want to change the record. and i have done that with the readonly_feilds method. but that makes it to where you cant add information to that feild when you add a new record. is there something i can use where you are not able to

Re: How to access a MySQL table in Django?

2010-07-29 Thread snipinben
els to make more sense, and use the orm to get my data. > > Alex > > On Jul 28, 12:58 pm, snipinben > wrote: >> I have the python-mysqldb installed already and i have  django up and >> running. when i installed the python-mysqldb i had to hack the code kind >> o

How to access a MySQL table in Django?

2010-07-28 Thread snipinben
I have the python-mysqldb installed already and i have django up and running. when i installed the python-mysqldb i had to hack the code kind of so that it didnt check if the versions were the same so that it would work. I got this idea from online. but anyways, I am wondering how to access recor