Re: ANN: django-iadmin

2011-07-11 Thread Cal Leeming [Simplicity Media Ltd]
Nice, Can a Windows user please test and confirm: https://github.com/saxix/django-iadmin/issues/4 Thanks Cal On Mon, Jul 11, 2011 at 10:23 AM, sax wrote: > should be solved in github. > > sax > > > 2011/7/11 Cal Leeming [Simplicity Media Ltd] < > cal.leem...@simplicitymedialtd.co.uk> > > Oh

Re: ANN: django-iadmin

2011-07-11 Thread sax
should be solved in github. sax 2011/7/11 Cal Leeming [Simplicity Media Ltd] < cal.leem...@simplicitymedialtd.co.uk> > Oh and, the fix I pasted here is *somewhat* hacky, and is really just meant > to get you off the ground. The maintainer will need to patch this at a later > date though. > > Ca

Re: ANN: django-iadmin

2011-07-10 Thread David Graves
Björn, I'm working on a project very similar to this one (but have a long way to go to reach it's maturity), but I do have a working feature that I believe matches what you're looking for. The project is at https://bitbucket.org/graveyboat/gravey and the feature is called RestrictedModel. It act

Re: ANN: django-iadmin

2011-07-10 Thread Cal Leeming [Simplicity Media Ltd]
Damn, I guess it had unexpected side effects. Sorry I couldn't help get you up and running :/ Cal On Mon, Jul 11, 2011 at 2:08 AM, leo wrote: > hi,guy, > your code works but not very well. i got this error: > > >- Please enable javascript. > > > and the layout of index page of admin got

Re: ANN: django-iadmin

2011-07-10 Thread Cal Leeming [Simplicity Media Ltd]
I've submitted an issue to the maintainer: https://github.com/saxix/django-iadmin/issues/4 On Mon, Jul 11, 2011 at 1:37 AM, Cal Leeming [Simplicity Media Ltd] < cal.leem...@simplicitymedialtd.co.uk> wrote: > Oh and, the fix I pasted here is *somewhat* hacky, and is really just meant > to get yo

Re: ANN: django-iadmin

2011-07-10 Thread Cal Leeming [Simplicity Media Ltd]
Oh and, the fix I pasted here is *somewhat* hacky, and is really just meant to get you off the ground. The maintainer will need to patch this at a later date though. Cal On Mon, Jul 11, 2011 at 1:36 AM, Cal Leeming [Simplicity Media Ltd] < cal.leem...@simplicitymedialtd.co.uk> wrote: > Hmm, grp

Re: ANN: django-iadmin

2011-07-10 Thread Cal Leeming [Simplicity Media Ltd]
Hmm, grp is only valid on unix platforms according to here: http://docs.python.org/library/grp.html https://github.com/saxix/django-iadmin/blob/master/iadmin/plugins/fm/fs.py *line 4-6:* from grp import getgrgid from pwd import getpwuid *Replace with this:* * * import os if not os.name == 'nt

Re: ANN: django-iadmin

2011-07-10 Thread leo
hi, sax After downloading the newest code and i try to implement the iadmin the setup works well this time but when I try to access the localhost/admin got the follow error , My platform Win2008R2, python 2.6.6 I checked the code found something, I write my code in Win, and in Win python can not

Re: ANN: django-iadmin

2011-07-10 Thread Cal Leeming [Simplicity Media Ltd]
On Sun, Jul 10, 2011 at 5:30 AM, leo wrote: > hi, sax > I downloaded the package and want to install is using normal way > then I got error like this: > > D:\saxix-django-iadmin-ec7ad2a>setup.py install > Traceback (most recent call last): > File "D:\saxix-django-iadmin-ec7ad2a\setup.py", line

Re: ANN: django-iadmin

2011-07-09 Thread leo
hi, sax I downloaded the package and want to install is using normal way then I got error like this: D:\saxix-django-iadmin-ec7ad2a>setup.py install Traceback (most recent call last): File "D:\saxix-django-iadmin-ec7ad2a\setup.py", line 44, in version = ".".join(iadmin.__version__), TypeEr

Re: ANN: django-iadmin

2011-07-06 Thread Björn Lindqvist
2011/7/4 sax : > Django iAdmin > > iAdmin is a replacement of standard django admin application. It is more of an extension of the standard django admin, rather than a replacement, isn't it? There are certain limitations in admin that are hard to work around such as different permission levels for

Re: ANN: django-iadmin

2011-07-05 Thread Tomáš Ehrlich
Hi Sax, I've found, where is a problem, but it's much more complicated. I've just filled issue: https://github.com/saxix/django-iadmin/issues/2 Hope we'll fix it soon, need to go sleep now On 5 čnc, 23:18, Tomáš Ehrlich wrote: > I'm using latest Django svn checkout. > > I've just solved this pro

Re: ANN: django-iadmin

2011-07-05 Thread Tomáš Ehrlich
I'm using latest Django svn checkout. I've just solved this problem, although still don't understand it. Problem was with models simply registered to admin like: admin.site.register(TaggedItem) So, I created simple model admin and it works: class TaggedItemAdmin(admin.ModelAdmin): pass ad

Re: ANN: django-iadmin

2011-07-05 Thread sax
Ciao Tomáš, which version of django are you using ? did you compare your settings with the one into the testprj app ? You can find the issue tracker at https://github.com/saxix/django-iadmin/issues?sort=created&direction=desc&state=open let me know as i can help you sax 2011/7/5 Tomáš Ehrlich

Re: ANN: django-iadmin

2011-07-05 Thread Tomáš Ehrlich
Hi Sax, thanks for your work, i've already put it into my project. Unfortunately, I've got this error when accessing change_list view. Some apps works fine, but some of them shows this exception: File "/usr/lib/python2.6/dist-packages/django/contrib/admin/views/ main.py" in __init__ 81.

Re: ANN: django-iadmin

2011-07-04 Thread Venkatraman S
On Mon, Jul 4, 2011 at 6:25 PM, Stefano Apostolico wrote: > > I would like some feedback on > https://github.com/saxix/djangoscreenshots-home-page-iadmin > . > > Documentation in progress, but demo application included. > > Suggestions and comments are wel

Re: ANN: django-iadmin

2011-07-04 Thread Fred Chevitarese
Thanks! I will try to test :P " *O relógio da vida recebe corda apenas uma vez.* *Ninguém tem o poder de decidir quando os ponteiros pararão, se mais cedo ou se mais tarde.* *O presente é o único tempo que você possui.* *Viva, ame e trabalhe com vontade.* *Não ponha nenhuma esperança no tempo, p

Re: ANN: django-iadmin

2011-07-04 Thread sax
yep, but more test needed sax 2011/7/4 Fred Chevitarese > Hmmm I like it ! > > All those features are already working? > > > ^^ > > > " > *O relógio da vida recebe corda apenas uma vez.* > *Ninguém tem o poder de decidir quando os ponteiros pararão, se mais cedo > ou se mais tarde.* > *O

Re: ANN: django-iadmin

2011-07-04 Thread Fred Chevitarese
Hmmm I like it ! All those features are already working? ^^ " *O relógio da vida recebe corda apenas uma vez.* *Ninguém tem o poder de decidir quando os ponteiros pararão, se mais cedo ou se mais tarde.* *O presente é o único tempo que você possui.* *Viva, ame e trabalhe com vontade.* *Não pon

Re: ANN: django-iadmin

2011-07-04 Thread creecode
Sounds interesting! Thanks! On Monday, July 4, 2011 11:06:44 AM UTC-7, sax wrote: > > Django iAdmin > > iAdmin is a replacement of standard django admin application. > Features > >- multiple columns portlets-like home page >- tabbed view of inlines >- mass updates functionality

Re: ANN: django-iadmin

2011-07-04 Thread sax
Django iAdmin iAdmin is a replacement of standard django admin application. Features - multiple columns portlets-like home page - tabbed view of inlines - mass updates functionality - export to csv with options and formatting - advanced import from csv with foreign key handling

Re: ANN: django-iadmin

2011-07-04 Thread leo
It looks very good.I will follow this project and apply it soon. thanks for your awesome work. On 2011-7-4 22:42, sax wrote: Sorry, wiki still in progress. anyway demo application in included ( testprj directory), some screenshots are available at https://github.com/saxix/django-iadmin/tre

Re: ANN: django-iadmin

2011-07-04 Thread creecode
Hello sax, How about a short description here of what this app does? Toodle-loo.. creecode -- You received this message because you are subscribed to the Google Groups "Django users" group. To view this discussion on the web visit https://groups.google.com/d/msg/django-use

Re: ANN: django-iadmin

2011-07-04 Thread Thomas Weholt
Just by looking at the screenshots makes me like it! Alot! :-) Keep up the great work. I'll see if I get the time to test it and provide you with more feedback. Regards, Thomas On Mon, Jul 4, 2011 at 4:42 PM, sax wrote: > Sorry, > wiki still in progress. > anyway demo application in included

Re: ANN: django-iadmin

2011-07-04 Thread bobhaugen
Awesome feature list. I'll start trying it tomorrow. Just sending this message to be encouraging. -- 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 this group

Re: ANN: django-iadmin

2011-07-04 Thread sax
Sorry, wiki still in progress. anyway demo application in included ( testprj directory), some screenshots are available at https://github.com/saxix/django-iadmin/tree/master/docs/source/_static or in the wiki section https://github.com/saxix/django-iadmin/wiki S. 2011/7/4 Alex Kamedov > I

Re: ANN: django-iadmin

2011-07-04 Thread Alex Kamedov
I agree with Thomas, It'll be great it you are providing screenshots or demo project. On Mon, Jul 4, 2011 at 7:01 PM, Thomas Weholt wrote: > Did you have any screenshots? Didn't see any. > > Thomas > > On Mon, Jul 4, 2011 at 2:55 PM, Stefano Apostolico wrote: > > Hi all, > > > > I would like som

Re: ANN: django-iadmin

2011-07-04 Thread Thomas Weholt
Did you have any screenshots? Didn't see any. Thomas On Mon, Jul 4, 2011 at 2:55 PM, Stefano Apostolico wrote: > Hi all, > > I would like some feedback on > https://github.com/saxix/djangoscreenshots-home-page-iadmin. > > Documentation in progress,  but demo application included. > > Suggestions

ANN: django-iadmin

2011-07-04 Thread Stefano Apostolico
Hi all, I would like some feedback on https://github.com/saxix/djangoscreenshots-home-page-iadmin . Documentation in progress, but demo application included. Suggestions and comments are welcome, any help will be appreciated sax -- You received this m