Re: Announcing Django Noob Group

2009-02-19 Thread Richard Shebora
I am also a "noob" who doesn't want to search two lists. Was someone rude to you on this list? On Thu, February 19, 2009 2:11 pm, Bobby Roberts wrote: > > ... simpleton questions welcome, mentors encouraged to help... > > > http://groups.google.com/group/djangonoobs > > > > --~--~-~

Re: Very bad experience in Django...

2009-06-25 Thread Richard Shebora
stix - Content Management, Zope & Python Consulting > - http://www.simplistix.co.uk > > > > -- Thanks, Richard Shebora Information in this transmission is privileged and confidential. It

Re: Arbitrary HTTP CONNECT attempts on Django dev server

2009-06-29 Thread Richard Shebora
age routine in django/core/servers/basehttp.py to be: > > > > def log_message(self, format, *args): > > # Don't bother logging requests for admin images or the favicon. > > if self.path.startswith(self.admin_media_prefix) or self.path == > > &#

Re: Dynamic App Creation

2009-07-07 Thread Richard Shebora
I ran across this django app and it seems to be what you want... I don't have any experience with it except to try the demo which seems to work as "advertised". http://projects.nickblundell.org.uk/wikidbase Thanks,

Re: What is the diff

2009-12-22 Thread Richard Shebora
This link explains that and more... http://www.w3schools.com/tags/att_form_method.asp Check out the other sections because there are more html basics you will need to know. Thanks, Richard On Tue, Dec 22, 2009 at 7:42 AM, vishal d <2009vis...@gmail.com> wrote: > what is the difference b/w requ

Re: how do you build an html website in python?

2010-04-17 Thread Richard Shebora
Check out this site. It will give you a great starting point for basic and some complex django apps... http://alpha.djangogenerator.com On Sat, Apr 17, 2010 at 8:39 PM, Nick Lacey wrote: > > > On Apr 17, 9:52 pm, Steven Elliott Jr wrote: > >> then read the django book >> >> http://www.djangobo

Re: Setting Up Django as Virtual Host

2010-05-22 Thread Richard Shebora
fyi... http://blog.dscpl.com.au/2010/03/improved-wsgi-script-for-use-with.html On Sat, May 22, 2010 at 6:19 PM, Daniel Roseman wrote: > On May 22, 6:47 pm, Mike T wrote: >> Um, could someone point me in the right direction.  I have a site with >> a standard lamp server, running PHP.  I want to

Re: Looking for a good CRUD example

2010-05-28 Thread Richard Shebora
functionality. HTH, Richard Shebora On Fri, May 28, 2010 at 1:09 AM, Lee Hinde wrote: > Hi; > I've appreciated the sample apps out there as great learning tools. > I'm having problems saving existing records (new ones get created instead?) > and with validation. But rather

Re: Proabably a simple python question but ...

2010-06-01 Thread Richard Shebora
This post from Graham Dumpleton (wrote mod_wsgi) goes into detail of why that happens. Extremely useful reading... http://blog.dscpl.com.au/2010/03/improved-wsgi-script-for-use-with.html Thanks, Richard Shebora On Tue, Jun 1, 2010 at 10:15 AM, Thomas Lionel Smets wrote: > > If I put at t

Re: How to use Django with Apache and mod_wsgi

2010-06-05 Thread Richard Shebora
A must read for using django with mod_wsgi... http://blog.dscpl.com.au/2010/03/improved-wsgi-script-for-use-with.html On Sat, Jun 5, 2010 at 1:45 AM, Dmitry Dulepov wrote: > Hi! > > Jagdeep Singh Malhi wrote: >> please Discuss in detail ... >> I am not able to understand ,how i can use Dj

Re: Selling Django

2010-06-17 Thread Richard Shebora
ons because the above situation does not exist for django. I know I am just re-hashing but please move forward with this, or something. I am most eager to help. Thanks, Richard Shebora 703-350-4707 office 202-215-2600 cel On Thu, Jun 17, 2010 at 4:19 AM, Russell Keith-Magee wrote: > On Thu, J

Re: Selling Django

2010-06-17 Thread Richard Shebora
row by blunt force trauma from a bus, but I will die. There has to be a clear path for my clients when that happens. I am still eager to be involved. Thanks, Richard Shebora On Thu, Jun 17, 2010 at 9:43 AM, Matt Hoskins wrote: > >> plug and play.  A manager/developer making the decisio

Re: Selling Django

2010-06-17 Thread Richard Shebora
Russ, Yes, I did at first see this as one issue. I see that your "Enterprise" site should not define best practices but at most refer to them as further reading. My email addresses the same issues as Tom and Venkatraman above. Thanks for explaining. Thanks, Richard Shebora On T

Re: Selling Django

2010-06-17 Thread Richard Shebora
Matt, Between you and Russ I see what you mean. I will contact Tom and Venkatraman regarding their concept to see how I can help. I am not proficient with django's paradigm yet, but I can get better in the process. Thanks, Richard Shebora On Thu, Jun 17, 2010 at 11:36 AM, Matt Hoskins

Re: Selling Django

2010-06-17 Thread Richard Shebora
chard Shebora On Thu, Jun 17, 2010 at 8:11 PM, Kenneth Gonsalves wrote: > On Thursday 17 June 2010 19:36:18 Richard Shebora wrote: >> You are correct.  The "drupal/joomla/plone/wordpress space" does exist >> and it is where most people (non-developers) look first.  These

Re: Selling Django

2010-06-18 Thread Richard Shebora
my pocket when I write up a proposal. Thanks, Richard Shebora On Fri, Jun 18, 2010 at 5:53 AM, finn wrote: > Thanks for all the comments so far. I seem to have started a debate, > and that was exactly the purpose! > > First, let me try to clarify something: I would never try to sell >

Re: How to do user defined fields in Django?

2010-06-18 Thread Richard Shebora
This project seems like what you want, but i am not sure if it is still maintained or stable. It is at least a very interesting piece of code. http://freshmeat.net/projects/wikidbase/ Thanks, Richard Shebora On Fri, Jun 18, 2010 at 4:32 PM, zweb wrote: > I want users of my app to be able

Re: Selling Django

2010-06-20 Thread Richard Shebora
d the only thing that has been stopping me is uncertainty about best practices. I will just get started regardless of the outcome of this post, but I'd love to have a obvious direction to proceed. Thanks, Richard Shebora On Fri, Jun 18, 2010 at 8:45 AM, Russell Keith-Magee < russ...@ke

Re: WSGI documentation

2010-07-06 Thread Richard Shebora
. Thanks, Richard Shebora On Tue, Jul 6, 2010 at 2:56 AM, Henrik Genssen wrote: > can we please add a hint to the docs here: > http://docs.djangoproject.com/en/dev/howto/deployment/modwsgi/ > > for: > >WSGIPassAuthorization on > > or one will never get HTTP_AUTHO

Re: Existing sites using Django

2010-07-13 Thread Richard Shebora
http://www.djangosites.org/ HTH, Richard Shebora On Tue, Jul 13, 2010 at 9:31 AM, Adam Auckland wrote: > Hi, > > I've discussed using Django to my MD and he's asked for some example > large sites that were built using Django. > > Does anyone maintain or know of any

Re: Added-value over PHP?

2010-02-02 Thread Richard Shebora
http://pinaxproject.com/ On Tue, Feb 2, 2010 at 9:21 AM, Vincent wrote: > On 2 fév, 15:15, Shawn Milochik wrote: > > There is much to say on this topic. I suggest doing some Google searching > on "Django versus PHP" and read until you know the answer to your question. > > > > My brief summary i

Re: Django Generator

2010-02-09 Thread Richard Shebora
Actually my first thought was... What a great learning tool! How many times did I want to do something but could not find a working example to pick apart? I would think it would make a great way to show proper layout and conventions for newbies (like me). I have been programming in python for ye

Re: Django Generator

2010-02-09 Thread Richard Shebora
? Thank you Brice for the great work on this! Appreciatively, Richard On Tue, Feb 9, 2010 at 6:02 PM, Brice Leroy wrote: > Thank you Richard. > > I put most of my coding convention inside and try to respect the pep8. > > A lot of work still need to be done. But I expect to reach

Re: Scope of an app

2010-02-18 Thread Richard Shebora
Check out this site also. It will generate a good starting point for your app... I am using it to learn good project/app deisgn. djangogenerator.com Thanks, Richard Shebora On Thu, Feb 18, 2010 at 7:43 AM, Sander wrote: > Hello everybody, > > I'm having a little hard time sta

Re: Django with a tiny linux distribution

2010-03-25 Thread Richard Shebora
look at turnkeylinux.com They have an ubuntu django base system ready to go. Thanks, Richard On Thu, Mar 25, 2010 at 8:11 AM, Pythoni wrote: > Has anybody tried using Django with a tiny linux distribution? > Thanks for replies > Mm. > > -- > You received this message because you are subscribed

Re: GMail/Hotmail style checkbox drag-and-drop for Satchmo product groups

2011-12-17 Thread Richard Shebora
You may want to check out the category / product selection method in the project at http://getlfs.com/ . They have some very good ideas on custom user interfaces. You can quickly select categories visually from the products point of view, or select products from a list from the category's point of