#8374 closed (fixed)
TemplateDoesNotExist at /admin/doc/
Reported by: | Owned by: | nobody | |
---|---|---|---|
Component: | contrib.admin | Version: | 1.0-beta |
Severity: | Keywords: | admin doc template | |
Cc: | Triage Stage: | Unreviewed | |
Has patch: | no | Needs documentation: | no |
Needs tests: | no | Patch needs improvement: | no |
Easy pickings: | no | UI/UX: | no |
Description
The Django-1.0-beta_1/django/contrib/admin/templates/admin_doc directory is empty in the beta_1 tarball. This causes the admin docs to not work. This ticket should be version 1.0-beta_1 but alpha is the only option right now.
Change History (8)
comment:1 by , 16 years ago
Resolution: | → worksforme |
---|---|
Status: | new → closed |
comment:2 by , 16 years ago
Version: | 1.0-alpha → 1.0-beta-1 |
---|
Triagers: Please be careful to read the ticket carefully before closing as "worksforme" (which should be a last resort). This ticket was reporting missing files in the tarball (which was true), not something about installation.
comment:3 by , 16 years ago
Resolution: | worksforme |
---|---|
Status: | closed → reopened |
comment:4 by , 16 years ago
Resolution: | → fixed |
---|---|
Status: | reopened → closed |
follow-up: 6 comment:5 by , 16 years ago
Resolution: | fixed |
---|---|
Status: | closed → reopened |
If the templates have been moved then there are a couple of issues that need to be addressed:
- The documentation at http://www.djangoproject.com/documentation/ needs to be updated to reflect the fact that you have to add 'django.contrib.admindocs' to INSTALLED_APPS`.
- If the user doesn't add 'dj
comment:6 by , 16 years ago
Replying to tubaman:
If the templates have been moved then there are a couple of issues that need to be addressed:
- The documentation at http://www.djangoproject.com/documentation/ needs to be updated to reflect the fact that you have to add 'django.contrib.admindocs' to INSTALLED_APPS`.
- If the user doesn't add 'dj
to finish point #2 If the user doesn't add 'django.contrib.admindocs' to INSTALLED_APPS`, then the documentation link at the top of the admin app should not appear.
comment:7 by , 16 years ago
Resolution: | → fixed |
---|---|
Status: | reopened → closed |
Please do not reopen this ticket unless there was a problem with the fix. In this case there wasn't. It is much easier for us to keep track of these issues in new tickets. Thanks.
In [8264] admindocs templates were moved into
django/contrib/admindocs/templates. So you'll need to add
'django.contrib.admindocs'to
INSTALLED_APPS`.