Django

Code

Ticket #8374 (closed: fixed)

Opened 4 months ago

Last modified 4 months ago

TemplateDoesNotExist at /admin/doc/

Reported by: tubaman@fattuba.com Assigned to: nobody
Milestone: 1.0 Component: django.contrib.admin
Version: 1.0-beta-1 Keywords: admin doc template
Cc: Triage Stage: Unreviewed
Has patch: 0 Needs documentation: 0
Needs tests: 0 Patch needs improvement: 0

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.

Attachments

Change History

08/17/08 00:36:52 changed by julian24

  • status changed from new to closed.
  • needs_better_patch changed.
  • resolution set to worksforme.
  • needs_tests changed.
  • needs_docs changed.

In [8264] admindocs templates were moved into django/contrib/admindocs/templates. So you'll need to add 'django.contrib.admindocs' to INSTALLED_APPS`.

08/17/08 00:42:37 changed by mtredinnick

  • version changed from 1.0-alpha to 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.

08/17/08 00:42:43 changed by mtredinnick

  • status changed from closed to reopened.
  • resolution deleted.

08/17/08 00:43:34 changed by mtredinnick

  • status changed from reopened to closed.
  • resolution set to fixed.

(In [8423]) Fixed #8374 -- Add the admindocs/templates/ directory to the source tarball that is built.

(follow-up: ↓ 6 ) 08/17/08 22:11:20 changed by tubaman

  • status changed from closed to reopened.
  • resolution deleted.

If the templates have been moved then there are a couple of issues that need to be addressed:

  1. 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`.
  2. If the user doesn't add 'dj

(in reply to: ↑ 5 ) 08/17/08 22:13:22 changed by tubaman

Replying to tubaman:

If the templates have been moved then there are a couple of issues that need to be addressed: 1. 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`. 2. 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.

08/18/08 00:23:06 changed by brosner

  • status changed from reopened to closed.
  • resolution set to fixed.

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.


Add/Change #8374 (TemplateDoesNotExist at /admin/doc/)




Change Properties
Action