~nora/django-sandbox

Fix .gitignore
website: fix htmx
website: add htmx
Upgrade dependencies
theme: add Tailwind CSS via django-tailwind
Replace django-livereload-server by django-browser-reload
blog_api/rest: add class based views, viewsets/routers, authentication, hyperlinks
blog_api: add rest api with djangorestframework
Rename module blog_graphql to blog_api
graphqlvue: rename module to blog_graphql
graphqlvue: add blog app with graphql backend
graphqlvue: add blog app with graphql backend
upgrade dependencies
store: add tests
store: refactoring and fixes
- fix username replaced by email
- add default product's thumbnail
- move add_to_cart to Shopper model
store: manage order quantities with FormSet
store: manage shipping addresses
store: implement Stripe payments
Add store and accounts apps
Next