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
> >
>
>
--~--~-~
stix - Content Management, Zope & Python Consulting
> - http://www.simplistix.co.uk
>
> >
>
--
Thanks,
Richard Shebora
Information in this transmission is privileged and confidential.
It
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 ==
> >
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,
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
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
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
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
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
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
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
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
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
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
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
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
>
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
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
.
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
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
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
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
?
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
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
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
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
26 matches
Mail list logo