Re: Should AdminSite be able to handle different namespace?

2013-11-14 Thread Amirouche Boubekki
2013/11/14 Florian Apolloner > We might have to fix the docs there :) > It's was fixed somewhat [1]. The original parameter names were confusing: url(r'^help/', include('apps.help.urls', namespace='foo', app_name='bar')), Both namespace and app_name are namespaces. The tuple argument is easie

Re: Kickstarter for Django Admin?

2013-04-01 Thread Amirouche Boubekki
> > For the former - I believe there was already discussions on that sort of >> thing on this board? >> >> There's a wiki page with some notes as well: >> >> https://code.djangoproject.com/wiki/AdminNext >> > > There's a world of difference between "some notes" and "a clear plan and > direction" :-

Re: Kickstarter for Django Admin?

2013-03-30 Thread Amirouche Boubekki
> > [1] http://amirouche.github.com/blog/django-admin-next-a-new-api.html > this doesn't work anymore I moved @ http://blog-amirouche.dotcloud.com/notes/2013/admin-next-a-new-api.html -- You received this message because you are subscribed to the Google Groups "Django developers" group. To unsu

Re: Kickstarter for Django Admin?

2013-03-30 Thread Amirouche Boubekki
admin. I stopped working on the composite admin because a) the composite thing is too much b) I wasn't confortable with the code handling inlines in current admin so I started thinking about fixing it but got stuck (!). Also there is this conversation that is somehow related: https://gr

Re: Viewsets

2013-01-31 Thread Amirouche Boubekki
age ? Here is an dull example of UrlCollection<https://github.com/django-composite/example-app/blob/master/delicatewebizen/favorites/urls.py#L7>, there not declarative API since it's meant to be the base for anything fancier ;) Also I still don't agree with the naming, except if

Re: [Future feature?] Viewsets

2013-01-27 Thread Amirouche B.
> > What's in common between multiviews, composite, and viewsets: > >- Views are grouped in a class. >- Each view is tied to an URL pattern. >- All URL patterns of a group of views are accessible using nearly the >same syntax: GroupOfViews.urls() for multiviews, url('', >incl

Re: [Future feature?] Viewsets

2013-01-26 Thread Amirouche B.
Héllo Bertrand, Yesterday I read a Ruby on Rails tutorial and this gave me an idea of what > could IMO be a nice feature: viewsets. > I therefore started a tiny project, > django-viewsets > (djangonauts > have weird reflexes… ^^). *Everythin

Re: About Understanding of source code

2013-01-08 Thread Amirouche B.
feed reader<https://github.com/django/django/commits/master.atom> ). Also there is mailling list for the tickets<https://groups.google.com/forum/?fromgroups#!forum/django-updates> (prefered) Regards, Amirouche -- You received this message because you are subscribed to the Google Gro

[AdminNext] Updates (was: Django Admin Revamp - Any updates?)

2013-01-01 Thread Amirouche B.
Django which would result in the same path as the one that had followed the BC way. Amirouche -- You received this message because you are subscribed to the Google Groups "Django developers" group. To view this discussion on the web visit https://groups.google.com/d/msg/django-developer

Re: Django Admin Revamp - Any updates?

2012-12-23 Thread Amirouche Boubekki
Collapse), at least it looks promising to me, I don't have editing yet, so I will probably send a mail once this is done. Thanks for your interest, Amirouche -- You received this message because you are subscribed to the Google Groups "Django developers" group. To post to

Re: Django Admin Revamp - Any updates?

2012-12-21 Thread Amirouche Boubekki
2012/12/15 Amirouche B. > Is there any news on the Django Admin rewrite front? >>> >> >> I'm very interested in this topic and have some time to kill so I started >> the wiki page don't hesitate to comment, correct, review and add you own >> ideas

Re: DJango and OrientDB

2012-12-17 Thread Amirouche B.
type apps. What Django can do ? Nothing or little, like I said earlier even if graphdbs share some common patterns with relationnal databases I don't see the ORM evolve to support both kind of databases without putting dangerous tools in the hand of non-vigilant developpers. Cheers, Ami

Re: Django 2.0 - a case for a customizable pony

2012-12-15 Thread Amirouche B.
pers/Vozu6U3gz84 Thanks, Amirouche -- You received this message because you are subscribed to the Google Groups "Django developers" group. To view this discussion on the web visit https://groups.google.com/d/msg/django-developers/-/I_LyIpKqOVMJ. To post to this group, send email to

Re: Django Admin Revamp - Any updates?

2012-12-15 Thread Amirouche B.
he widget composition framework using bootstrap, it's available at https://github.com/amirouche/django-hydro Could you provide more insights about the issues you encounter while using and trying to extend the admin or better update the wiki page https://code.djangoproject.com/wiki/HydroAdmin o

Re: Django Admin Revamp - Any updates?

2012-12-14 Thread Amirouche B.
you own ideas. https://code.djangoproject.com/wiki/HydroAdmin Regards, Amirouche -- You received this message because you are subscribed to the Google Groups "Django developers" group. To view this discussion on the web visit https://groups.google.com/d/msg/django-developers/-/Ji8aLKXnV

Re: Proposal: Django URL Admin (django-urls)

2012-12-14 Thread Amirouche B.
On Friday, December 7, 2012 9:07:32 PM UTC+1, Zach Borboa wrote: > > Does something like this exist already? If not, it should. How this can be useful ? You still need to write the view in Python then why not write the urls in Python too, like it's currently the way to go. If something in thi

Re: Is Django documentation translations to land in main repository ?

2012-12-14 Thread Amirouche B.
On Saturday, December 15, 2012 5:05:36 AM UTC+1, Russell Keith-Magee wrote: > > > On Sat, Dec 15, 2012 at 11:53 AM, Amirouche B. > > > wrote: > >> Héllo, >> >> Everything is in the title. Does Django core dev's want to have localized >> docume

Is Django documentation translations to land in main repository ?

2012-12-14 Thread Amirouche B.
the rst files. What do you think ? Thanks. [1] https://bitbucket.org/amirouche/django-fr-translation [2] https://bitbucket.org/birkenfeld/sphinx/issue/1026/makefile-for-building-mo-and-merging-po -- You received this message because you are subscribed to the Google Groups "Django develo

Re: What is Django?

2011-08-25 Thread Amirouche Boubekki
l'art» of things get done today even if, Django doesn't succeed in every aspect can only benefit Django project and the community. Regards, Amirouche PS: I will be happy to help to draw a comparison with Flask if we setup a list of what to compare :) -- You received this messag

Re: Search API, another way ?

2007-08-11 Thread Amirouche
On Aug 11, 9:28 am, "Yuri Baburov" <[EMAIL PROTECTED]> wrote: > 2007/8/11, Amirouche <[EMAIL PROTECTED]> > > Hi Amirouche! > I also have tsearch2 implementation. > I did it a bit another way: > 1)> My TSearch2 field is special field. > I have f

Search API, another way ?

2007-08-10 Thread Amirouche
Hello, In a recent project I had to use a full text search engine (wow!) well I sticked with postgresql/tsearch2 [1] because it's easy and avaible in shared hosting (providing there is postgresql). My own implementation is a bit dirty, it works but well not nice implementation. I will explain it