Merge lp:~dholbach/developer-ubuntu-com/404-redirect into lp:developer-ubuntu-com
Proposed by
Daniel Holbach
on 2016-04-04
| Status: | Rejected |
|---|---|
| Rejected by: | Daniel Holbach on 2016-05-02 |
| Proposed branch: | lp:~dholbach/developer-ubuntu-com/404-redirect |
| Merge into: | lp:developer-ubuntu-com |
| Diff against target: |
152 lines (+97/-0) 8 files modified
developer_portal/settings.py (+2/-0) developer_portal/urls.py (+1/-0) redirects/admin.py (+8/-0) redirects/migrations/0001_initial.py (+21/-0) redirects/models.py (+20/-0) redirects/tests.py (+3/-0) redirects/urls.py (+16/-0) redirects/views.py (+26/-0) |
| To merge this branch: | bzr merge lp:~dholbach/developer-ubuntu-com/404-redirect |
| Related bugs: |
| Reviewer | Review Type | Date Requested | Status |
|---|---|---|---|
| Ubuntu App Developer site developers | 2016-04-04 | Pending | |
|
Review via email:
|
|||
To post a comment you must log in.
| Daniel Holbach (dholbach) wrote : | # |
Unmerged revisions
- 206. By Daniel Holbach on 2016-04-04
-
add a try based on RedirectView
- 205. By Daniel Holbach on 2016-03-31
-
add simple admin interface, return a proper __str__ for our Redirects
- 204. By Daniel Holbach on 2016-03-31
-
add Redirect model
- 203. By Daniel Holbach on 2016-03-31
-
manage.py startapp redirects


Maybe we should take a look at https:/ /docs.djangopro ject.com/ en/dev/ ref/contrib/ sites/# enabling- the-sites- framework instead?