Django beginner question

2011-08-20 Thread Christian Ramsey
Hi I am a Django beginner and I am just getting into creating apps with it, my goal was to create a simple order application for practice. The app will be somewhat like this: 1.A user will login or create an account. 2.A user will order from a list of items and depending on the item it may have si

Re: Django beginner question

2011-08-20 Thread Christian Ramsey
Thank you Shawn, Thank you for your response, I was trying to explain it in detail, I believe I get the greater whole of the project which I've specified by explaining the project but the parts I don't I've asked a question about. Maybe my approach is incorrect, I did not mean that my informat

Re: Django beginner question

2011-08-20 Thread Christian Ramsey
On 08/21/2011 12:56 AM, Christian Ramsey wrote: > > > > > > > > > > > Hi I am a Django beginner and I am just getting into creating apps > > with it, my goal was to create a simple > > order application for practice. The app will be somewhat like this: &g

Re: Django beginner question

2011-08-21 Thread Christian Ramsey
Taking a look at this now! Cheers. On 20 Aug 2011, at 19:14, kenneth gonsalves wrote: > On Sat, 2011-08-20 at 17:03 -0700, Christian Ramsey wrote: >> Thank you for your response, I was trying to explain it in detail, I >> believe I get the greater whole of the project which I&

Re: Django beginner question

2011-08-21 Thread Christian Ramsey
Ok I see. I like the idea of this I will try it, aha!! I truly understand, thank you so much and I will post my outcome! Christian On 21 Aug 2011, at 10:17, Gelonida N wrote: > On 08/21/2011 03:25 AM, Christian Ramsey wrote: >> Hi and thank you so much, this provided a ton o

Re: Looking for an experienced full time Django developer, Birmingham UK

2011-08-30 Thread Christian Ramsey
Hi James, I am a Django developer, for the last 6 months. I am moving to Manchester soon from the USA for 4-6 months to look for work. I am interested in the position, I lived in the UK when I was a child as well. Christian On 30 Aug 2011, at 02:48, jamesm wrote: > Hi All > > Looking to expa

Re: Admin Site appending letter "s" to end of each model\table name

2011-09-10 Thread Christian Ramsey
I believe you can use : def __unicode__(self) return 'Name you'd like without the s' for each model and this will be used instead. On 10 Sep 2011, at 14:40, Gillwill wrote: > Apparently the Django default is to append the letter "s" to the end > of the model name for each listed under