django-react-boilerplate icon indicating copy to clipboard operation
django-react-boilerplate copied to clipboard

Django 5, React, Bootstrap 5 with Python 3 and webpack project boilerplate

Results 57 django-react-boilerplate issues
Sort by recently updated
recently updated
newest added

https://github.com/jazzband/django-defender

https://docs.djangoproject.com/en/3.2/ref/databases/#persistent-database-connections

https://pypi.org/project/django-permissions-policy/

https://django-csp.readthedocs.io/en/latest/

https://snyk.io/blog/best-practices-containerizing-python-docker/

**Describe the bug** Running `make docker_setup` results in the output below ``` npm ERR! gyp info spawn /usr/bin/python2 npm ERR! gyp info spawn args [ npm ERR! gyp info spawn...

Add Postgres `statement_timeout` to web dyno-originated SQL queries. Use [this config](https://github.com/wemake-services/wemake-django-template/blob/master/%7B%7Bcookiecutter.project_name%7D%7D/server/settings/components/common.py#L93), but only inside web dynos ([use an env var](https://devcenter.heroku.com/articles/dynos#local-environment-variables) to figure this out or set [a new custom one...

Add [ensure_csrf_cookie](https://docs.djangoproject.com/en/3.2/ref/csrf/#django.views.decorators.csrf.ensure_csrf_cookie) just in case. From [Django docs](https://docs.djangoproject.com/en/3.2/ref/csrf/): > If your view is not rendering a template containing the csrf_token template tag, Django might not set the CSRF token cookie....

Depends on https://github.com/vintasoftware/django-react-boilerplate/issues/561 After all files are on S3, it's safe to remove them from Heroku's slug. Use this: https://github.com/vintasoftware/heroku-buildpack-post-build-clean