Search Results

1
vote
1answer
213 views

Django Paginated Comments .. is there any existing solutions?

Hi, is there any existing pagination solution for Django contrib.comments? What I need is just a simple paginated django comments, for the Basic Blog application (from the Django Basic Apps …
1
vote
2answers
316 views

Django: The best practice to implement CRUD outside the contrib.admin

Hi all :) I'm currently developing a Blog project using Post model, which will be used by multiple authors. I want to make an admin/control-panel interface where each author of the …
2
votes
4answers
737 views

Django: serving ADMIN media files

Hi all, I've been successfully serving media files for the normal MEDIA files, but when I tried serving admin media files, I failed. please kindly help me locating the problem, as I've trie …
1
vote

Multiple images per Model

Hi Oli. I'm currently make about the same thing, and I faced the same issue. After I researched for a while, I decided to use …
0
votes

Django tag cloud plugin

currently facing the same issue, i found that these links are useful for the tagging template -- so you wouldn't have to type all the template for tagging from scratch: …