django-rest-framework-crud
django-rest-framework-crud copied to clipboard
Simple CRUD REST API with Python Django Rest Framework
Bumps [django](https://github.com/django/django) from 3.1.8 to 3.1.13. Commits 43873b9 [3.1.x] Bumped version for 3.1.13 release. 0bd57a8 [3.1.x] Fixed CVE-2021-35042 -- Prevented SQL injection in QuerySet.order_by(). 8dc1cc0 [3.1.x] Added stub release notes...
Bumps [sqlparse](https://github.com/andialbrecht/sqlparse) from 0.4.1 to 0.4.2. Changelog Sourced from sqlparse's changelog. Release 0.4.2 (Sep 10, 2021) Notable Changes IMPORTANT: This release fixes a security vulnerability in the strip comments filter....
Bumps [django](https://github.com/django/django) from 3.1.8 to 3.1.12. Commits 625d3c1 [3.1.x] Bumped version for 3.1.12 release. 203d4ab [3.1.x] Fixed CVE-2021-33571 -- Prevented leading zeros in IPv4 addresses. 20c67a0 [3.1.x] Fixed CVE-2021-33203 --...
As I mentioned in title: How do I install and use `auth_user` table ?? No guidelines or steps has been provided for creation of `auth_user` database table, thus getting error...