Please can someone help me regarding Neopolitan. I have implemented Neopolitan in my Django site. Most of the functionality of the CRUD views works ok EXCEPT on the list-view the Actions column is blank i.e. no links are showing. Also the link to create a new object which should be under the page header is missing. I have checked the page source code, and the actions column is empty.
Problem solved - moved the urlpatterns+= … etc to my django project urls.py and removed it from my django app urls.py.
Link to Neapolitan