Re: uWsgi not seeing javascript

2015-04-21 Thread Carlos Aguilar
d 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-users. > To view this discussion on the web visit > https

Re: Real time and Django - approaches

2015-02-20 Thread Carlos Aguilar
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/a5923d8e-54a4-46ab-8df0-fdbb25ad076b%40googlegroups.com > <https://groups.google.com/d/msgid/django-users/a5923d8e-54a4-46ab-8df0-fdbb25

Re: [ANNOUNCE] Django 1.7 released

2014-09-02 Thread Carlos Aguilar
l.com?utm_medium=email_source=footer> > . > For more options, visit https://groups.google.com/d/optout. > -- Carlos Aguilar Consultor Hardware y Software DWD http://www.dwdandsolutions.com http://www.houseofsysadmin.com Cel: +50378735118 USA: (301) 337-8541 -- You received this message becau

Re: websockets in django

2014-08-25 Thread Carlos Aguilar
uqm-25HQMeSMhp6Ayk2G2kso17-uYe8Ue%2BKu0Xu%2BJqYQ%40mail.gmail.com?utm_medium=email_source=footer> >> . >> >> For more options, visit https://groups.google.com/d/optout. >> > > -- > You received this message because you are subscribed to the Google

Encoding for test database

2014-01-25 Thread Carlos Aguilar
character with byte sequence 0xc6 0x92 in encoding "UTF8" has no equivalent in encoding "LATIN1" I am trying to load a fixature to use with geodjango. I appreciate your help with this. Best Regards -- Carlos Aguilar Consultor Hardware y Software DWD http://www.dwdandsolutions.c

Re: I need help

2013-02-19 Thread Carlos Aguilar
I fix the error. Thank you for your time. The error was caused for a bad access to delete function. Thanks againg. Best Regards On Tue, Feb 19, 2013 at 5:55 PM, Russell Keith-Magee < russ...@keith-magee.com> wrote: > > On Wed, Feb 20, 2013 at 6:52 AM, Carlos Aguilar <darkan

Re: Django MongoDB

2012-11-25 Thread Carlos Aguilar
You know which mongoengine and django-nonrel are 2 different libraries for mongodb??? Please select one and use it, but not both. Best Regards -- Carlos Aguilar Consultor Hardware y Software DWD http://www.dwdandsolutions.com http://www.houseofsysadmin.com Cel: +50378735118 USA: (301) 337-8541

Re: Help with error uploading files

2012-11-08 Thread Carlos Aguilar
PM, Dennis Lee Bieber <wlfr...@ix.netcom.com>wrote: > On Wed, 7 Nov 2012 21:10:06 -0800 (PST), Carlos Aguilar > <darkange...@gmail.com> declaimed the following in > gmane.comp.python.django.user: > > > Hello, > > > > I am working in a project th

Re: Help with error uploading files

2012-11-08 Thread Carlos Aguilar
Yesterday doing few test I note that the problem is causes by the following configs DEFAULT_FILE_STORAGE = 'waitress.apps.venues.storage.CachedS3BotoStorage' DEFAULT_S3_PATH = "media" I test 2 file storages one is s3_folder_storages.s3.DefaultStorages. I am using the same config in other

Help with error uploading files

2012-11-07 Thread Carlos Aguilar
Hello, I am working in a project that requires you upload an image in a model. The project was started by other developer. Today testing, without realize changes in the model I am receiving the following error: 'cStringIO.StringO' object has no attribute 'size' I not have idea what is