As you can see I finally completed a part of the admin section for Left Side Lids. So right now I can upload all the necessary information into my admin for “Hats”. One little piece you might notice on my admin screen, is that I decided to add a thumbnail image, so that anyone updating the store could see an image of what each of the products look like.
When creating my model I ended up creating 6 different classes to hold the information I thought might be the most important. The classes I created were: Category, Class, Hat, Style, Size and Tags. Each of these in their own way is searchable, or in a Django way, I can build a view or better yet, a template tag to pull out the information I need.
So now my work moves over to the views for displaying what we have in the application, and hooking that all up to paypal. Yup PayPal, at this point I want to get something up fast, and not have to deal with the headache of credit card processing.
Left Side Lids - Store Model completed
June 16th, 2008 · No Comments
Categories: Django · Web Design · Websites



























0 responses so far ↓
There are no comments yet...Kick things off by filling out the form below.
You must log in to post a comment.