Im trying to make a blog-like portfolio with finished projects I have
done. I want it to be easy to update when I have done something new, so
I thougth django seemed interesting for my webpage. I have been reading
some tutorials, and I finaly have manged to get in all the fields I
want in the admin, I have even manged to create categories. But it
stops there. I don't know how I get the posts inside admin to an
outside page. I have read the source code of lost-theories.com, but I
don't understand how I cant get the categories and entries out to the
"public". I understand I need to make views for my project, but I just
don't know what Im supposed to write there.

I want my page to be something like this:

Startpage with the newest project on the frontpage, links to the
categories in my portfolio (web, 3D, photo and so on). If the user
press a category they will get a listing of the 10 newest entries
inside the category. If the user press a project the will see the "full
story". The "full story" will also have links to the next and previous
project in that category (if there are any).

I have posted my model.py of my app called portfolio in
http://www.django.pastebin.com/744736

Are anyone able to help me, or point me in the right direction? My
portfolio app seems like it have disapeard from the admin page now, but
if I try http://mydomain.com/admin/portfolio/project/ it works just
fine. Strange


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-users
-~----------~----~----~----~------~----~------~--~---

Reply via email to