Not found :/ Admin

Issue #6 resolved
Rishav Sapahia created an issue

While running the django-datatables-view examples , I am unable to access the admin page , it is showing Page Not found(404). Also , on terminal , it is showing Not found :/ Admin. URL in config is written correctly.

Comments (1)

  1. Maciej Wisniowski repo owner

    The problem is possibly lack of / at the end. It should be: http://localhost:8000/admin/

    I've fixed the readme file and updated middleware settings in the project (as these were broken too).

  2. Log in to comment