Re: Turn off migrations completely in Django 1.7

2015-11-20 Thread Nikolas Stevenson-Molnar
Just unsubscribe from the list, and then subscribe again with the desired email. On 11/20/2015 5:15:07 PM, d...@gearscape.net wrote: On 2015-11-20 16:37, Frank Malina wrote: > RE: Carl Meyer >>> To my knowledge, out of the many hundreds of >>> thousands of Django users, you are the first and only

Re: Turn off migrations completely in Django 1.7

2015-11-20 Thread doug
On 2015-11-20 16:37, Frank Malina wrote: RE: Carl Meyer To my knowledge, out of the many hundreds of thousands of Django users, you are the first and only one to request a way to turn off migrations entirely. No he isn't, Django migrations are ridiculous waste of time, never work and make me

Re: how upload and display image on page using Django

2015-11-20 Thread Carlos Andre
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

Re: Turn off migrations completely in Django 1.7

2015-11-20 Thread Frank Malina
RE: Carl Meyer >> To my knowledge, out of the many hundreds of >> thousands of Django users, you are the first and only one to request a >> way to turn off migrations entirely. No he isn't, Django migrations are ridiculous waste of time, never work and make me angry. I work with Django from v0.

Re: how upload and display image on page using Django

2015-11-20 Thread Daniel Roseman
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 on page please help me > You do this by writing some code. -- DR. -- You received this message because you are subscribed to the Goo

Re: Problem with static folder

2015-11-20 Thread Dariusz Mysior
Thanks! W dniu środa, 18 listopada 2015 22:02:26 UTC+1 użytkownik Dariusz Mysior napisał: > > I had a static folder nr 1 in app accounts and my templates see it, but > when I create folder static nr 2 in my project directory tempalates > dosn't see it. I copy this static folder nr 2 and past

how upload and display image on page using Django

2015-11-20 Thread Mayur Kakade
I am new in Django I have some problem in django ... I am trying to upload and display photo on page please help me -- 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 an email

Re: matching query does not exist.

2015-11-20 Thread Becka R.
Oh, this worked - thank you so much for the code help and explanation! Much appreciated. B On Thursday, November 19, 2015 at 7:59:26 PM UTC-8, Andrew Farrell wrote: > > Hi Becka, > > So it seems like, from reading your code, that I can diagnose your issue. > When a user clicks "sign up", in s

Re: Getting NoReverseMatch and can't find the mistake

2015-11-20 Thread Bob Aalsma
How big can a smile be? Works! Thanks! Bob -- 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 an email to django-users+unsubscr...@googlegroups.com. To post to this group, s

Re: Como puedo regresar el ultimo elemento de mi base de datos

2015-11-20 Thread miguel angel lopez mendo
ok no problem but i need the solution as fast as possible if the problem is that i write in Inglés ' I dont have any problem in ask in english El viernes, 20 de noviembre de 2015, 11:16:25 (GMT-6), Daniel Chimeno escribio: Hola, > Esta es una versión Inglés del foro Django, hay otro (no oficial

Re: Como puedo regresar el ultimo elemento de mi base de datos

2015-11-20 Thread Daniel Chimeno
Hi, This is an english version of the Django forum, there is another one (not official) in: https://groups.google.com/forum/#!forum/django-es Also please, use dpaste services or similar for code. Regards, El viernes, 20 de noviembre de 2015, 17:19:55 (UTC+1), miguel angel lopez mendo escribió:

Re: Questions on project vs app, and how they relate

2015-11-20 Thread memilanuk
Outstanding, that made things a lot clearer! Now I just have to work thru it in actual practice. Always seems to be the tricky part ;) Thanks, Monte -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group and stop rec

Como puedo regresar el ultimo elemento de mi base de datos

2015-11-20 Thread miguel angel lopez mendo
--mi view Usados ​​def (solicitud): productos = Coche.objects.filter (tipo = '1') productos / usados.html '= plantilla volver render (solicitud, plantilla, locals ()) template--- {% Extends% 'base.html'} {Carga% staticfiles%} {% Block%} head_title {%}% Endblock

Re: Getting NoReverseMatch and can't find the mistake

2015-11-20 Thread Bob Aalsma
Cheers Daniel, I'll review, modify and try again! -- 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 an email to django-users+unsubscr...@googlegroups.com. To post to this grou

Re: Django/Python based webmail

2015-11-20 Thread Luis Zárate
I saw that link, but it very basic. And doesn't have SSL support yet. Here was a big thread about secure mail service based on django months ago, maybe they did open source and it's available on internet El jueves, 19 de noviembre de 2015, Ander Linares < dorregaray.ander...@gmail.com> escribió:

Re: Django admin add related object doesn't open popup window?

2015-11-20 Thread Jorge Fernandez-de-Cossio-Diaz
Is there another test I can do? On Thursday, November 19, 2015 at 11:48:41 AM UTC-5, Jorge Fernandez-de-Cossio-Diaz wrote: > > I'm trying to isolate a small example of the error, but I still haven't > quite diagnosed the problem. I appreciate your help. This what I get in the > "Console" tab: >

Materialize forms in Django using C9.io

2015-11-20 Thread gabriel patron
Hi guys, I'm using cloud9 as a virtual environment and i get this error: Command /usr/bin/python -c "import setuptools, tokenize;__file__='/tmp/pip_build_ubuntu/django-materialize-forms/setup.py';exec(compile(getattr(tokenize, 'open', open)(__file__).read().replace('\r\n', '\n'), __file__, 'e

PicklingError caused by None session on submit

2015-11-20 Thread 张小西
Hello everyone, Thank you for reading this ! I am a 3 weeks newbie in django. I occurred a picklingerror when integrating qrcode payment(wechat payment) with django-oscar. *Steps cause the promblem:* 1. Add a product in basket and chose to pay directly; 2. Chose payment method; 3. Jump

PicklingError caused by None session on submit

2015-11-20 Thread 张小西
Hello everyone, Thank you for reading this ! I am a 3 weeks newbie in django. I occurred a picklingerror when integrating qrcode payment(wechat payment) with django-oscar. *Steps cause the promblem:* 1. Add a product in basket and chose to pay directly; 2. Chose payment method;

Re: Getting NoReverseMatch and can't find the mistake

2015-11-20 Thread Daniel Roseman
On Thursday, 19 November 2015 21:38:50 UTC, Bob Aalsma wrote: > > Umm, one of the things I've found difficult is to determine the logic in > the translation of the class names in models.py to other variables. > > And I'm sorry to have not included the models.py. This is the part of > ZoekVraag: >

Django admin: is there an event, or another way to call a Javascript function, when a Django Admin Popup (the green plus icon) completes ?

2015-11-20 Thread boitoletre
Hi, We are developing an application that relies on dynamic admin pages (based on some custom ajax). The high level idea is that, when the user changes the value in a select html element that is mapped to a ForeignKey on another model, we call a JS function (which triggers an asynchronous re