django-timepiece
django-timepiece copied to clipboard
A multi-user Django application for tracking people's time on projects.
I would like to know if this project is compatible with the latest version of django(at the time of this writing, its version 3.2). I would like to use it...
Many models fail if the project has swapped in a new user model ``` timepiece.UserProfile.user: (fields.E301) Field defines a relation with the model 'auth.User', which has been swapped out. HINT:...
Hi, if you try to use this now please notice that you install django-selectable==0.9.0 and not django-selectable>=0.9.0 as the requirement says. in dajngo 1.8.9 you need to import reverse from...
During the installation process, the user is instructed to run commands such as `manage.py syncdb`. In a Python 3.6 environment, the Django commands cannot import the `example_project` module. How can...
There is a small typo in timepiece/static/timepiece/js/handsontable/lib/jQuery-contextMenu/jquery.ui.position.js. Should read `vertical` rather than `veritcal`.
Hi, it would be great to know the maintenance status of this application. Was it abandoned? Are contributions still welcome? A short status sentence on the README or in the...
Hi, the example project running, i can access to the django admin page. But in the main 'django-timepiece' i dont have access to any field. Insteald of a field, its...
I follow your instructions with Ubuntu 16.04 and I have this error message: $ python manage.py runserver 8001 Traceback (most recent call last): File "manage.py", line 7, in from django.core.management...