| Name | kasuko |
|---|---|
| Email Address | n/a |
| Posts | 3 |
-
- 2010-07-07 18:06:05
- Re: [News/Blog] Post Help
- Board » Django » Models
-
That's true. You've made a believer out of me. I guess I just "wanted" them to be different.
-
- 2010-07-07 17:43:28
- Re: [News/Blog] Post Help
- Board » Django » Models
-
Sorta, but a project's news post and a blog post would have differences. For example I would want tags for blog posts but not projects.
-
- 2010-07-07 13:09:13
- [News/Blog] Post Help
- Board » Django » Models
-
I am looking into developing my own personal resume site, and the site will become part of the resume.
Part of what I want on my resume site is obviously projects I have and am currently working on. As well as a general blog about myself.
For the projects I want each project to have individual news posts basically making a news feed for each project.
HOWEVER I would like on the landing page to have all news posts for every project AND all blog posts to appear. What is the best way to go about this. Should I have a "Post" Model and "News Post" and "Blog Post" inherit from it. Or should I make a project called "Blog" and have a special way of displaying just it's news post's on the blog page?
I am really just looking into getting pushed in the right direction. I want to do this right(ish) the first time.
Thank You
Kasuko


