> Regardless, the context for that discussion is quite
> different to the context of this current discussion.
I take back what I said on my last note.
-Alen
On May 6, 8:43 am, "Russell Keith-Magee" <[EMAIL PROTECTED]>
wrote:
> On Tue, May 6, 2008 at 2:16 PM, [EMAIL PROTECTED]
>
> <[EMAIL PROTEC
So I've been wondering how one goes about disabling a field in
newforms. I want it to look something like this:
Anyone have any suggestions? I have been digging through google,
documentation and widgets, but have been unable to come to a
conclusive answer.
Thanks,
Adam
--~--~-~--~--
On Tue, May 6, 2008 at 2:16 PM, [EMAIL PROTECTED]
<[EMAIL PROTECTED]> wrote:
>
> > You might want to check the date on that thread before you pull it in
> > for moral support.
>
> If you bothered taking a look at the thread, you would have seen that
> the decision to keep the pluralize simple
> You might want to check the date on that thread before you pull it in
> for moral support.
If you bothered taking a look at the thread, you would have seen that
the decision to keep the pluralize simple was discussed and probably
introduced as the way forward at the time. Hence my reference. (B
On 6 mei, 06:32, Norman <[EMAIL PROTECTED]> wrote:
> and what editor do you use?
> some advice?
Geany (PC & Linux, Mac probably too) is the one I use.
As for books, Core Python Programming is invaluable (to me at least) -
see
http://www.amazon.com/Core-Python-Programming-2nd/dp/0132269937/ref=pd
On May 6, 11:14 am, "Russell Keith-Magee" <[EMAIL PROTECTED]>
wrote:
> On Tue, May 6, 2008 at 8:52 AM, Explore <[EMAIL PROTECTED]> wrote:
>
> > Hi. I have been trying to get django to return my models as xml. I
> > have tried using the xml serializer but i cannot get it to send back
> > anyt
I use reverse('staticpages-staticpage_delete', kwargs={'object_id':
4}) in my code.
It works (the same code) for many models, and only this one doesn't
work properly.
On May 6, 1:12 am, Lemuel Formacil <[EMAIL PROTECTED]> wrote:
> Try this:
>
> On May 5, 2008, at 6:32 PM, sector119 wrote:
>
> >>>
On Tue, May 6, 2008 at 1:25 PM, Martin Diers <[EMAIL PROTECTED]> wrote:
>
> The Admin is created on the fly. There is nothing for it to restart
> from scratch. Are you running the Django development server (the one
> that defaults to localhost:8000) or are you running this under another
> web serve
I would love to try, but documentation is sketchy. Can someone provide
more detailed instructions?
头太晕 wrote:
> Try this http://code.google.com/p/pyisapi-scgi/
>
> On Tue, May 6, 2008 at 2:11 AM, shocks <[EMAIL PROTECTED]> wrote:
>
> >
> > Hi
> >
> > I have followed the Django IIS installation gu
On May 5, 2008, at 11:56 PM, Timothy Wu wrote:
>
> I'm sorry, could someone gives me a clarification?
>
> Maybe I should describe it more clearly. My models.py and my
> database ARE in sync and they're with the tables and the fields I
> want. It's the admin interface that's out of sync, it's
Try this http://code.google.com/p/pyisapi-scgi/
On Tue, May 6, 2008 at 2:11 AM, shocks <[EMAIL PROTECTED]> wrote:
>
> Hi
>
> I have followed the Django IIS installation guide on the Django
> website but I'm getting the following error when I point to the
> helloworld.py example:
>
> Internal Serv
On Tue, May 6, 2008 at 11:37 AM, Martin Diers <[EMAIL PROTECTED]> wrote:
>
>
> On May 5, 2008, at 8:56 PM, Timothy Wu wrote:
> > Sounds like you need to update your Django models.
> >
> > I ran manage.py reset appname. All the problems I describe still
> > remain. The admin interface is still hav
On 06-May-08, at 10:02 AM, Norman wrote:
> Kenneth Gonsalves escribió:
>>
>> On 06-May-08, at 9:37 AM, Jason Ourscene wrote:
>>
>>> def __unicode__(self):
>>
>> def __unicode__(self): <- space after 'def'. If you use a
>> python editor it will find errors like this
>>
> and what edit
On Tue, May 6, 2008 at 11:57 AM, jack <[EMAIL PROTECTED]> wrote:
>
> Are there any Python/Django methods that represent generic database
> commands such as creating a new table, renaming or dropping a column,
> etc.? My thinking is that if these generic methods existed, so that
> all I needed
Kenneth Gonsalves escribió:
>
> On 06-May-08, at 9:37 AM, Jason Ourscene wrote:
>
>> def __unicode__(self):
>
> def __unicode__(self): <- space after 'def'. If you use a
> python editor it will find errors like this
>
and what editor do you use?
some advice?
--
Norman F. Sáez
I
On 06-May-08, at 9:37 AM, Jason Ourscene wrote:
> def __unicode__(self):
def __unicode__(self): <- space after 'def'. If you use a
python editor it will find errors like this
--
regards
kg
http://lawgon.livejournal.com
http://nrcfosshelpline.in/code/
--~--~-~--~
So i got it django up and running on my mac and am totally excited to
get started, i got a bit into the tutorial when i got to the point
where it asked me to add the __unicode__ method to my model. When i
add it to my model and try to use the shell i get this error. If you
anyone can help me with
Are there any Python/Django methods that represent generic database
commands such as creating a new table, renaming or dropping a column,
etc.? My thinking is that if these generic methods existed, so that
all I needed to do was specifiy the correct info abt my DBMS in the
Settings file, I could
On May 5, 2008, at 8:56 PM, Timothy Wu wrote:
> Sounds like you need to update your Django models.
>
> I ran manage.py reset appname. All the problems I describe still
> remain. The admin interface is still having problems.
>
No, resetting the app will not help if your models.py file still
On May 5, 2008, at 11:18 AM, Daniel Strasser wrote:
>
> Is it recommended to use the development version for a project that
> starts now (or in a week ;-))
To add to what others have said, use the development version,
definitely, except I would strongly recommend that you use the
newforms-a
On 05-May-08, at 9:48 PM, Daniel Strasser wrote:
> Is it recommended to use the development version for a project that
> starts now (or in a week ;-))
yes - unless you want to miss out on a lot of goodies and are
masochist enough to enjoy upgrading your project through a bunch of
backward i
I installed the basic blog app, and it works mostly fine, except that
it is somehow connected to beautiful soup.
I also downloaded beautifulsoup and I can't quite figure how to get it
to interact properly with the admin section.
When I try to add a blog entry, I get an error
TemplateSyntaxError at
http://www.djangosnippets.org/snippets/739/
This provides basic Tenjin integration, using a decorator. Tenjin is a
blazingly fast templating system, the fastest pure-python system
available. You can find it here: http://www.kuwata-lab.com/tenjin/
For usage and configuration, see the example
On Tue, May 6, 2008 at 3:33 AM, jonknee <[EMAIL PROTECTED]> wrote:
>
> > I was able to populate the table, but the admin interface was having
> > problem, it was still expecting the old table columns. =/
>
> Sounds like you need to update your Django models.
I ran manage.py reset appname. All t
On Tue, May 6, 2008 at 8:52 AM, Explore <[EMAIL PROTECTED]> wrote:
>
> Hi. I have been trying to get django to return my models as xml. I
> have tried using the xml serializer but i cannot get it to send back
> anything but the initial model.
>
> I would like to get nested xml like below (whe
Hi. I have been trying to get django to return my models as xml. I
have tried using the xml serializer but i cannot get it to send back
anything but the initial model.
I would like to get nested xml like below (where Department has a
ForeignKey to Organization).
My Org
Departme
Hmm seems to work now. I could not finish checking it out the other
day.
On May 6, 2:06 am, "Horst Gutmann" <[EMAIL PROTECTED]> wrote:
> $ svn cohttp://code.djangoproject.com/svn/django/branches/newforms-admin
>
> Works for me. What error do you get?
>
> - Horst
>
> On Mon, May 5, 2008 at 7:56 PM
Daniel Strasser wrote:
This is a bit confusing for me, because for me,
development versions are - yeah - for developers. And I'm not
(yet?) :-) a Django core developer.
The development version of django is basically the latest stable, 0.96,
plus lots and lots and lots of bugfixes, feature add
When I installed my web at webfaction I did this to see which module python
use,
at settings.py
import os
import django, PIL
logfile = open('path.log', 'w')
django_path = django.__file__
pil_path = PIL.__file__
logfile.write('django - %\n pil - %s\n' % (django_path, pil_path))
logfile.close()
Bing wrote:
Now if I want to deploy the website so that other people can visit it
under
my homepage space, http://name.of.some.site/~user/
what should I do?
You should use mod_python and apache. If that is too much trouble
(probably is based on how your setup sounds), use fastcgi. Don't use t
On 5/5/08, phillc ([EMAIL PROTECTED]) wrote:
>fourth:
>
>i never understood this, why do people do
>
>somevar = "blah blah %s" % anothervar
>
>instead of "blah bla" + anothervar
>?
Because you can perform specific string formatting operations at the same time.
Plus, the formatting and data
On Tue, May 6, 2008 at 6:10 AM, [EMAIL PROTECTED]
<[EMAIL PROTECTED]> wrote:
>
> Important, related, post on the dev list:
>
> "Ditch pluralisation entirely"
>
> http://groups.google.com/group/django-developers/browse_thread/thread/951d113483083ce9/83c18a7a4b2e136e?lnk=gst&q=plural#83c18a7a4b2
Are you trying to get first and last names from the User model? That
would be either self.user.first_name and self.user.last_name (within
model) or student.user.first_name and student.user.last_name (outside
of model). Hope that helps a bit.
On May 4, 8:13 pm, Jonathan Lukens <[EMAIL PROTECTED]>
Hi,
I've had trouble sending multipart (plain+html) emails to Gmail users.
While emails are correctly displayed in any other email client, Gmail
displays the plain text version instead of the HTML, although the HTML
is set as primary.
After googling I think this is a known issue with Gmail, but I
I have a small django application which is running on a development
server.
The platform is linux and I am able to view the django-powered pages
at the url like
http://127.0.0.1:8000/
Now if I want to deploy the website so that other people can visit it
under
my homepage space, http://name.of.s
Try this:
On May 5, 2008, at 6:32 PM, sector119 wrote:
reverse('staticpages-staticpage_delete', {'object_id': 4})
reverse('staticpages-staticpage_delete', kwargs={'object_id': 4})
--
Lemuel
--~--~-~--~~~---~--~~
You received this message because you are
> So you still need to allow for the developer (me) to override the generated
> plural. Only now it isn't as clear when I need to do that. With the
> current rule, it is straightforward: if the word isn't pluralized by adding
> an 's'.
The idea is that you wouldn't have to override the generate
I'm getting this error. What's missing? Any idea?
===
Internal Server Error
An error occurred processing this request.
Request handler failed
Traceback (most recent call last):
File "C:\Python25\Lib\Ht
see comments inline...
On 5/5/08, phillc <[EMAIL PROTECTED]> wrote:
>
> there has been a few things that i feel have been holding back from
> making my code structure/process better. i was hoping someone could
> help me on some of these questions.
>
> first:
>
> How does one develop tests fo
there has been a few things that i feel have been holding back from
making my code structure/process better. i was hoping someone could
help me on some of these questions.
first:
How does one develop tests for django web apps?
im having trouble writing tests.
i understand there are view test
On Mon, May 5, 2008 at 4:01 PM, unixdude_from_mars <[EMAIL PROTECTED]>
wrote:
> I noticed code that worked fine with an earlier version of mysql
> accessing a datefield is now broken... Does anyone know if this is
> already in bug track or is there a simple fix.
>
Broken how? Datefields and MySQ
On 5 mei, 14:39, "Karen Tracey" <[EMAIL PROTECTED]> wrote:
> On Mon, May 5, 2008 at 7:08 AM, LaundroMat <[EMAIL PROTECTED]> wrote:
> > On 1 mei, 13:43, "Karen Tracey" <[EMAIL PROTECTED]> wrote:
> > > On Thu, May 1, 2008 at 7:22 AM, LaundroMat <[EMAIL PROTECTED]> wrote:
>
> > > > Hi -
>
> > > > Wou
I noticed code that worked fine with an earlier version of mysql
accessing a datefield is now broken... Does anyone know if this is
already in bug track or is there a simple fix.
james
--~--~-~--~~~---~--~~
You received this message because you are subscribed to th
On May 5, 2:01 pm, msoulier <[EMAIL PROTECTED]> wrote:
> Seems like an issue with the built-in web server.
In fact, if I modify handlers/wsgi.py, and print the request object
before it gets to get_response(), suddenly it's fine.
try:
request = WSGIRequest(environ)
> I was able to populate the table, but the admin interface was having
> problem, it was still expecting the old table columns. =/
Sounds like you need to update your Django models.
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the G
Hola
Les escribo un breve mensaje para invitarles a que se registren
gratis
en Amigos y ganes al igual que yo, mas de 100 U$ por día solo por
invitara amigos a registrarse gratis. Registrate gratis, desde el
siguiente enlace:
http://amigos.com/go/g959630
Luego de registrarte gratis, ingresa a l
Hola
Les escribo un breve mensaje para invitarles a que se registren
gratis
en Amigos y ganes al igual que yo, mas de 100 U$ por día solo por
invitara amigos a registrarse gratis. Registrate gratis, desde el
siguiente enlace:
http://amigos.com/go/g959630
Luego de registrarte gratis, ingresa a l
nvm I figured this one out, now I just cant get it to actually display
the data from the object that I add.
On May 5, 1:51 pm, woot4moo <[EMAIL PROTECTED]> wrote:
> When I add an object to my db I get this problem on the
> redirect:http://127.0.0.1:8000/Final/apple/edit/mysite/apple/instead of j
Ben,
Where is django? Make sure it's on your pythonpath (or "module search
path" as they appear to be calling it below)
Adam
On Mon, May 5, 2008 at 1:11 PM, shocks <[EMAIL PROTECTED]> wrote:
>
> Hi
>
> I have followed the Django IIS installation guide on the Django
> website but I'm getting
First of all, I recommend that you read chapter 17 of Django Book (if
you haven't already) http://www.djangobook.com/en/1.0/chapter17/
Moving on, you have to create a view, as we are working on Django's
admin, then i recommend that you create one like project/app/
admin_views.py with something si
Hi
I have followed the Django IIS installation guide on the Django
website but I'm getting the following error when I point to the
helloworld.py example:
Internal Server Error
An error occurred processing this request.
Request handler failed
Traceback (most recent call last):
File "C:\Python
Hi,
I'm currently playing with my Django web interface on a windows XP box
with Python 2.5, Django 0.96. Sometimes when I send a redirect in view
code, Firefox says, "The connection was reset while the page was
loading."
Seems like an issue with the built-in web server.
Sample code:
elif r
$ svn co http://code.djangoproject.com/svn/django/branches/newforms-admin
Works for me. What error do you get?
- Horst
On Mon, May 5, 2008 at 7:56 PM, lowks <[EMAIL PROTECTED]> wrote:
> I tried checking out newformsadmin from svn but it errored out. When i
> try downoading the zip, it similarl
Karen,
That patch is actually kind of beautiful. Just in case someone else is
looking at this as of the current codebase the custom renderer would
like like this:
class MyRenderer(RadioFieldRenderer):
def render(self):
return mark_safe(u'\n%s\n' % u'\n'.join([u'%s' % w for w in
self]))
I tried checking out newformsadmin from svn but it errored out. When i
try downoading the zip, it similarly errored out. Could someone point
me somewhere where I can find newformsadmin ?
--~--~-~--~~~---~--~~
You received this message because you are subscribed to t
When I add an object to my db I get this problem on the redirect:
http://127.0.0.1:8000/Final/apple/edit/mysite/apple/ instead of just
Final/apple
So the question is how do I strip off the excess of it going to mysite/
apple so it stops blowing up on the get page, or rather how do I re-
direct to
Michael,
Thanks for taking the time out to answer all my questions. Much appreciated.
I think I'm quite sold on Django/Python now. Will start digging into it
right away.
Thanks,
Rajath
On 5/5/08, Michael Newman <[EMAIL PROTECTED]> wrote:
>
>
>
> > - Is it possible to create WML files (or for tha
> - Is it possible to create WML files (or for that matter any customised
> output that is not out there) easily? Especially by way of XML/XSLT.
Django is really flexible with it's template and HttpResponse system.
You can specify headers, types and serializations on the fly. Granted
these types
On Mon, May 5, 2008 at 12:17 PM, [EMAIL PROTECTED] <
[EMAIL PROTECTED]> wrote:
>
> I upgraded to trunk for my project. All of a sudden, redirect URLs are
> not working right. I have to add a following slash to get them to
> work.
>
> Example: http://www.stpaulswired.org/liquid
> Working: http://ww
there's a ticket for this:
http://code.djangoproject.com/ticket/5392
thanks to brosner on #django
Derek
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups
"Django users" group.
To post to this group, send email to dja
I upgraded to trunk for my project. All of a sudden, redirect URLs are
not working right. I have to add a following slash to get them to
work.
Example: http://www.stpaulswired.org/liquid
Working: http://www.stpaulswired.org/liquid/
Any tips on what I might have missed?
Lemme know.
Dave
--~--~-
Django keeps the subversion trunk stable, and changes the
documentation to reflect the trunk. So I would use the subversion
trunk.
On Mon, May 5, 2008 at 11:18 AM, Daniel Strasser
<[EMAIL PROTECTED]> wrote:
>
> Hi there
>
> I'm new to both Django and Python, but I'm so fascinated about Django
Hi there
I'm new to both Django and Python, but I'm so fascinated about Django
that I don't want to use PHP for a new project that is coming up soon.
Now I'm playing around with the latest "stable" release of Django
(0.96), but both the tutorials and the documentation expects that you
are using
I can not access to djangopeople.net... Have you noticed it? Anyone
knows the reason? Technical problems? Traffic, bugs???
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups
"Django users" group.
To post to this grou
pk,
your article says that svn comes installed with leopard. I can find
python and sqlite, but no svn, do I need to install it or how do I
activate it? Thanks
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups
"Django
Hi,
I am having a big trouble. For some reason I've messed things up and admin
interface is showing a table that I already dropped by accessing mysql
client directly (oh no...should I not do that?).
I don't know exactly how I got to that state. I first created the table,
then I decided to change
A symptom has just developed on our production server
(Apache/mod_python/Python 2.3).
Sporadically, a 'print' statement (used for logging during development)
will fail with the following error:
exceptions.IOError
[Errno 9] Bad file descriptor
In Django development, 'print' statements go to the
Could you have different PYTHONPATH settings for mod_python vs command
line where you're running the admin server? Different versions of PIL
or something between those two versions? libjpeg and friends installed
in non-standard locations where they're found by the command line
python but not the p
Hello Djangonauts!
I would like to announce djangohosting.ch, a webhosting service for
your Django sites. We provide a web interface (written in Django, of
course) which includes a one-click Django installer, making it easy to
get started with your Django site.
The reason for building an own web
Hi Mike,
Thanks for your attention on this.
Kg solved this a few moments back. As suspected, a bit of basic muppetry
on my part.
Solution was only to change:
Upload_to = '/tmp'
TO:
Upload_to = 'tmp'
Nice.
-Original Message-
From: django-users@googlegroups.com
[mailto:[EMAIL PROTECTED]
I get this error when I try to resolve some url pattern name.
It seems that mem_args is dict object, but why?
% python2.5 manage.py shell
>>> from django.core.urlresolvers import reverse
>>> reverse('staticpages-staticpage_delete', {'object_id': 4})
Traceback (most recent call last):
File "", l
That is what I figured on doing...I was just seeing if there was an
easier way of doing it...
Thanks
On May 5, 7:10 am, LaundroMat <[EMAIL PROTECTED]> wrote:
> On 5 mei, 05:26, Gboro54 <[EMAIL PROTECTED]> wrote:
>
>
>
>
>
> > Hi everyone...I want to use frames in a web app i am building..I have
Hi Kg,
You're beautiful, you know that don't you? It worked a treat. And just
in time moments before the Chelsea game starts too.
When I said all slash permutations tried, I did of course mean, all but
that one
Thanks a million.
Ben
-Original Message-
From: django-users@googlegroups
I can replicate this by putting in a file path that does not exist in
the HIP form. The validation fails for the file field but the error is
not rendered.
edit_inline is known to be buggy - some validation faliures on models
that are being edited inline aren't rendered, but the user is tol
On 05-May-08, at 7:22 PM, Ben Eliott wrote:
> hip = models.FileField(upload_to='/tmp',core=True)
try upload_to='tmp' <--- no '/'
--
regards
kg
http://lawgon.livejournal.com
http://nrcfosshelpline.in/code/
--~--~-~--~~~---~--~~
You received this
Hi kg,
Class HIP has a 1-to-many with Property (many HIPs / 1 Property) . The
offending field is HIP.hip
#CODE
class Property(models.Model):
"""Model of a property"""
reference = models.CharField(max_length=20)
Archive = models.BooleanField()
SSTC = models.BooleanField()
Thanks!
On May 4, 2008, at 4:37 AM, James Bennett wrote:
>
> On Sun, May 4, 2008 at 3:29 AM, bobhaugen <[EMAIL PROTECTED]>
> wrote:
>> Does that mean newforms-admin includes qs-ref? That is, newforms-
>> admin includes all of the most current svn trunk?
>
> The ideal way to find out this so
On 05-May-08, at 6:46 PM, Ben Eliott wrote:
> Thanks for for your swift attention.
> It reloads the same form with the message at the top: 'Please correct
> the error below.' (although it doesn't actually show any error below).
please paste your model here
--
regards
kg
http://lawgon.livejou
Hi kg,
Thanks for for your swift attention.
It reloads the same form with the message at the top: 'Please correct
the error below.' (although it doesn't actually show any error below).
Best,
Ben
-Original Message-
From: django-users@googlegroups.com
[mailto:[EMAIL PROTECTED] On Behalf O
Thanks so much!!
It did the trick!
Lorenzo
sserrano ha scritto:
> Hi
> If you are using a 64bit arch, there is a bug with a write function.
> You can find the reported bug and a patch here:
> http://sourceforge.jp/tracker/?atid=9591&group_id=2585&func=browse
>
> Kind Regards, Sebastian.-
>
>
>
On Mon, May 5, 2008 at 8:20 AM, [EMAIL PROTECTED] <[EMAIL PROTECTED]>
wrote:
>
> Thank you for your replies.
>
> Just to confirm, I am not referring to a perfect automatic pluralize
> solution. I am very well aware that a silver bullet solution would be
> very difficult, if even possible.
>
> I wi
Or run Debian testing. Why switch distros or even distro flavors if you
don't have to? :) Python 2.5 and most of the packages that are needed
for Django are fine straight from apt on testing/unstable.
gav
Tom Novelli wrote:
> Debian Etch is meant to be stable, not up to date (except for secu
On Mon, May 5, 2008 at 4:07 AM, tupixo <[EMAIL PROTECTED]> wrote:
>
> > You may recognize my name from that forum topic.
> >
> > I've been working for over a week to get PostGIS installed correctly
> > for my hosting at WebFaction. The support team is very responsive and
> > helpful and we ha
On Mon, May 5, 2008 at 7:50 AM, chiefmoamba <[EMAIL PROTECTED]> wrote:
>
> Hi,
>
> I'm trying to get a for loop to display data by user. So for example I
> have the following that will display all 'courses' running in my
> project:
>
> {% if course %}
>There are Courses
>The current course
On Mon, May 5, 2008 at 7:08 AM, LaundroMat <[EMAIL PROTECTED]> wrote:
> On 1 mei, 13:43, "Karen Tracey" <[EMAIL PROTECTED]> wrote:
> > On Thu, May 1, 2008 at 7:22 AM, LaundroMat <[EMAIL PROTECTED]> wrote:
> >
> > > Hi -
> >
> > > Would it be possible to subclass a form class, and in that subclass
On 05-May-08, at 5:33 PM, Ben Eliott wrote:
> Hi, I'm getting started in the (highly enjoyable!) admin models -
> FileField upload works when I give upload_to the full absolute
> filepath.
> However, as soon as I try and use MEDIA_ROOT in settings.py it baulks.
what do you mean by 'baulks' -
Hi, I'm getting started in the (highly enjoyable!) admin models -
FileField upload works when I give upload_to the full absolute filepath.
However, as soon as I try and use MEDIA_ROOT in settings.py it baulks.
Permissions are wide open, I've tried every combination of slashes &
paths -- but it onl
Thank you for your replies.
Just to confirm, I am not referring to a perfect automatic pluralize
solution. I am very well aware that a silver bullet solution would be
very difficult, if even possible.
I will try make myself more clear now. What I am specifically
referring to is the 'verbose_name
On Mon, May 5, 2008 at 2:46 AM, Michael Irani <[EMAIL PROTECTED]>
wrote:
>
> Hello,
> I'm trying to manipulate the rendering for RadioSelect so that the
> form element shows up within my form differently than a . So far
> I've come across two options... Use straight form tags in my view, or
> to r
Hi,
I'm trying to get a for loop to display data by user. So for example I
have the following that will display all 'courses' running in my
project:
{% if course %}
There are Courses
The current courses we are running are: {{course|join:", "}}
{% else %}
There are currently no course
On May 4, 3:37 am, "James Bennett" <[EMAIL PROTECTED]> wrote:
> On Sun, May 4, 2008 at 3:29 AM, bobhaugen <[EMAIL PROTECTED]> wrote:
> > Does that mean newforms-admin includes qs-ref? That is, newforms-
> > admin includes all of the most current svn trunk?
>
> The ideal way to find out this sor
Debian Etch is meant to be stable, not up to date (except for security
fixes), so it defaults to Python 2.4. You can install 2.5 but most of
the python-* packages are not available for 2.5 because they were not
deemed stable or didn't build at all. I needed support for Postgres,
LDAP, Oracle and
Forgot to mention, I'm using python2.5.
Help me, Obi-Wan GoogleGroup, you're my only hope.
//emil
On 5 Maj, 02:15, Emil <[EMAIL PROTECTED]> wrote:
> Hi folks.
>
> I'm having this annoying problem that I don't have the skill to solve.
> I'm using James Bennetts django-contact-form (r46 from svn)
You can install anything you want on Slicehost or any other VPS;
provided that you have enough linux skills to do everything yourself.
There's plenty of help out there on the web, slicehost have some great
tutorials for setting up your slice, and mod_wsgi is very easy to
setup as a low memory alte
Hi,
before the qs-rf branch was merged into trunk I was loading some data
regarding users (of which I had two kinds, buyers and sellers) by
using four different models:
user, user extension, buyer and seller (the last two with a OneToOne
relation with user extension).
Since the qs-rf branch has
On 5 mei, 05:26, Gboro54 <[EMAIL PROTECTED]> wrote:
> Hi everyone...I want to use frames in a web app i am building..I have
> a display.html that has the frames sets and takes 2 other html
> files...the one problem is the other 2 pages have variables binded to
> them...I am not sure how to get th
On 1 mei, 13:43, "Karen Tracey" <[EMAIL PROTECTED]> wrote:
> On Thu, May 1, 2008 at 7:22 AM, LaundroMat <[EMAIL PROTECTED]> wrote:
>
> > Hi -
>
> > Would it be possible to subclass a form class, and in that subclass
> > define that one of the fields that were required in the parent class
> > are
This was because all the templates should have the "html" extension to
get translated.
On Apr 1, 11:32 am, omat <[EMAIL PROTECTED]> wrote:
> Hi,
>
> I am sending notification e-mails to members on some actions. The
> message body comes from a template:
>
> {% load i18n %}
> {% blocktrans %}
> Y
Hi all,
I'm new to this whole area of web development. New to Django, Python, et al.
I've only done some C,C++ coding for mobile phones before, but have a need
to get into it now. Specifically planning on a creating a website that
caters to PC and different devices like mobile phones, PDAs, etc. I
> You may recognize my name from that forum topic.
>
> I've been working for over a week to get PostGIS installed correctly
> for my hosting at WebFaction. The support team is very responsive and
> helpful and we have worked through a lot of issues. That said, it
> still doesn't work correctly.
>
100 matches
Mail list logo