Adrian Liem

43
Reputation
81 views

Registered User

Name Adrian Liem
Member for 5 months
Seen Aug 3 at 3:07
Website
Location
Age
Jul
5
comment Django: serving ADMIN media files
I think I'll try to recreate the project from scratch again using the conventional admin media examples :) thanks for the answers
Jul
5
comment Django: serving ADMIN media files
thanks for the answer, but it still doesn't work :) I typed localhost:8000/admin_media/a.gif in the broswer url and the result is: Page not found: f:\python25\lib\site-packages\django/contrib/admin/media\a.gif
Jul
5
comment Django: serving ADMIN media files
thanks for the answer, but it still doesn't work :) I typed localhost:8000/static/media/a.gif in the broswer url and the result is: Page not found: f:\python25\lib\site-packages\django/contrib/admin/media\a.gif
Jul
4
awarded  Editor
Jul
4
revised Django: serving ADMIN media files
added 162 characters in body
Jul
4
asked Django: serving ADMIN media files
Jun
30
answered Django tag cloud plugin
Jun
26
comment Django: The best practice to implement CRUD outside the contrib.admin
Thanks Andy! This is just what I'm looking for :) Both you and Harper has provided me excellent answers :) I will try to play with the admin queryset then. The last thing that puzzled me now is the multiple delete in the admin CRUD. But I guess that will be another story, heheh. Thanks!
Jun
25
answered Can CSS frameworks (ie: 960gs or Blueprintcss) be used without margins?
Jun
25
awarded  Supporter
Jun
25
awarded  Scholar
Jun
25
comment Django: The best practice to implement CRUD outside the contrib.admin
thanks! I will experiment with that :)
Jun
24
awarded  Teacher
Jun
24
asked Django: The best practice to implement CRUD outside the contrib.admin
Jun
24
answered Multiple images per Model
Jun
23
comment Django Paginated Comments .. is there any existing solutions?
Hi, thanks for the answer :) Actually I'm looking for the specific comment pagination, that someone might have done previously (I suppose comment is a common feature and someone must've done the pagination in the comment solution) but I think the link you gave me can provide the workaround :) I'll try to play with it. thanks!
Jun
22
awarded  Student
Jun
22
asked Django Paginated Comments .. is there any existing solutions?