Re: Model or Form class

2016-03-11 Thread Denis Makarov
I read this, but in tutorial not used forms.Form class. I know how created forms on models.Model and forms.Form. But when I must use first and when second? суббота, 12 марта 2016 г., 0:56:34 UTC+3 пользователь James Schneider написал: > > On Mar 10, 2016 9:01 PM, "Denis Makarov"

Re: Unable to parse connection string: "" when using django cache

2016-03-11 Thread nav
Setting the key CACHE_MIDDLEWARE_ALIAS to 'default' fixes the issue Cheers, Nanda On Thursday, March 10, 2016 at 5:02:37 PM UTC-8, nav wrote: > > Sorry forgot to add the traceback I am getting: > > Internal Server Error: / > Traceback (most recent call last): > File >

Re: Model or Form class

2016-03-11 Thread James Schneider
> > On Mar 10, 2016 9:01 PM, "Denis Makarov" wrote: >> > >> > Hello guys! In whitch cases need to use models.Model class and in >> whitch forms.Form? >> >> Models define tables in a database. Forms assist in creating HTML forms >> for gathering, valididating and saving user

Re: Model or Form class

2016-03-11 Thread Denis Makarov
You mean, that I must use Models.Model for database and Forms for creating forms both? пятница, 11 марта 2016 г., 7:06:01 UTC+3 пользователь bob gailer написал: > > > On Mar 10, 2016 9:01 PM, "Denis Makarov" > wrote: > > > > Hello guys! In whitch cases need to use

Beginner, Adding a feature in a Django based website

2016-03-11 Thread Sourav Singh
Hi, I require some help in the issue given here .We wish to implement a closing account feature in a Django Website.So far, I know that the corresponding database entry for the user must be deleted from the database.But I require some help

how to do cross domain single sign on in django

2016-03-11 Thread arockia michel Prem
I am building a small app in django and now i can deploy the code in some cloud based server. how to implement the cross domain access of single sign on. -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group and

variable inside @media screen

2016-03-11 Thread Rose
Hi, I need to use "@media screen" to display different background image sizes. I was able to reproduce the correct output by using this code with wagtail tags: {% image block.value width-1450 as carouselimagedata %} @media screen and (min-width:1450px){ .img { background:url('{{

program modules connect on web django apps

2016-03-11 Thread Xristos Xristoou
how can i call modules from another program on the web django app ? and how to connect modules on the django ? the another program is a written source in python and may that task. i want to call modules on the web site and i take results from the progress modules -- You received this message

Re: Python on the web

2016-03-11 Thread Derek
Do you offer a discount because its not PEP-8 compliant ;) On Wednesday, 9 March 2016 19:25:22 UTC+2, Mario R. Osorio wrote: > > There you are: http://hlevkin.com/Shell_progr/hellopython.htm > > Please send the $20 to my paypal account... > > On Monday, March 7, 2016 at 10:51:53 AM UTC-5, Gregg