Re: Your IDE of choice

2009-01-06 Thread bedros
I'm very happy with Komodo Edit 5.0 for editing python SyncroSVN client for subversion; not free, but it's cheap and worth the money; very happy with it. http://www.syncrosvnclient.com/ multi-platform and intuitive interface On Jan 6, 12:32 pm, Ovnicraft wrote: >

Re: Authenticating static content when not using mod_python

2007-10-16 Thread bedros
check out secdownload plugin using lighttpd server http://trac.lighttpd.net/trac/wiki/Docs%3AModSecDownload -Bedros On Oct 16, 6:58 am, AndyB <[EMAIL PROTECTED]> wrote: > Hi folks, > > Am I right in thinking the only way to do is this under CGI etc. is to > either: >

Re: Best IDE for Django and python?

2008-11-25 Thread bedros
I personally like Komodo Edit after trying komodo, I switched from pydev and eclipse to komodo; On Nov 25, 10:56 am, "Antoni Aloy" <[EMAIL PROTECTED]> wrote: > 2008/11/25 Kurczak <[EMAIL PROTECTED]>: > > > > > I wonder why no one mentioned Komodo IDE or Komodo Edit. > > They're my

Re: Calendar of Events

2008-07-07 Thread bedros
I was looking for the same thing and found the following http://www.3captus.com/download/django_calendar have not tried it yet, but there's a demo on the same website. On Jul 7, 6:34 pm, Mario <[EMAIL PROTECTED]> wrote: > Thank you. I managed to install the event calendar model in Django. I

Re: Hierarchical Tagging

2008-09-09 Thread bedros
thanks, I was look for that feature too. -B On Sep 9, 4:02 am, "Nikolay Panov" <[EMAIL PROTECTED]> wrote: > You may check the > following:http://code.djangoproject.com/wiki/CookBookCategoryDataModelhttp://code.google.com/p/django-categories/ > > Have a nice day, >    Nikolay. > > On Tue, Sep

Re: Pyjamas-Desktop and Pyjamas

2008-09-09 Thread bedros
thanks, this looks very promising, I'll try it out On Sep 6, 1:51 pm, lkcl <[EMAIL PROTECTED]> wrote: > > words, the code that _was_ handed to the pyjamas compiler is instead > > handed to the python compiler. > >  correction: python _interpreter_ :)  pyjamas-desktop ends up doing > "import

Re: IDE for Django and Ext JS

2009-07-28 Thread bedros
I use komodo edit for all my code development; my favorite feature is open remote file (using ssh) I can edit a file on a remote server with ssh access. very nice, I don't have to sync my local machine with remote server anymore. Regards, -Bedros On Jul 28, 4:35 pm, Sam Lai <sam

Re: FTP upload of files threw django

2008-04-25 Thread bedros
python when moving big chunk of data. http://wiki.codemongers.com/NginxHttpUploadProgressModule good luck, -Bedros On Apr 23, 11:34 pm, Steven Armstrong <[EMAIL PROTECTED]> wrote: > [EMAIL PROTECTED] wrote on 04/23/08 13:40: > > > Hello All, > > > I've been working

is photologue still maintained?

2011-09-15 Thread bedros
any idea who's maintaining photologue and if still has a support community? and which fork repo supports the latest django release, there are bunch of forks on googlecode, github, bitbucket? Thanks, Bedros -- You received this message because you are subscribed to the Google Groups "D

mongodb with django

2011-10-14 Thread bedros
http://mongoengine.org/ or http://django-mongodb.org/ any ideas when django admin interface will have support for mongodb? Thanks Bedros -- You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to dj

Re: Encrpting urls to hide PKs

2011-05-10 Thread bedros
rather than embedding the confirmation ID in the URL; you can use session messages to pass the ID to the confirmation page view check out some examples here http://www.djangobook.com/en/beta/chapter12/ Regards, Bedros On May 10, 7:32 am, Sean Brant <brant.s...@gmail.com> wrote: >

Re: Is there an HTML editor that's Django-aware

2011-05-20 Thread bedros
Agree, Komodo is the best source editor on the planet. I recently started writing macros (in python) for Komodo; and it's so powerful; you can also create a simple shell command pass filename (being edited) as %F, also user input as %ask. On May 20, 3:19 pm, W Craig Trader

Re: trouble going from django on Windows to Ubuntu using Eclipse & Aptana Studio

2011-07-18 Thread bedros
komodo is absolutely brilliant! couple months ago I spent two hours learning how to write komodo macros in python and how to use their shortcuts in writig commands; I recommend you try komodo and check their bundled macros and commands in the toolbox panel (on the right) click properties to edit

Re: IDE for Python/django

2010-09-27 Thread bedros
I'm pretty happy with openkomodo.org Edit. my favorite feature is allowing me to open and edit file on a remote server using ssh transparently. Bedros On Sep 27, 9:59 pm, girish shabadimath <girishmss.1...@gmail.com> wrote: > Hi all, > > Thanks for the replies,,i go

Re: Django IDE

2010-07-18 Thread bedros
I use komodo edit openkomodo.com Komodo Edit is free, but Komodo IDE is commercial On Jul 18, 11:22 am, Subhranath Chunder wrote: > Obviously it's the user personal choice, always! :) > > Thanks, > Subhranath Chunder. > > On Sun, Jul 18, 2010 at 11:45 PM, Roald de Vries

Re: Django Tutorial 1.1: Viewing SQLite3 tables

2010-01-08 Thread bedros
I use Firefox extension SQLite Manager https://addons.mozilla.org/en-US/firefox/addon/5817 select connect database from database menu and pick your sqlite file and you're set to go. Regards, Bedros On Jan 7, 4:23 pm, Justin Steward <althalu...@gmail.com> wrote: > On Fri, Jan 8, 2

Re: django admin interface

2010-02-01 Thread bedros
make sure you do syncdb to create database tables before you can actually use the admin interface for the first time. try python ./manage.py syncdb On Feb 1, 4:41 pm, Andy Cottell wrote: > I am new to django, and have started building a project in it. I have > tried to

template and layout design using axure

2011-02-02 Thread bedros
Any body here tried axure for template design; it's little pricey; and I wonder if it's worth the price http://www.axure.com/ Thanks, Bedros -- You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to dj

show a visual map of relationship between models

2011-02-19 Thread bedros
Hi all, Any one knows of a django app that shows the map of relationship between models in my django ORM; I remember seeing something like that in the past, but I forgot where. Thanks, Bedros -- You received this message because you are subscribed to the Google Groups "Django users&q

Re: show a visual map of relationship between models

2011-02-19 Thread bedros
Perfect! that's excactly what I need. thanks a lot Bedros On Feb 19, 11:01 am, Thomas Rega <tho...@googlemail.com> wrote: > 2011/2/19 bedros <2bed...@gmail.com>: > > > Hi all, > > > Any one knows of a django app that shows the map of relationship > > betw

Re: django-registration - Activate view not works

2011-03-15 Thread bedros
I really like django-userena better than django-registration; thanks for the link -Bedros On Mar 13, 3:52 pm, Sergio Berlotto Jr <ser...@archlinux.com.br> wrote: > Well, I'll try thehttp://django-userena.orgbecouse django-registration is > stoped development since March/2010. --

what do you guys think of Storm by Canonical?

2007-07-10 Thread bedros
they just released under open source (LGPLv2). https://storm.canonical.com/ Tutorial is here https://storm.canonical.com/Tutorial --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to

Re: What svn (subversion) client do you use for OS X?

2007-01-11 Thread bedros
try esvn; they claim Mac OSX compatibility (as well as Linux and windows) using QT lib. http://esvn.umputun.com/ --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send

Re: Django Powered Tabblo to be acquired by HP

2007-04-03 Thread bedros
nice work; I've always been impressed by Django; and Tabblo website gives a more convincing reason to use Django. But, I'm still not sure on javascript/ajax library to use with Django... so my question which ajax kit did you use with Tabblo. Thanks, -Bedros On Mar 23, 11:20 am, Ned Batchelder

Re: Django Powered Tabblo to be acquired by HP

2007-04-04 Thread bedros
> > > [EMAIL PROTECTED] wrote: > > On Apr 4, 6:18 am, "bedros" <[EMAIL PROTECTED]> wrote: > > >> nice work; I've always been impressed by Django; and Tabblo website > >> gives a more convincing reason to use Django. > > >> But, I'm still not su

Re: authentication/access control for static files

2006-09-28 Thread Bedros Hanounik
thanks for the quick response; that should work for me for now (low traffic); but I wonder how it scales with high traffic site. Also, any idea how this may apply to lighttpd. On 9/28/06, James Bennett <[EMAIL PROTECTED]> wrote: On 9/28/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote:> for

Re: authentication/access control for static files

2006-09-28 Thread Bedros Hanounik
thanks, that's exactly what I'm looking for.On 9/28/06, Ivan Sagalaev <[EMAIL PROTECTED] > wrote:Bedros Hanounik wrote:> thanks for the quick response; that should work for me for now (low > traffic); but I wonder how it scales with high traffic site. Also, any> idea how this may apply to