shacker / django-todo

A multi-user, multi-group todo/ticketing system for Django projects. Includes CSV import and integrated mail tracking.
http://django-todo.org
BSD 3-Clause "New" or "Revised" License
819 stars 285 forks source link

No todo folder #68

Closed swamybachu closed 5 years ago

swamybachu commented 5 years ago

Hi, I used pip install django-todo to install the app in my virtual env. Then i added the 'todo' to the INSTALLED_APPs in settings.py , and migrated the todo app, and everything. After that i ran the server and i am able to get in the admin site( i created a superuser), but i cannot get in the todo app.( i added this in urls.py as well) path('',include ('todo.urls')),

What am i missing.

shacker commented 5 years ago

@swamybachu Are you saying that visiting the url /todo doesn't work? Do you get 404 or a crash? Or do you mean that you don't know how to add it to your site's navigation? Sorry I need more information.

shacker commented 5 years ago

Closing this as there is not enough information in the issue to reproduce or to help the OP. Please re-open if you are still having an issue.