Django Tutorial

2020-03-19 Thread Eddie Nash
in _gcd_import File "", line 991, in _find_and_load File "", line 975, in _find_and_load_unlocked File "", line 671, in _load_unlocked File "", line 783, in exec_module File "", line 219, in _call_with_frames_removed File "/Users/michel

Question about flatpages + registration required

2011-07-22 Thread eddie
Sorry for the question, but I can't seem to track down a place to start. I've got a fairly simple django site that includes flatpages. I'm trying to require authentication to view one or two of the flatpages (like I would with a .htaccess, for instance). When I go to the admin, and click the

Re: manage.py command not found

2011-03-30 Thread Eddie Sullivan
If you're talking about the line that imports your app, that usually means you have an error in your application code (the views or the models). Try starting the shell and run "import x" manually and see what errors you get. -Eddie On Mar 30, 11:57 am, "jay K." <jay.

Many-to-many or a better way/read-only admin after creation.

2010-03-06 Thread eddie
Hi everyone, I've got few questions that my experience can't answer... I'm not sure the best way to proceed. I'm piggy-backing using the admin interface as a sort-of glorified spreadsheet (accessible to everyone). I've created a model that contains information about drivers licenses. Name,

Re: Application design question

2009-02-01 Thread eddie
Thanks Alex, that was exactly what I was looking for. On Jan 31, 8:06 pm, "alex.gay...@gmail.com" <alex.gay...@gmail.com> wrote: > On Jan 31, 8:04 pm, eddie <ed.n...@gmail.com> wrote: > > > > > Hey guys & girls, > > > I've just started

Application design question

2009-01-31 Thread eddie
Hey guys & girls, I've just started playing with django, and am not sure of the best way to do something. I've got a basic site, where page a displays model a, page b displays model b, etc. Every model has it's own view function and template, all extending a base template with a header,

Trying to understand project structure w/apps

2008-07-08 Thread eddie
Hi guys+gals, I'm new to django, and I'm trying to wrap my head around a project structure. I have a simple case that I'm thinking about, but can't put together a reasonable mental model for it. I've got a site that has a schedule component (events), and a news component (news items). So I

Re: how to? : non-required admin fields

2008-06-29 Thread eddie
Thanks Jeff. On Jun 29, 10:41 pm, Jeff Anderson <[EMAIL PROTECTED]> wrote: > eddie wrote: > > Hi.  I'm looking to find out how you make form fields in the admin > > section non-required.  I've done a few hours of searching, but haven't > > found the answer yet.  If any

how to? : non-required admin fields

2008-06-29 Thread eddie
Hi. I'm looking to find out how you make form fields in the admin section non-required. I've done a few hours of searching, but haven't found the answer yet. If anyone can let me know where I can find it, it would be much appreciated. Thanks! -e