Re: permissions for adding a poll

2005-08-04 Thread oubiwann
Aha... interesting. I must have run 'django-admin.py install' against an early version of the model before I added the 'admin = meta.Admin(...' code. Completely overlooked that possibility. Thanks!

Re: permissions for adding a poll

2005-08-04 Thread Adrian Holovaty
On 8/4/05, oubiwann <[EMAIL PROTECTED]> wrote: > Permissions are automatically generated with each data model. What you > have discovered is a discrepancy between the permissions and the data > inserted into the permissions table. Permissions are only created in the auth_permissions table if a gi

Re: filesystem browser tutorial

2005-08-04 Thread quentinsf
Carlo C8E Miron wrote: > (01:48:31) hugo-: I have a small tutorial online where I show how to > write a simple filesystem browser with django And very nice it is, too! Thanks!

Schema Updates

2005-08-04 Thread Dado
Coming from the world of Plone/Archetypes, I was wondering about how does Django handles schema updates!?! Thanks in advance for your help and consideration, Edoardo "Dado" Marcora

Re: permissions for adding a poll

2005-08-04 Thread oubiwann
I have submitted a ticket for this, as a search on their tracker didn't turn anything up. http://code.djangoproject.com/ticket/274

Re: permissions for adding a poll

2005-08-04 Thread oubiwann
Permissions are automatically generated with each data model. What you have discovered is a discrepancy between the permissions and the data inserted into the permissions table. I haven't yet checked their tracker to see if it's a registered bug or not, but it *seems* the only way to get permissio

Re: Planet Django

2005-08-04 Thread Simon Willison
On 4 Aug 2005, at 13:32, Jacob Kaplan-Moss wrote: If you've got a blog (or know of one) that covers Django, please send me a link to the feed -- preferably a feed for the Django category, if it exists. I'll try to have something up by this weekend. Here's mine: http://simon.incutio.co

Re: Planet Django

2005-08-04 Thread Clint Ecker
I have a django category on my blog, here's the feed URL: http://phaedo.cx/archives/category/geek/programming/python/django/feed On 8/4/05, Jacob Kaplan-Moss <[EMAIL PROTECTED]> wrote: > > Hey guys -- > > I'm working on a "planet Django" thing for djangoproject.com (written > in Django, natura

Tags based website

2005-08-04 Thread Milton
Can anyone point me in the right direction for creating a tags based website using django? (eg. flickr, delicious, many blogs etc.)

Re: Planet Django

2005-08-04 Thread Jacob Kaplan-Moss
Hey guys -- I'm working on a "planet Django" thing for djangoproject.com (written in Django, naturally :). If you've got a blog (or know of one) that covers Django, please send me a link to the feed -- preferably a feed for the Django category, if it exists. I'll try to have something u

Re: db problem

2005-08-04 Thread Krzysztof Drozd
sorry i have forgot: django-admin.py init - it's work now :) kd.

db problem

2005-08-04 Thread Krzysztof Drozd
i have a postgres sql DB. it is runing. i can work with psql. but when i do $django-admin.py install myapp Error: nowosci couldn't be installed. Possible reasons: * The database isn't running or isn't configured correctly. * At least one of the database tables already exists. * The SQL was

Re: Planet Django

2005-08-04 Thread Michael Josephson
Hi, On my site, I'd be happy to create a separate category for Django posts which would then have its own feed so that only relevant items were included. -Michael