twython-django
twython-django copied to clipboard
An example Django application to showcase how to use OAuth with Twitter in Django using Twython.
Hi Seems like there is on_delete field missing in twython_django_oauth/models.py: ``` File "/home/brezerk/develop/example/.venv/lib/python3.6/site-packages/twython_django_oauth/models.py", line 5, in class TwitterProfile(models.Model): File "/home/brezerk/develop/example/.venv/lib/python3.6/site-packages/twython_django_oauth/models.py", line 11, in TwitterProfile user = models.OneToOneField(User) TypeError: __init__() missing...
Hi Seems like there is on_delete field missing in twython_django_oauth/models.py: ``` File "/home/brezerk/develop/example/.venv/lib/python3.6/site-packages/twython_django_oauth/models.py", line 5, in class TwitterProfile(models.Model): File "/home/brezerk/develop/example/.venv/lib/python3.6/site-packages/twython_django_oauth/models.py", line 11, in TwitterProfile user = models.OneToOneField(User) TypeError: __init__() missing...
While migrating this model it throws this huge error: django.core.exceptions.AppRegistryNotReady: Models aren't loaded yet.
Error with django 1.7 : (Maybe this is the solution?: from django.conf.urls import patterns, include, url) Request Method: GET Request URL: http://127.0.0.1:8000/ Django Version: 1.7.1 Exception Type: ImportError Exception Value:...
I just did a `pip install twython-django` and the code I got is a bit old - does not support custom user models. After downloading source from Github it works...