django-poll-app
django-poll-app copied to clipboard
An unofficial solution to django poll app tutorial at https://docs.djangoproject.com/en/dev/intro/tutorial01/
Results
2
django-poll-app issues
Sort by
recently updated
recently updated
newest added
File "~/django-poll-app-master/mysite/urls.py", line 1, in from django.conf.urls import patterns, include, url ImportError: cannot import name patterns
Since we don't know the Django version (other than "dev version"), we can't really know what version of Django to install.