Skip to content

Commit

Permalink
add nginx
Browse files Browse the repository at this point in the history
  • Loading branch information
cjmcfaul committed Jun 5, 2024
1 parent 7e1c576 commit 43132cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/apps/utils/context_processors.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@

def htmx_context(_request):
return {
"WEBPACK_ENABLED": settings.DEBUG,
"WEBPACK_ENABLED": False, # settings.DEBUG,
"csrf_token": csrf.get_token(_request)
}

0 comments on commit 43132cb

Please sign in to comment.