django-tracking icon indicating copy to clipboard operation
django-tracking copied to clipboard

Simple attempt at keeping track of visitors to django-powered web sites

Results 12 django-tracking issues
Sort by recently updated
recently updated
newest added

Collecting django-tracking Using cached django-tracking-0.4.1.tar.gz Complete output from command python setup.py egg_info: Traceback (most recent call last): File "", line 1, in File "C:\Users\gshiv\AppData\Local\Temp\pip-build-odmfikyz\django-tracking\setup.py", line 6, in import tracking File...

``` File "/home/anjaneyulu/projects/env3/lib/python3.6/site-packages/tracking/middleware.py", line 63, in process_request user_agent = unicode(request.META.get('HTTP_USER_AGENT', '')[:255], errors='ignore') NameError: name 'unicode' is not defined ```

Add on_delete=models.CASCADE to the __init__ arguments for the 'user' field in the Visitor model

replace usage in docs with "migrate"

Simple to fix: replace geoip with geoip2 in models.py

Table is not created into my postgresql db after running syncdb command? why this is happen? any idead please help!!

I'm tying to install the django-tracking repository as follows in my `requirements.txt` -e git+https://github.com/bashu/django-tracking@092c42a36137b97be364299f3746fdf68f6df6a0#egg=django-tracking I'm getting the following error I have no idea how to solve this Complete output from...