Top "Django-2.0" questions

Django 2.0 is a version of the Django framework, released December 2017.

ImportError: No module named 'django.core.urlresolvers'

I am working on Django project where I need to create a form for inputs. I tried to import reverse …

django python-3.x python-3.5 django-2.0
django.core.exceptions.AppRegistryNotReady: Apps aren't loaded yet. (django 2.0.1)(Python 3.6)

It's my first time trying to deploy a Django app(django 2.0.1)(Python 3.6) to pythonanywhere, it is a simple portfolio app …

python django python-3.x pythonanywhere django-2.0
Django 2.0: sqlite IntegrityError: FOREIGN KEY constraint failed

I'm working on adding Django 2.0 support to the django-pagetree library. During automated testing, using an sqlite in-memory database, I'm getting …

python django sqlite foreign-keys django-2.0
"upstream prematurely closed connection while reading response header from upstream" Django, Ubuntu, Nginx, Gunicorn

I deployed a Django website using this tutorial https://jee-appy.blogspot.com/2017/01/deply-django-with-nginx.html The website can be accessed from …

ubuntu nginx ubuntu-16.04 gunicorn django-2.0
multiple parameters url pattern django 2.0

I want to pass two parameters in my url pattern but i am getting error no-reverse match i.e 'projects'.…

python-3.x django-urls django-2.0
Using Multiple Databases with django

I have to use multiple databases in my project but there is a problem. Model can't see my database. when …

python django python-3.x django-2.0
How to fix " AttributeError at /api/doc 'AutoSchema' object has no attribute 'get_link' " error in Django

We are practicing an example of REST API on the Internet. However, the following error occurred. I tried a way …

python django python-3.7 django-2.0
Using the URLconf defined in mysite.urls, Django tried these URL patterns, in this order

I have a problem with Django. Actually I want to create a login panel in my new site but when …

python django django-urls django-2.0
NoReverseMatch with keyword argument uidb64 with Django 2.0

I can't understand why my code doesn't work. Before it worked, but now, when I run the server and test, …

python django python-3.x django-templates django-2.0