Django-Styleguide-Example
Django-Styleguide-Example copied to clipboard
Repository for example styleguide project
Started as an idea to improve development experience, turned into cursor pagination implementation. Putting this here, to be used as a reference. --- References for cursor pagination: - https://www.django-rest-framework.org/api-guide/pagination/#cursorpagination -...
The general idea is the following: 1. We show the toolbar if we have it installed & we have it configured to be shown. - This opens up the option...
Create tests for the different file uploads: 1. standard api upload 2. standard admin upload 3. direct upload
This is a POC / WIP to be used as a playground.
Now that we have a nice domain - https://django-styleguide.hacksoft.io/ - it's a good idea to have a nice landing page, explaining things and having links. We can take inspiration: -...
Related to #66 What else needs to be done: - [x] Add support for CloudFront CDN (`django-storages` config) - lets call this "media CDN" - https://django-storages.readthedocs.io/en/latest/backends/amazon-S3.html#cloudfront - [ ] Add...
a minimum configuration for redis integration for cache (resolves #328)