Dear Djangonauts
Thank you for everyone who joined. I had a great time.
I'm looking forward to our next meetup that will take place sometime in
January. We'll announce details on our meetup page (
http://www.meetup.com/Django-User-Group-Switzerland/ ) page shortly.
There are some Pictures at htt
Hello,.. obviously my answer comes late, but - as I am now learning Django
and I ran into the same issue, here's my post - may be helpful for anyone
getting in the same trouble.
I am following the tutorial for Django 1.3.
On my Ubuntu 12.10 I have installed with Synaptic Django 1.4.1, but I
bel
I'm having some trouble making my website compatible with accented
characters (french website).
I have a form where some field values can be with accented chars: "Coupé"
for instance.
My URL looks like this:
http://localhost:8080/recherches/s?marque=Audi&modeles=A5+Coup%C3%A9
In my django v
Hi all.
just a question about how to proceed.
when i've to display data direct from the model (the db) one in a page is
simple.
what if i want to display aggregate data or some data that needs logic?
i've to do it in the view and add the object to the contex, or it's better
to do a custom tag filte
Hola,
After the thread about improving the Class based View documentation someone
pointed us to the dev docs, which I downloaded to read (low bandwidth area,
plus intermittent network and power availability).
I downloaded the zip from the HTML link on the front page.
The new docs are great - the
Have you tried detailview ?
Also it is possible to add some values to the temple in view
2012/10/28 Stefano Tranquillini :
> Hi all.
> just a question about how to proceed.
> when i've to display data direct from the model (the db) one in a page is
> simple.
> what if i want to display aggregate d
On Sun, Oct 28, 2012 at 4:34 PM, Lachlan Musicman wrote:
>
> The funniest/worst part is the title:
>
> Django v1.3.2 documentation
>
> :)
>
> I believe this should read DEV or at least 1.5
I suspect it's because of a change I introduced a few hours ago.
I will fix it now and hopefully it will be
Hi,
I have tried using tinymce in my sample django application, but i am not
getting the tinymce editor in my admin pages.
I am trying to setup tinymce to use in admin pages and using Django 1.4
This is how my settings.py file looks like
MEDIA_ROOT = ' '
MEDIA_URL = ' '
STATIC_ROOT =
Actually, I found what I think is another minor bug in the dev docs
yesterday too:
/path/django-docs-dev-en/topics/python3.html
I feel like
"On Python 3, the decorator is a no-op. On Python 2, it defines
appropriate __unicode__() and __str__() methods (replacing the
original __str__() method in
On Mon, Oct 29, 2012 at 2:00 AM, Rogerio Carrasqueira <
rogerio.carrasque...@gmail.com> wrote:
> Hi Everybody!
>
> I'm trying to the make a django form wizard based on this article
> http://elo80ka.wordpress.com/2009/10/28/using-a-formwizard-in-the-django-admin/,
> but I would like to know an appr
Hi Everyone,
I am a MSIS student at Santa Clara University, CA. My team has chosen
Django to work on for our Software Project Management course.
I was wondering if there is some place where I can find documentation
related to Django's Software Development process/model.
Or if any of the community
I am new to Django.
I am not sure where to start, I am thinking of diving into 1.5 alpha and
make use of the new custom User models.
I am working on a project that will make exclusive use of a LDAP database,
nothing else. I expect to have users in multiple suffixes.
e.g.:
uid=user1, ou=people
On Mon, Oct 29, 2012 at 9:39 AM, Smriti Patodi wrote:
> Hi Everyone,
> I am a MSIS student at Santa Clara University, CA. My team has chosen Django
> to work on for our Software Project Management course.
> I was wondering if there is some place where I can find documentation
> related to Django's
On Mon, Oct 29, 2012 at 2:00 PM, Lachlan Musicman wrote:
> On Mon, Oct 29, 2012 at 9:39 AM, Smriti Patodi wrote:
>> I was wondering if there is some place where I can find documentation
>> related to Django's Software Development process/model.
>
> Spend time with the tutorial, then just keep rea
Hey,
I'm not sure there is a specific Project Management (which to me implies
Software Engineering) style that people use with Django. In my experience,
using agile methodologies work great; You can quickly prototype your idea
and enhance your product as needed.
The tutorial, as others have menti
15 matches
Mail list logo