Bug #421
Does not work with relative URLs
Status: | Closed | Start date: | 04/14/2011 | |
---|---|---|---|---|
Priority: | High | Due date: | ||
Assignee: | Markos Gogoulos | % Done: | 0% |
|
Category: | Cyclades UI | Spent time: | - | |
Target version: | v0.5 |
Description
Setting up the project under a non-root URL (e.g. /synnefo/) does not currently work. It seems that some URLs (at least /machines/standard) are referenced in an absolute way and hence result in 404s.
Related issues
Associated revisions
fix ui absolute paths. use relative only
Refs #421
fix urls on the ui console
Refs #421
fix absolute urls on ui
Refs #421
History
#1 Updated by Vangelis Koukis about 12 years ago
- Target version set to v0.5
#2 Updated by Vangelis Koukis almost 12 years ago
- Status changed from New to Assigned
- Priority changed from Medium to High
#3 Updated by Markos Gogoulos almost 12 years ago
- Assignee set to Markos Gogoulos
#4 Updated by Markos Gogoulos almost 12 years ago
- Status changed from Assigned to Feedback
Τα absolute urls έχουν φύγει και πλεον μπορεί να παίξει και με οποιοδήποτε πρόθεμα μπροστά, πχ αν στο urls.py να βάλουμε
(r'^synnefo/', include('synnefo.ui.urls')),
θα παίζει σαν http://url/synnefo/
#5 Updated by Vangelis Koukis almost 12 years ago
- Status changed from Feedback to Closed
Το κλείνω, πρέπει να παίζει, αν υπάρξει πρόβλημα βλέπουμε πιο συγκεκριμένα τι μένει.