Neapolitan Action Links

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

For anyone else wondering, I assume Neopolitan is https://noumenal.es/neapolitan/

I haven’t used it, so probably can’t help, but you should show some code so that other people might be able to help you.

Thanks Phil, but I solved the problem … and have edited my post.

1 Like

and here is the github link to Neapolitan(GitHub - carltongibson/neapolitan: Quick CRUD views for Django)