﻿id	summary	reporter	owner	description	type	status	component	version	severity	resolution	keywords	cc	stage	has_patch	needs_docs	needs_tests	needs_better_patch	easy	ui_ux
22832	admin.autodiscover() missing	Matej	nobody	"Hi,
in the geoDjango tutorial: https://docs.djangoproject.com/en/dev/ref/contrib/gis/tutorial/
close to the bottom of the page there is this block of code:

from django.conf.urls import url, include
from django.contrib.gis import admin

urlpatterns = [
    url(r'^admin/', include(admin.site.urls)),
]

that should have also included the following line: 
admin.autodiscover()

otherwise, the admin page says: you don't have permission to edit anything.

Matej"	Uncategorized	closed	Documentation	1.6	Normal	invalid			Unreviewed	0	0	0	0	0	0
