Opened 18 years ago
Closed 18 years ago
#6382 closed (fixed)
Document request.urlconf
| Reported by: | Armin Ronacher | Owned by: | |
|---|---|---|---|
| Component: | Documentation | Version: | dev |
| Severity: | Keywords: | ||
| Cc: | Triage Stage: | Accepted | |
| Has patch: | no | Needs documentation: | no |
| Needs tests: | no | Patch needs improvement: | no |
| Easy pickings: | no | UI/UX: | no |
Description
There are already a couple of project out there that use different subdomains by patching request.urlconf. I don't know what's the plan but I think that should be documented.
Change History (4)
comment:1 by , 18 years ago
| Triage Stage: | Unreviewed → Accepted |
|---|
comment:2 by , 18 years ago
| Owner: | changed from to |
|---|---|
| Status: | new → assigned |
Note that my patch in #5034 documents this as part of a larger change.
comment:3 by , 18 years ago
| Owner: | removed |
|---|---|
| Status: | assigned → new |
comment:4 by , 18 years ago
| Resolution: | → fixed |
|---|---|
| Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
It probably does need to be documented. At the same time, you'd have to document the caveat that it won't work with the
{% url %}template tag.