added basic markdown doc

This commit is contained in:
vabene1111
2020-05-03 00:43:13 +02:00
parent 6a7b02b700
commit 22e403e0ff
4 changed files with 224 additions and 0 deletions

View File

@@ -45,6 +45,8 @@ urlpatterns = [
path('dal/keyword/', dal.KeywordAutocomplete.as_view(), name='dal_keyword'),
path('dal/ingredient/', dal.IngredientsAutocomplete.as_view(), name='dal_ingredient'),
path('dal/unit/', dal.UnitAutocomplete.as_view(), name='dal_unit'),
path('docs/markdown/', views.markdown_info, name='docs_markdown'),
]
generic_models = (Recipe, RecipeImport, Storage, RecipeBook, MealPlan, SyncLog, Sync, Comment, RecipeBookEntry, Keyword, Ingredient)