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
> 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
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
> 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
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
> 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
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
'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
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
# 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
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
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
--~--~-~--~~~---~--~---
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
> 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
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
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
; 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
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
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
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
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
--~--~-~--~~--
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
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
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
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
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
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
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
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
>
> 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'
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
31 matches
Mail list logo