Re: How do I show generic relationship items with my generic inline on Django Admin page?

2009-08-11 Thread chyea
be the "related link" that I want, instead of having to just add a new one and duplicate the existing one. Hope this clarifies this a bit. Ryan On Aug 10, 10:58 pm, chyea <ryanc...@unt.edu> wrote: > Hi all, > > I've just finished reading through the docs, and following > u

Re: How do I show generic relationship items with my generic inline on Django Admin page?

2009-08-11 Thread chyea
I'm still a little lost, here. I'm not sure how I'd do this. On Aug 10, 10:58 pm, chyea <ryanc...@unt.edu> wrote: > Hi all, > > I've just finished reading through the docs, and following > ubernostrum's blog post about generic inlines. Generic relationships > and generic inl

How do I show generic relationship items with my generic inline on Django Admin page?

2009-08-10 Thread chyea
Hi all, I've just finished reading through the docs, and following ubernostrum's blog post about generic inlines. Generic relationships and generic inlines are exactly what I'm looking for. They're working as intended, but is it possible for me to view existing related items when creating a new

Re: How should I organize my news site's backend - needing some feedback

2009-08-07 Thread chyea
public page. > > Quite easy in theory anyway :) > > Alan > > On Aug 7, 9:51 am, chyea <ryanc...@unt.edu> wrote: > > > > > Hi all, > > > I recently sent an email to another Django coder asking for some > > possible feedback on my situation. I'll

How should I organize my news site's backend - needing some feedback

2009-08-07 Thread chyea
Hi all, I recently sent an email to another Django coder asking for some possible feedback on my situation. I'll simply restate the email here, because I figured why not ask a bunch of other Django coders, too! Here it goes... Hi, I'm trying to design a django-based gaming news site, and have

I just need some feedback and advice about my project layout and design.

2009-07-27 Thread chyea
Hi all, I'm writing a very small, simple video game news media site. I'm starting off small, with just Blurbs and Reviews. The Blurbs are basically quick news articles. The Reviews are extensive articles about a video game, ofcourse. So, since both Blurbs and Reviews are both types of articles,

django-contact-form contexts?

2009-01-16 Thread chyea
What contexts are made available to the email templates (.txt files)? When I receive emails from the form provided by the default setup, I'm being given the following for both the subject, and the message of the email. > Thank you in advance Ryan