Issue
I am trying to dump my data using
python manage.py dumpdata --exclude=admin.logentry
but it still gets included in the final json. Any hint what am I doing wrong ?
Solution
Drop the =
. It's --exclude admin.logentry
.
Answered By - Limecat
0 comments:
Post a Comment
Note: Only a member of this blog may post a comment.