MichaelOC05

Results 3 comments of MichaelOC05

I don't know if this is best practice but I was able to achieve this by import the permission_required decorator ` from django.contrib.auth.decorator import permission_required @my_router.get( "my_recipes/", response=List[RecipeSchema], url_name="my_recipe_list", )...

Yeah no problem, STATIC_URL = "static/" STATIC_ROOT = BASE_DIR / "staticfiles" STATICFILES_DIR = [BASE_DIR / "static"]. Thanks for looking into this

Hi sorry I was wondering if you were able to make any headway with this issue?