thanx
On 7/5/06, David Reynolds <[EMAIL PROTECTED]> wrote:
>
>
> On 4 Jul 2006, at 10:47 pm, Jan Claeys wrote:
>
> >
> > On ma, 2006-06-26 at 22:26 -0300, Douglas Campos wrote:
> >> does anyone have some light for me? I'm new to this ubuntu thing
>
you can specify what user/password to connect to database in
settings.py file, under your project dir
http://www.djangoproject.com/documentation/tutorial1/#database-setup
On 7/4/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote:
>
> I am in the process of moving my Django project from using the
>
thanx
On 7/4/06, Jan Claeys <[EMAIL PROTECTED]> wrote:
>
> On ma, 2006-06-26 at 22:26 -0300, Douglas Campos wrote:
> > does anyone have some light for me? I'm new to this ubuntu thing
> >
> > I want to mantain a nightly .deb build from django svn, to hel
lot of the documentation you'll find links to translations into
> the commenters native tounge. It would be nice to see what the core
> team had to say about this.
>
> On 03/07/06, Douglas Campos <[EMAIL PROTECTED]> wrote:
> > Is there already a task force to translate
Is there already a task force to translate the docs?
On 7/2/06, Jeremy Dunck <[EMAIL PROTECTED]> wrote:
>
> On 7/2/06, mamcxyz <[EMAIL PROTECTED]> wrote:
> > Con respecto a django, no hay mucha informacion en español, asi que te
> > tocaria leer la documentacion (que es buena) en ingles.
>
> This
does anyone have some light for me? I'm new to this ubuntu thing
I want to mantain a nightly .deb build from django svn, to help the poor (tm)
Thanx
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups
"Django users" gr
i wait the day when lighty + flup + django would be supported
officially by the official docs :)
just my 0.02
On 6/22/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote:
> Hi folks,
>
> Just to throw more fuel on the fire :)
>
> The missing part that everybody is forgetting is the Database Connecto
period?
On 6/21/06, Jeremy Dunck <[EMAIL PROTECTED]> wrote:
>
> On 6/21/06, Lucas Vogelsang <[EMAIL PROTECTED]> wrote:
> > I think we pretty all know how painfull this is(not at all). Django on
> > it's own is very easy to setup on any Linux. Maybe the packages you
> > needed were hard to install
Do we have some kind of spam filter at googlegroups? these marketing
spam is very annoying
--~--~-~--~~~---~--~~
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@googl
let's clarify:
you have now:
myproject
polls
photos
gigs
and want to make it all appear at main page right?
like this
+--+
| home page|
+---+-
it has been discussed here for two months
On 5/30/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote:
>
> Hi.
>
> Please tell me it isn't so...
>
> I cannot BELIEVE that I spent several hours yesterday migrating my
> project to the "Magic-Removal branch", now that it's been merged to
> trunk an
i've saw too that manage.py syncdb create tables out of order,
disobeying the foreign keys, many to many tables, etc...
On 5/25/06, Siah <[EMAIL PROTECTED]> wrote:
>
> Thanks for the response adrian.
>
> Somehow I felt the result of Alter Table is not as efficient as
> properly creating the tabl
i have a model formed by :
vendor = foreign key
name, ver, rev, etc
how can i order by vendor first?
ordering = [ 'vendor', 'name' ] fails
any ideas?
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups
"Django users" g
wow, the first pre-flame over 2 months!
On 5/22/06, Carlos Yoder <[EMAIL PROTECTED]> wrote:
>
> Guys, let's try to cut down on cynicism, please? We all have our day
> jobs, responsibilities, families and so on and so forth, and this is a
> motivation-driven, heartfelt project.
>
> If Malcom would
the nice thing about django and its staff is that you always get some
kind of "RTFM" :)
Thanks for pointing this out
On 5/18/06, Malcolm Tredinnick <[EMAIL PROTECTED]> wrote:
>
> On Thu, 2006-05-18 at 08:49 -0300, Douglas Campos wrote:
> > I'm wor
I'm working at an audit system in django.
There's a stupid question lying: Can I make models that use foreign
keys from other apps?
like this
myproject/app1/models.py:
Class AnyThing(models.Model):
a = models.IntegerField(blah, blah)
myproject/app2/models.py:
Class AnyThang(models.Model):
agreed :)
On 5/16/06, Russell Keith-Magee <[EMAIL PROTECTED]> wrote:
>
> On 5/17/06, Todd O'Bryan <[EMAIL PROTECTED]> wrote:
> >
> > I just checked in Subversion and it looks like version 0.92 or 0.95
> > was never tagged as a release version. Is that correct?
>
> Yes. This is correct.
>
> Just to
exactly, thanx
english isn't my first language, sorry.
Perhaps we'll have group and user ldap storage?
:)
On 5/16/06, gabor <[EMAIL PROTECTED]> wrote:
>
> Joseph Kocherhans wrote:
> > On 5/16/06, Douglas Campos <[EMAIL PROTECTED]> wrote:
> >> the
the multi-auth branch targets some kind of 100% external auth? because
i've seen some approach using ldap+django users
On 5/16/06, Joseph Kocherhans <[EMAIL PROTECTED]> wrote:
>
> On 5/16/06, Douglas Campos <[EMAIL PROTECTED]> wrote:
> > Does anyone have news ab
Does anyone have news about it? progress, etc
thnx
Douglas
--~--~-~--~~~---~--~~
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@googlegroups.com
To unsubscribe from
perhaps you need to sync your database
just a guess. I've made this mistake before
On 5/11/06, arthur debert <[EMAIL PROTECTED]> wrote:
>
> Hi folks.
>
> I've just ran into a small glitch when moving an app to a new server.
>
> My application is "missing" from the admin main view.
> Everythi
Thanks, Don't It need to be more verbose at docs?
If i can help...
Thanx again
--~--~-~--~~~---~--~~
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@googlegroups.c
even if I specify the blank=True flag on field creation, it insists on
creating the field on database with NOT NULL
here is the model:
http://pastebin.com/667514
and here is the sql generated for the model:
http://pastebin.com/667518
Does anyone have ever seen this?
Thanx in advance
Douglas
For the gentooers, I've built a magic removal svn ebuild
If anyone wants it, pvt-me
--~--~-~--~~~---~--~~
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@googlegrou
Confirmed: Works on postgresql... I will switch to mr very soon
Thanx for allOn 4/3/06, Malcolm Tredinnick <[EMAIL PROTECTED]> wrote:
On Mon, 2006-04-03 at 16:15 -0500, James Bennett wrote:> On 4/3/06, Douglas Campos <[EMAIL PROTECTED]> wrote:> > My environment> >
totally agreed
On 4/3/06, Javier Nievas <[EMAIL PROTECTED]> wrote:
Maybe we need an spam filter...
--~--~-~--~~~---~--~~
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
sorry, like any other newb, there's a long path to achieve nettiquette
goals :)
My environment
Django 0.91
DB: sqlite3
---cut here---
from django.core import meta
CLASSES_EVENTO = (
(0,'Sem Classe'),
(1,'Pequeno Príncipe'),
(2,'Ensino Fundamental I'),
(3,'Ensino F
~/myprojects $ python manage.py shell
Python 2.4.2 (#1, Feb 1 2006, 00:26:00)
[GCC 3.4.4 (Gentoo 3.4.4-r1, ssp-3.4.4-1.0, pie-8.7.8)] on linux2
Type "help", "copyright", "credits" or "license" for more information.
(InteractiveConsole)
>>> from django.models.calendario import eventos
>>> eventos.
0 errors found
I think that my model used a python reserved name
When I changed it, all went well
I will make more tests then post the result here
On 3/31/06, Jacob Kaplan-Moss <[EMAIL PROTECTED]> wrote:
On Mar 31, 2006, at 11:22 AM, Douglas Campos wrote:> How can I get rid of t
How can I get rid of this error?
Could not import django.contrib.admin.views.main. Error was: cannot
import name isleap
Does anyone has a light to share?
Thanx
Douglas
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Gro
30 matches
Mail list logo