Store base64 data in database with imagefield ?

2012-05-15 Thread bussiere bussiere
Does anyone tried to store only Base64 info in databse of an image instead of a file with django image field ? Do you have any idea how to do it ? Or some hints to give me ? regards and thanks Bussiere "Les nouvelles technologies offrent pleins de nouvelles possibilités, plei

Re: Store base64 data in database with imagefield ?

2012-05-16 Thread bussiere bussiere
Thanks all But there is nothing to do it from imagefield directly ? Because if someone use the admin interface ? (mayber i've misread what you gave). regards Bussiere "Les nouvelles technologies offrent pleins de nouvelles possibilités, pleins de possibilités d'erreurs

Re: use email as databse nay orm ?

2013-01-07 Thread bussiere bussiere
e any module to do that already or i need to do it myself ? Regards Bussiere "Les nouvelles technologies offrent pleins de nouvelles possibilités, pleins de possibilités d'erreurs surtout en fait." insurance.aes256 : http://goo.gl/gHyAY -BEGIN PGP PUBLIC KEY BLOCK- V

Re: Making an operation before and after a recording in the model.

2011-06-24 Thread bussiere bussiere
Thanks a lot i've watched the signals but this way is much much easier Thanks a lot Bussiere "Les nouvelles technologies offrent pleins de nouvelles possibilités, pleins de possibilités d'erreurs surtout en fait." insurance.aes256 <http://goo.gl/gHyAY> : http://goo.g

Re: Making an operation before and after a recording in the model.

2011-06-24 Thread bussiere bussiere
Yes signals was a way to do it but it didn't clearly understood how it works. Signals are interesting but i didn't manage to make them works for the moment. But i will make more search on it. Thanks and regards Bussiere "Les nouvelles technologies offrent pleins de nouvell

It's magic the view does not exist for django but it worked 5 secondes before and it still exist

2012-04-07 Thread Bussiere
l the other view works well. And when i close and reopen firefox, all the views works fine and that one appaeras 5 secondes freeze then say it doesn't exist. the view is here : https://github.com/bussiere/jackpoint/blob/master/jackpoint/jackpoint/invitation/views.py regards bussiere

Re: It's magic the view does not exist for django but it worked 5 secondes before and it still exist

2012-04-07 Thread Bussiere
url(r'^invitation/inscription/$', 'jackpoint.invitation.views.invitation_inscription'), url(r'^hand/$', 'jackpoint.hand.views.index'), url(r'^hand/ask/$', 'jackpoint.hand.views.ask'), # Uncomment the next line to enable the admin:

Re: It's magic the view does not exist for django but it worked 5 secondes before and it still exist

2012-04-07 Thread Bussiere
installation of django ? Have you any suggestion ? Bussiere Le samedi 7 avril 2012 16:42:09 UTC+2, Marcin a écrit : > > Does invitation/create_invitation work? If not, I suspect that you have > either some kind of configuration issue, or the file has gone missing from > your deplo

Re: It's magic the view does not exist for django but it worked 5 secondes before and it still exist

2012-04-07 Thread Bussiere
Everything is fine. I said you it worked five second before ... Bussiere Le samedi 7 avril 2012 16:58:51 UTC+2, Marcin a écrit : > > Reinstalling django will not help. Verify that the file is present and has > the correct permissions (likewise all superior directories, and

Re: It's magic the view does not exist for django but it worked 5 secondes before and it still exist

2012-04-07 Thread Bussiere
how to do that ? Le samedi 7 avril 2012 17:38:49 UTC+2, Marcin a écrit : > > So, you can import the function in the django shell? Have you considered > replacing the string-based import with a normal import? > > On Sat, Apr 7, 2012 at 16:29, Bussiere wrote: > >> Everythi

Re: It's magic the view does not exist for django but it worked 5 secondes before and it still exist

2012-04-07 Thread Bussiere
di 7 avril 2012 17:38:49 UTC+2, Marcin a écrit : > > So, you can import the function in the django shell? Have you considered > replacing the string-based import with a normal import? > > On Sat, Apr 7, 2012 at 16:29, Bussiere wrote: > >> Everything is fine. >> &g

Re: It's magic the view does not exist for django but it worked 5 secondes before and it still exist

2012-04-07 Thread Bussiere
and i've used cygwin vim to find if there was some bad characters in the file but no. Bussiere Le samedi 7 avril 2012 18:03:17 UTC+2, Marcin a écrit : > > python manage.py shell > > On Sat, Apr 7, 2012 at 16:59, Bussiere wrote: > >> how to do that ? >> >>

Re: It's magic the view does not exist for django but it worked 5 secondes before and it still exist

2012-04-07 Thread Bussiere
FINNND \o/ Save the file under vim resolved the problems >.> Bussiere Le samedi 7 avril 2012 18:06:32 UTC+2, Bussiere a écrit : > > my point t

Re: It's magic the view does not exist for django but it worked 5 secondes before and it still exist

2012-04-07 Thread Bussiere
the problem is solved. Just saving the view file under vim solved it. It must have been an encoding problems with the file. But it was strange because it reads some part of the file. By the way thanks for your support. Bussiere Le samedi 7 avril 2012 18:13:28 UTC+2, Marcin a écrit : > &g

Making an operation before and after a recording in the model.

2011-06-24 Thread Bussiere
, but i want to call a function each time someone record an actor in the administration menu. How to do that please ? Regards Bussiere -- You received this message because you are subscribed to the Google Groups "Django users" group. To view this discussion on the web vi

looking for a good tutorial for creating user with fb,tw,google login

2014-07-19 Thread Bussiere
ion-to-a-django-application/ i'am near nervous brekdown and it's a pain in the ash. Regards Bussiere -- 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

Re: looking for a good tutorial for creating user with fb,tw,google login

2014-07-20 Thread Bussiere
there is no twitter in django-allauth. Do you have any tutorial so how to create a user in database with python-social-auth and django and get info from tw,fb, google ? I will go back on this project tonight and will post code if i still cannot make progress. Regards Bussiere Le dimanche 20

display m2M in admin view in 0.96

2008-06-22 Thread bussiere maillist
how can i display object in a m2M field ? i've tried with the dem function but it didn't work regards Bussiere class Agent(models.Model): nom = models.CharField(maxlength=60) service = models.ForeignKey(Service) telephone = models.CharField(maxlength=60,blank=True

Re: display m2M in admin view in 0.96

2008-06-22 Thread bussiere maillist
i will try tomorow thanks On Sun, Jun 22, 2008 at 6:42 PM, Karen Tracey <[EMAIL PROTECTED]> wrote: > On Sun, Jun 22, 2008 at 6:19 AM, bussiere maillist > <[EMAIL PROTECTED]> wrote: >> >> how can i display object in a m2M field ? >> i've tried