Opened 11 years ago

Closed 11 years ago

#20637 closed Bug (duplicate)

URL 404 on links provided by settings.py

Reported by: anonymous Owned by: nobody
Component: Python 2 Version: 1.6-alpha-1
Severity: Normal Keywords:
Cc: Triage Stage: Unreviewed
Has patch: no Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: no UI/UX: no

Description

I created a Django project for Python 2.7. The 'settings.py' includes a lot of reference links, but they do not work.

Links such as
https://docs.djangoproject.com/en/1.6/howto/deployment/checklist/
https://docs.djangoproject.com/en/1.6/ref/settings/#databases
https://docs.djangoproject.com/en/1.6/ref/settings/

Change History (2)

comment:1 by Simon Charette, 11 years ago

Thanks for reporting this, it has already been reported in #20632 and fixed in fdbcbb9ebdd49ad693b686e132d1e9cd9a00801b.

comment:2 by Simon Charette, 11 years ago

Resolution: duplicate
Status: newclosed
Note: See TracTickets for help on using tickets.
Back to Top