Re: Django 1.2.1 install in Ubuntu 10.04 via Synaptic?

2010-05-31 Thread Leonel Nunez
this will not have oficial support. Or wait for someone to make a backport and keep it updated on launchpad PPA Saludos Leonel -- You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-us...@googl

Re: New Guide to Django install on fresh VPS

2009-12-24 Thread Leonel Nunez
> OK, I have Cherokee and uwsgi installed and running. > Now I am hung up on configuring a domain to resolve to a django > project/app. > Leonel: Can you share or point to any configuration details? I have > reviewed the cherokee admin docs and tried the wizard. > Thank you

Re: New Guide to Django install on fresh VPS

2009-12-24 Thread Leonel Nunez
module.c > /bin/sh: xml2-config: not found > gcc -c `python2.6-config --cflags` `xml2-config --cflags` -o main.o > uwsgi.c > /bin/sh: xml2-config: not found you need to install the package : libxml2-dev saludos Leonel -- You received this message because you are subscribed to th

Re: New Guide to Django install on fresh VPS

2009-12-24 Thread Leonel Nunez
> Hello Leonel, > > I watched the Cherokee Videos and will give it a crack. Here is a new > Google Doc that I will use to document the process. If anyone else > reading this has experience with building out a VPS with Cherokee and > Django along with other key packages, plea

Re: New Guide to Django install on fresh VPS

2009-12-23 Thread Leonel Nunez
w.cherokee-project.com/screencasts.html#django_flup Saludos Leonel -- You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-us...@googlegroups.com. To unsubscribe from this group, send email to

Re: cache optimization

2009-12-22 Thread Leonel Nunez
> instead of apache lets use NGINX .. great :) > or cherokee saludos .. Leonel -- You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-us...@googlegroups.com. To unsubscribe from this grou

Re: Django with Cherokee web server

2009-10-07 Thread Leonel Nunez
e for serving > static content). > > Instead, I'm looking for advice from someone who already deployed > Django with Cherokee. I use Django + cherokee. Works great, you can use for load balancing your django apps, or use as a proxy, or just

Re: Form Select Selected Choice

2009-09-22 Thread Leonel Nunez
'myfield'].widget=widgets.Select(choices=C) >> >> >> The Select gets filled fine with the users data >> But I can't find how to add the Selected user to the tag. >> >> By default shows the first user in the query. >> >> I hope I&#x

Re: Form Select Selected Choice

2009-09-22 Thread Leonel Nunez
led fine with the users data > But I can't find how to add the Selected user to the tag. > > By default shows the first user in the query. > > I hope I've made more clear. > > > Thank you very much > > > Leonel > Don't

Re: Form Select Selected Choice

2009-09-21 Thread Leonel Nunez
# I don't know if this code below is necessary or not. > email_index = 0 > for e in emails: > email_formset.forms[email_index].fields > ['emailType'].selected_choices = e.e_mail_type > email_index += 1 > Thank you I'll check the imp

Re: Form Select Selected Choice

2009-09-21 Thread Leonel Nunez
the first user in the query. I hope I've made more clear. Thank you very much Leonel --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to djang

Form Select Selected Choice

2009-09-20 Thread Leonel Nunez
Hello: I'm using form.base_fields['MYFIELD'].widget=widgets.Select(choices=CA) to fill a tag, all works fine but I can't find how to add a SELECTED value, been with this issue all day .. Thank you leonel --~--~-~--~~~---~--~---

share info on 2 systems

2009-03-28 Thread Leonel Nunez
Hello I have 2 applications on different servers and I need to share any selected record on the ADMIN on the 2 applications Is there a Django way to do it Thank you Leonel --~--~-~--~~~---~--~~ You received this message because you are subscribed to the

Re: Foreign keys in admin

2009-03-26 Thread Leonel Nunez
> Hi, > > google for raw_id_fields > > That was faster !! Thank you very much Leonel --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, s

Foreign keys in admin

2009-03-26 Thread Leonel Nunez
es and the MASTER table is BIG . Is there a way to make this faster ?? Thank you Leonel --~--~-~--~~~---~--~~ 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

Re: Accessing django app that is start with FCGI

2009-03-13 Thread Leonel Nunez
over fastcgi lower in the link you provided are instructions for configuring some web servers > Thank you in advance > > -- > If you can't believe in God the chances are your God is too small. > > Read my blog: http://joshuajava.wordpress.c

Re: ObjectPaginator

2009-01-27 Thread leonel
; Thanks > > > > > get_page is from version < 1.0 in > 1.0use page(num) take a look at : http://www.djangoproject.com/documentation/models/pagination/ Leonel --~--~-~--~~~---~--~~ You received this message because you are subs

Re: Ruby on Rails vs Django

2008-12-05 Thread leonel
time ago . I was going to test both and choose . Tested Django first and had no need to test rails Leonel --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send e

Django - Python 3

2008-11-16 Thread Leonel Nunez
Hello: As we know python 3 is comming in December: http://www.python.org/download/releases/3.0/ Will there be many changes for django with python 3 Thank You Leonel --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google

Re: ANN: Django 1.0.1 released

2008-11-15 Thread leonel
James Bennett wrote: > Tonight we've released Django 1.0.1, a bugfix release in the 1.0 > series containing improvements and fixes since the 1.0 release. This > is a recommended upgrade for anyone currently running Django 1.0. > > The blog entry announcing the release is here: > http://www.djangop

Re: Where is my Django?

2008-10-23 Thread leonel
rectory 'django' in site-packages on /usr/lib/python2.5/site- > packages or /usr/lib/python-django > > Some body can help me? > > Thanks! > > > > > > dpkg -l python-django shows all the package contents .. Leonel --~--~-~--~~--

Re: PostgreSQL with Psycopg2

2008-10-13 Thread leonel
Gaus wrote: > Hi All > I am developing my first-Django based project by myself. Wanted to use > Postgresql with Psycopg2 & dont want to use Sqlite or Mysql for that > matter. I have a problem which I cant rectify. My development > environment is as follows : > > 1. Ubuntu 8.04 > 2. Python2.5 - com

0.96 EOL

2008-07-20 Thread leonel
Hello : After version 1.0 are there any plans to support 0.96 for some time even a 2 month period ?? Thanks Leonel --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Django users" group. To po

Re: mail in base64

2008-04-18 Thread leonel
Malcolm Tredinnick wrote: > On Fri, 2008-04-18 at 06:58 -0600, leonel wrote: > >> Malcolm Tredinnick wrote: >> >>> On Thu, 2008-04-17 at 11:52 -0600, leonel wrote: >>> >>> >>>> Hello >>>> >>>> I nee

Re: mail in base64

2008-04-18 Thread leonel
Malcolm Tredinnick wrote: > On Thu, 2008-04-17 at 11:52 -0600, leonel wrote: > >> Hello >> >> I need to send mail and I'm using send_mail from django.core.mail >> All works but the mail gets base64 encoded >> >> Am I missing some configurat

mail in base64

2008-04-17 Thread leonel
Hello I need to send mail and I'm using send_mail from django.core.mail All works but the mail gets base64 encoded Am I missing some configuration so the send_mail sends the mail not encoded Thank You Leonel --~--~-~--~~~---~--~~ You received this me

Re: Django Admin WAP

2008-03-30 Thread leonel
Jeff Anderson wrote: > leonel wrote: >> Hello: >> >> Is there a WAP admin for django ?? Been searching and didn't found >> anything about it >> > I'm fairly certain that there is no such thing. > > I am curious as to why you need it thoug

Django Admin WAP

2008-03-30 Thread leonel
Hello: Is there a WAP admin for django ?? Been searching and didn't found anything about it Thank you Leonel --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to t

Re: Upload files to separate server from Django

2008-02-25 Thread Leonel Nunez
ffort, you could be > impossible. > http://www.pointy-stick.com/blog/ > > > > > And what if you store the images on the database as part of your record ? This will give you integrity Leonel --~--~-~--~~~---~--~~ You received this mess

Re: PostgreSQL ByteA

2008-02-18 Thread Leonel Nunez
> > On Mon, 2008-02-18 at 14:40 -0700, Leonel Nunez wrote: >> Hello : >> >> What's the status for PostgreSQL ByteA support in django ?? > > Normally it'd be a good idea to at least summarise what your research > has unturned so people don'

PostgreSQL ByteA

2008-02-18 Thread Leonel Nunez
Hello : What's the status for PostgreSQL ByteA support in django ?? Thank you Leonel --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email