Re: Custom password validation

2015-04-10 Thread Helton Alves
hey man, how are you ? I don't know if I understand very well, but you can try make a custom user and in forms file you can do the validation that you need. :D if that's right, you can follow this example: http://www.lasolution.be/blog/creating-custom-user-model-django-16-part-1.html I hope to

Re: Customise admin view

2014-09-18 Thread Helton Alves
Henry could add images in ALB2 and ALB3 > > > I hope it's a little clearer > > > > > > > > Le jeudi 18 septembre 2014 14:05:13 UTC+2, Helton Alves a écrit : >> >> I didn't understand very well. >> would you like t

Re: Customise admin view

2014-09-18 Thread Helton Alves
jango-users. > To view this discussion on the web visit > https://groups.google.com/d/msgid/django-users/3ad874fd-9629-44e4-8cf4-0da6ac522492%40googlegroups.com > <https://groups.google.com/d/msgid/django-users/3ad874fd-9629-44e4-8cf4-0da6ac522492%40googlegroups.com?utm_medium=email_source

Re: FileField open in new tab (admin)

2014-09-14 Thread Helton Alves
ps.com > <https://groups.google.com/d/msgid/django-users/7cb338ac-4e32-48cd-aa7f-61ab6964a117%40googlegroups.com?utm_medium=email_source=footer> > . > For more options, visit https://groups.google.com/d/optout. > -- Helton Alves  Desenvolvedor web Graduado em Sistemas d

Re: Migrating to a custom User model with South

2014-09-01 Thread Helton Alves
myappname(dir): > -settings.py > - admin.py > - forms.py > - models.py > - urls.py > - views.py > - wsgi.py > > > On Monday, September 1, 2014 3:02:42 PM UTC+3, Helton Alves wrote: > >> can you put here your full directory? >> >> >> 2014-09-0

Re: Migrating to a custom User model with South

2014-09-01 Thread Helton Alves
can you put here your full directory? 2014-09-01 12:53 GMT+01:00 Guy Tamir <guytam...@gmail.com>: > the layout is like this: > > myappname (dir): > - settings.py > - models.py (here is the CustomUser model) > > > On Monday, September 1, 2014 2:51:18 PM UTC+3,

Re: Migrating to a custom User model with South

2014-09-01 Thread Helton Alves
gt; Yes its there. > Not sure if this can cause an issue but "myappname" is the main app for > my project where the settings.py file is at.. > and the CustomUser is a model inside this app > > > On Monday, September 1, 2014 1:50:20 PM UTC+3, Helton Alves wrote: >

Re: Migrating to a custom User model with South

2014-09-01 Thread Helton Alves
5a221-124a-4c24-ad96-1b7e7e44e3e8%40googlegroups.com > <https://groups.google.com/d/msgid/django-users/1c65a221-124a-4c24-ad96-1b7e7e44e3e8%40googlegroups.com?utm_medium=email_source=footer> > . > For more options, visit https://groups.google.com/d/optout. > -- Helton Alves  Dese

Re: Python Brasil [10] - Call for papers

2014-08-09 Thread Helton Alves
l.gmail.com > <https://groups.google.com/d/msgid/django-users/CAGPLouU_jBpejAhbwSZ3d_6FYWSJ5jFj5u8xW%3DgRjZXSEfz9jw%40mail.gmail.com?utm_medium=email_source=footer> > . > For more options, visit https://groups.google.com/d/optout. > -- Helton Alves  Desenvolvedor web Gra

Re: what should be careful for production?

2014-07-03 Thread Helton Alves
source=footer> > . > For more options, visit https://groups.google.com/d/optout. > -- Helton Alves  Desenvolvedor web Graduado em Sistemas de Informação - FACIMP Cursando Metodologia do Ensino Superior - INESPO -- You received this message because you are subscribed to the Google Groups &

Re: Call for Papers for Djangocon US 2014 *extended*

2014-06-30 Thread Helton Alves
rs. > To view this discussion on the web visit > https://groups.google.com/d/msgid/django-users/B574574F-754C-4626-A8CF-B79CAC5AD1CE%40thebuild.com > . > For more options, visit https://groups.google.com/d/optout. > -- Helton Alves  Desenvolvedor web Graduado em Sistemas de Informaç

Re: Problem with runserver

2014-06-18 Thread Helton Alves
t;Django users" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to django-users+unsubscr...@googlegroups.com. > To post to this group, send email to django-users@googlegroups.com. > Visit this group at http://groups.google.com/group/django

Re: Django get queryset year month day

2014-05-27 Thread Helton Alves
oup at http://groups.google.com/group/django-users. > To view this discussion on the web visit > https://groups.google.com/d/msgid/django-users/f6351f85-5dbf-47f3-a475-122fb52e6fa2%40googlegroups.com<https://groups.google.com/d/msgid/django-users/f6351f85-5dbf-47f3-a475-122fb52e6fa2%40go

Re: Django create userprofile

2014-05-12 Thread Helton Alves
> Visit this group at http://groups.google.com/group/django-users. > To view this discussion on the web visit > https://groups.google.com/d/msgid/django-users/26954CFC-061C-4E77-80FD-EA462D2E1704%40cederstrand.dk > . > For more options, visit https://groups.google.com/d/optout

Re: Creating an object using Foreign Key for Users but filtered by group

2014-05-05 Thread Helton Alves
ango-users. > To view this discussion on the web visit > https://groups.google.com/d/msgid/django-users/CAPiONwkfs%3DcTc5dMVVKdZAeRvR0vOTz6%2B03oL1FiG_%2BumJBOeg%40mail.gmail.com<https://groups.google.com/d/msgid/django-users/CAPiONwkfs%3DcTc5dMVVKdZAeRvR0vOTz6%2B03oL1FiG_%2BumJBOeg%40mail.gm

change the default value choicefield

2014-04-27 Thread Helton Alves
Hi guys, I'm new here on the list. I have a question. yesterday I needed create a form with some fields and one the field was using select with choicefield. I needed edit in label default of select. was as follows: I wanted like this: Your state I done like this: get the tuple