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

manage.py is missing #136

Closed rshn-dev closed 2 years ago

rshn-dev commented 2 years ago

I tried following the https://django-todo.readthedocs.io/en/latest/ and after running pip install django-todo and after running python manage.py runserver, it is giving error "can't open file 'E:\django-todo\manage.py': [Errno 2] No such file or director". There is no file named manage.py . Please suggest.

shacker commented 2 years ago

@rshn-dev I think you are misunderstanding what this repo is. It is not a Django project, it's a Django app that you install into your project. It's just a python dependency like any other dozens of dependencies your project relies on (take a closer look at the docs).

See the related gtd project if you're looking for a runnable website.