Re: testing in django

2017-05-29 Thread Marlysson Silva
If you are using the sqlite database to dummy test , you can in a test case class submit the post to sign up form ( and store at database ) and in other class retrieve the user created previously and performs the login . Em terça-feira, 23 de maio de 2017 04:07:29 UTC-3, Akash Tomar escreveu: >

Re: Please help me

2017-05-29 Thread Marlysson Silva
The important it the content. Em segunda-feira, 29 de maio de 2017 10:07:58 UTC-3, gabriel.futionlabs escreveu: > > Django girls, am a guy > > On May 29, 2017 13:20, "Jani Tiainen" > > wrote: > >> Hi, >> >> If you feel that Django tutorial is too compact, Django Girls do have >> much more verbo

Re: I am in need of a django programmer

2017-04-18 Thread Marlysson Silva
You need to.. Em segunda-feira, 17 de abril de 2017 17:41:03 UTC-3, Web Design by Sami Social Media by Sami escreveu: > > http://www.prosadata.com/slamgrams/Slamgrams1.html > > my email is wdb...@gmail.com > -- You received this message because you are subscribed to the Google Groups "Django

Re: Django project beginner

2016-12-26 Thread Marlysson Silva
What version's your django enviroment? Em segunda-feira, 26 de dezembro de 2016 08:39:25 UTC-3, imed chaabouni escreveu: > > Hi everyone, > I'm about to make my first project with Django as an end-of-year project, > so, could you recommand me some exemple as a beginner ? > And if you've got some

Re: Show the output of python variable in django template

2016-11-11 Thread Marlysson Silva
How are your code, view..? Em sexta-feira, 11 de novembro de 2016 09:07:26 UTC-3, Dattatreya Sadhu escreveu: > > I am building a chat bot application. > i have created a form in my html view and send a post request and in > python i am able to capture it > > but i am not able to send my result i

Re: show output of python variable

2016-11-11 Thread Marlysson Silva
Your view return to replate via context the variable? try so: My value is : {{ my_variable_view }} Em sexta-feira, 11 de novembro de 2016 09:07:26 UTC-3, Dattatreya Sadhu escreveu: > > how to show output of python variable in django template > -- You received this message because you are subs

Re: Composite pattern for models

2016-10-04 Thread Marlysson Silva
Try abstract base class , implement and you do the model works , make composite pattern fine, after use django to this: https://docs.djangoproject.com/en/1.10/topics/db/models/#abstract-base-classes The base it's: in the composite object you overwrite method of simple object. Em segunda-feira

Re: cant start a new project ,just installed django

2016-10-04 Thread Marlysson Silva
Do you tryied unninstall and install django again? Are you using a virtualenv? Em segunda-feira, 3 de outubro de 2016 20:07:03 UTC-3, new user escreveu: > > followed the intro: > https://docs.djangoproject.com/en/1.10/intro/tutorial01/ > > when i run django-admin startproject mysite > > its promp

Re: Absolute beginner step by step

2016-06-16 Thread Marlysson Silva
It's missing to map the url to "/" in file "untitled.urls" . I think , too I am beginner Em quinta-feira, 16 de junho de 2016 08:06:25 UTC-3, Tushar Shukla escreveu: > > iam doing this tutorial and i cant get the final result no matter what i > do > > iam using pycharm. please help i have attac