1
vote
2answers
311 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
719 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 …
