Re: Django Admin should really support Twitter Bootsrap

2015-04-14 Thread David Gleba
I am a novice here with Django. I am trying to understand your question more deeply. I agree with your ideas. I tried the following and it seemed to work OK, although I may not have tried all aspects. https://github.com/django-admin-bootstrapped/django-admin-bootstrapped Is this close to

Re: newbie question

2015-03-20 Thread David Gleba
python or django to get form input and do something with the input. Also, I am not an expert in Django yet, but I think you can use html and javascript in views. On Friday, March 20, 2015 at 12:03:51 PM UTC-4, VMD wrote: > > On Friday, March 20, 2015 at 9:58:23 AM UTC-6, David Gleba

Re: newbie question

2015-03-20 Thread David Gleba
Does part 3 of the tutorial cover how to make a form, get the values without storing them in a database, perform the arithmetic and then display the result? I didn't see that in there. On Thursday, March 19, 2015 at 11:58:14 AM UTC-4, Andrew Farrell wrote: > > The other commenters are right