Aakash Rayate
Aakash Rayate
``` CommandError: System check identified some issues: ERRORS: djangoseo.MyMetadataModel._content_type: (fields.E304) Reverse accessor for 'MyMetadataModel._content_type' clashes with reverse accessor for 'MyMetadataModel._content_type'. HINT: Add or change a related_name argument to the definition...
`Reverse for 'app_list' with arguments '()' and keyword arguments '{'app_label': 'app_which_has_metadata_model'}' not found. 1 pattern(s) tried: [u'admin/(?Papp1|app2|app3)/$']` Django 1.7.7 Python 2.7.9
This package is configured properly on my local machine. However when I pushed it on our staging server (apache + uwsgi), it is behaving weirdly. When I go to https://test.mysite.com/robots.txt,...