pip install django==1.10
2017-06-05 13:59 GMT-03:00 Melvyn Sopacua :
> On Monday 05 June 2017 06:44:13 Oladipupo Elegbede wrote:
>
> > For the Python prompt from CMD and do the following
>
> >
>
> > >>>import Django
>
> > >>>Django.VERSION
>
>
>
> 1) it's django not Django
>
> > This should tel
https://docs.djangoproject.com/pt-br/1.11/intro/tutorial01/
2017-05-29 17:58 GMT-03:00 m712 - Developer :
> You just made my day.
>
> On 05/29/2017 12:52 PM, Opeyemi Gabriel wrote:
>
> Django girls, am a guy
>
> On May 29, 2017 13:20, "Jani Tiainen" wrote:
>
>> Hi,
>>
>> If you feel that Django
Vinay to this do the simple.
The form interprets normally the models.
Example:
models.py
from mongoengine import *
class person(Document):
name = StringField(max_length = 150)
club = EmbeddedModelField(club)
class club(Document):
name = StringFiend(max_length = 150)
form.py
class FormPerson
def __unicode__(self):
return "{0} [{1}]".format(self.titre[:200], self.id).__str__
def __unicode__(self):
return self.intitule.__str__
2016-12-02 10:03 GMT-03:00 Jean-Baptiste Pressac :
> Hello,
> On Django 1.8 + Python 2.7.11, I have declared in Django admin.py an
> oeuvre cl
1º install setuptools;
2º install PyMySQL;
1º --> https://pypi.python.org/pypi/setuptools
2º --> https://github.com/PyMySQL/PyMySQL
2016-09-20 11:01 GMT-03:00 fossildoc :
> I am a newbie to Django. I am running Django 1.10.1, Python 3.5.2, and
> MySQL server 5.7.15. When I run migrate, I get t
1º download a version django (admint who python intaled);
2º unzip the django in your prefer path;
3º acess that path with cmd;
4º insert: setup.py install
2016-01-29 8:29 GMT-03:00 Rafael E. Ferrero :
> Never occur to me in Win8.1 ... why not install VirtualBox with an Ubuntu
> or other flavo
install setuptools.
install pymysql
and the your python version!
2016-01-25 14:17 GMT-02:00 Gonzalo V :
> Wich module did you use?
> please help
> thanks!!
>
> --
> You received this message because you are subscribed to the Google Groups
> "Django users" group.
> To unsubscribe from this group
nded, start and stop
> the buildin django server with your little .exe
>
>
>
> Rafael E. Ferrero
>
> 2016-01-22 9:34 GMT-03:00 Carlos Andre :
>
>> Hi to all, i want do my project in django, run as exe in localhost. The
>> motivation, the client who want this!
>>
Hi to all, i want do my project in django, run as exe in localhost. The
motivation, the client who want this!
Thanks to all!
--
You received this message because you are subscribed to the Google Groups
"Django users" group.
To unsubscribe from this group and stop receiving emails from it, send a
To this you have give permition in path where the image are. In Linux use
chmod.
Em 20/11/2015 18:32, "Daniel Roseman" escreveu:
> On Friday, 20 November 2015 19:45:31 UTC, Mayur Kakade wrote:
>>
>> I am new in Django I have some problem in django ... I am trying to
>> upload and display photo
And i have a soluction, this mensage was after. Thanks!
Em 03/10/2015 12:55, "Helio Meira Lins" escreveu:
> Carlos Andre,
> try to get help in the Brazilian Django group [1], and remember to inform
> what you've tried.
>
> [1] https://groups.google.com/forum/#!for
Hi, im with a question, want permission to user in only your data.
With doc i trying but only access to all dates.
Can help? thanks.
ps.: if can help to add new user, use the functions to this.
I use django 1.3 version and is necessari.
thaks!
--
You received this message because you are subscrib
Hi to all, i want creat a new user in any time without admin interface, i
dont know use the functions from User modules.
Thanks to help
--
You received this message because you are subscribed to the Google Groups
"Django users" group.
To unsubscribe from this group and stop receiving emails from
have a framework to work like this, twistter
2015-08-05 14:03 GMT-03:00 Javier Guerra Giraldez :
> On Wed, Aug 5, 2015 at 10:14 AM, Idan Shimon wrote:
> > Hi i am interested to setup my own socket protocol against a peripheral
> > device
> > The socket server would be online and exposed to the w
campo = forms.Charfield(max_lenght = 5, widget=(attr={'class':classe_css}))
2015-07-20 10:25 GMT-03:00 Ayush Jha :
> Create a widget for the CharField FormField
>
> http://stackoverflow.com/questions/4707192/django-how-to-build-a-custom-form-widget
>
> --
> You received this message because you a
I want copy some values to other fields in other table!
2015-07-07 19:34 GMT-03:00 Carlos Andre :
> i trying use thats solutions, in real yet continuos the problem.
> The value, when are to use in other class, return to defaut value without
> get the value who i send in the field.
>
i trying use thats solutions, in real yet continuos the problem.
The value, when are to use in other class, return to defaut value without
get the value who i send in the field.
2015-07-07 15:42 GMT-03:00 James Schneider :
> On Tue, Jul 7, 2015 at 10:59 AM, Carlos Andre wrote:
> > ex
0, default = p.qtdade )
2015-07-07 4:08 GMT-03:00 James Schneider :
> Can you give a simple example or analogy of what you are trying to do?
>
> -James
> On Jul 6, 2015 5:29 PM, "Carlos Andre" wrote:
>
>> Hello to all , I need to solve a problem. I have two classes
Hello to all , I need to solve a problem. I have two classes of which
have to use , in the second class, the first coming values. How to do
this?
Thanks for listening!
--
You received this message because you are subscribed to the Google Groups
"Django users" group.
To unsubscribe from this grou
install PyMySQL, after create a user e a databases in mysql terminal;
e.g:1º)create user 'root'@'localhost' identified by 'fish1777';
2º) create database Mydb;
3º) grant all privileges on Mydb.* to 'root'@'localhost' identified by
'fish1777';
use syncdb.
2015-01-25 6:04 GMT-02:00 olek.russ :
>
And you have, after all, create a aplication with command: manage,py
startapp [name your app]
Em 16/01/2015 08:56, "Nicky Setia" escreveu:
> Hi,
> I used Django to create my personal webpage. The tutorial on your homepage
> was very helpful and easy to follow.
> I have my domain and hosting set u
Your first step are configure settings.py in databases, you heve to create
a conetion. Secund step, syncdb will go create the struct databases. And
finally runserver will start your server. In browser use to admin:
127.0.0:8000/admin. That need loggin who you configure in syncdb.
Em 16/01/2015 08:5
ir até a pasta com o prompt:(admitindo que salvasse o django no desktop)
cd c:\user\NOMEUSUARIO\desktop\Django-1.6.5\python setup.py install
2014-07-26 19:27 GMT-03:00 Carlos Andre :
> se é no ubuntu, poderia ser sudo apt-get install python-django;
> se é no windows, use o prompt de com
se é no ubuntu, poderia ser sudo apt-get install python-django;
se é no windows, use o prompt de comando e vá até a pasta do django que
baixasse, em seguida faça pyhon setup.py install
ele instalará o django!
2014-07-26 17:10 GMT-03:00 juantonio v :
> hola tengo el Django-1.6.5.tar.gz de django,
please! i need run that!
2014-07-22 11:43 GMT-03:00 Carlos Andre :
> I already have a slideshow ready but missing is using the image to be
> added in the admin to pass the slide!
>
>
>
> 2014-07-22 10:50 GMT-03:00 Tom Evans :
>
> On Tue, Jul 22, 2014 at 10:38 AM, Carlos
I already have a slideshow ready but missing is using the image to be added in
the admin to pass the slide!
2014-07-22 10:50 GMT-03:00 Tom Evans :
> On Tue, Jul 22, 2014 at 10:38 AM, Carlos Andre wrote:
> > Hello guys, I'm needing to create a slide of images that come from t
Hello guys, I'm needing to create a slide of images that come from the / media
/ folder, the structure of the slide is ready, missing how to reference
images in the templates here are the codes views.py, models.py and of the
slide in html
https://gist.github.com/eucandre/1be6120bf51a09a5a62a
can
Olá pessoal, estou tentando usar um slideshow e uso um for para iterar as
imagens que passam vidas de um repositório, problemas que funciona sem o
comando for no template, quando adiciono ele mostra nada para!
Pelo que vejo há problemas no reconhecimento dos comandos de templates,
caso como o que t
Valeu marco aurélio! obrigado!
2014-06-25 9:29 GMT-03:00 Sandro Dutra :
> Você está em uma lista de discussão internacional, se espera alguma
> resposta, escreva em inglês.
>
> You're on international group, if you expect some answer, write in english.
>
>
> 2014-06
Olá pessoal, tudo bem com todos?
Gostaria de uma solução que permita referenciar fotos para m slideshow com
até no máximo 5 fotos que seguirão ordem de inserção! tipo usando um id!
Obrigado pela atenção de todos!
--
You received this message because you are subscribed to the Google Groups
"Djang
hello guys, i have a problem in django 1.5!
I did a migration from version 1.3 to this and when I migrated
projects that have
worked in version 1.3 there was no recognition of the media in version 1.5!
I made the steps of the tutorial, but the problem still insists! have something
new to be configu
Olá pessoal, tudo bom?
Eu gostaria de uma ajuda de como fazer upload de músicas no banco de dados,
como faço upload de arquivo. Gostaria de exemplos.
Hello guys, how are you?
I would like some help on how to upload songs in the database, how do I
upload file. I would like examples.
--
You receiv
Olá pessoal mais uma vez postando já está chato, eu entendo!
Olhem só:
O models.py
class Base(models.Model):
nome=Char
class endereco(models.MOdel):
rua=Cha...
class registro(models.Model):
registro= Cha...
individuo = Foreignkey(Base)
Olá pessoal!
Olha, preciso que um foreign key seja acessível com o forms!
Tentei de algumas maneiras e não consegui! materiais também não tão
sucintos!
alguém pode me ajudar com essa questão?
Obrigado pela a atenção!
--
You received this message because you are subscribed to the Google Groups
"
Olá pessoal, estou com um pequeno problema na implementação de meu projeto.
Eu consegui usar no formulário o csrf isto só com o views e templates, mas
quando adicionei o forms e usei o csrf não deu certo!
implementei do mesmo modo que anterior mas sempre aparece o erro 403!
se poderem me ajudar obr
Thanks for all! i'm solving this problem!
2012/8/14 Melvyn Sopacua
> On 15-8-2012 1:02, Furbee wrote:
>
> > DJANGO_SETTINGS_MODULE is an environment variable that must be set. I
> > believe this is taken care of for you when you create a project using
> > django-admin. You may need to create it
ach you how to set this variable properly.
>
> HTH
>
> Jirka
> --
> *From: * Carlos Andre
> *Sender: * django-users@googlegroups.com
> *Date: *Tue, 14 Aug 2012 15:48:18 -0300
> *To: *
> *ReplyTo: * django-users@googlegroups.com
> *Subject: *R
Ok, the quest is relative a how that work with forms of data in
settins.py!
not relative to date time.
in real i'm want insert data in databases athroughl shell and thi error
is show!
2012/8/14 Satinderpal Singh
> On Tue, Aug 14, 2012 at 9:42 PM, Carlos Andre wrote:
> > hi
hi developers i'm with a ptoblem in this date. How work?
thanks!
--
You received this message because you are subscribed to the Google Groups
"Django users" group.
To post to this group, send email to django-users@googlegroups.com.
To unsubscribe from this group, send email to
django-users+unsu
hi programers! i want to make my project work in web, but i only know how
deploy django-mod_python-apache, also the question!
i'm keep all install corretc and work correct too, whall i will keep this
project in web?
process using ftp!
thanks!
--
You received this message because you are subscrib
hi programers, i'm with troble in apache with django connect!
what i can make to connect!
i start with mod_python, but have very troble!
can Somebory help me?
--
You received this message because you are subscribed to the Google Groups
"Django users" group.
To post to this group, send email to d
Hi, i'm with a hard problem. also, my apache have a problem he not want be
stated, i try use the xamppy and now be sure that problem!
As I put apache and mod_python to work?
Please help i need this!
I've tried a lot for tutorials that do not explain, those who have used it
wrong!
thanks!
--
You r
42 matches
Mail list logo