layerindex-web/rrs
Aníbal Limón 4e00337d93 rrs: Add support for Recipe detail page
Recipe detail page gives information about Recipe like summary,
section, license, file, etc. also display's upgrade history.

rrs/models.py: Milestone add get_by_date and rewrite get_current
for use get_by_date and RecipeDistro add get_distros_by_recipe.

rrs/urls.py: Add url for recipe_detail with pk.
rrs/views.py: Add RecipeUpgradeDetail view.
templates/rrs/recipedetail.html: Add recipedetail template.

templates/rrs/recipes.html: Add link to Recipe detail by row.

Signed-off-by: Aníbal Limón <anibal.limon@linux.intel.com>
2018-05-04 23:57:51 +12:00
..
fixtures rrs: Recipes add url validation 2018-05-04 23:57:51 +12:00
migrations rrs: Add support for store RecipeUpstreamHistory 2018-05-04 23:57:51 +12:00
static rrs: Add initial support of recipes page 2018-05-04 23:57:51 +12:00
__init__.py rrs: Add application 2018-05-04 23:57:51 +12:00
admin.py rrs: Add support for store RecipeUpstreamHistory 2018-05-04 23:57:51 +12:00
context_processors.py rrs: Add application 2018-05-04 23:57:51 +12:00
models.py rrs: Add support for Recipe detail page 2018-05-04 23:57:51 +12:00
urls.py rrs: Add support for Recipe detail page 2018-05-04 23:57:51 +12:00
views.py rrs: Add support for Recipe detail page 2018-05-04 23:57:51 +12:00