Opened 11 years ago

Closed 11 years ago

#21106 closed Bug (worksforme)

2nd Broken Link

Reported by: rlf0000rlf@… Owned by: nobody
Component: Uncategorized Version: 1.5
Severity: Normal Keywords:
Cc: Triage Stage: Unreviewed
Has patch: no Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: yes UI/UX: no

Description

On web page "Writing your first Django app, part 1"
https://docs.djangoproject.com/en/1.5/intro/tutorial01/

in the section "Database setup"
ENGINE-Either 'django.db.backends.postgresql_psycopg2', 'django.db.backends.mysql', 'django.db.backends.sqlite3' or 'django.db.backends.oracle'. Other backends are == also available ==.

The "also available" link:
https://docs.djangoproject.com/en/1.5/ref/settings/%20-%20std:setting-DATABASE-ENGINE

produces a "Page not found"

Change History (1)

comment:1 by Tim Graham, 11 years ago

Resolution: worksforme
Status: newclosed

Like #21104, this also works for me. What browser are you using?

Note: See TracTickets for help on using tickets.
Back to Top