Skip to content

Latest commit

 

History

History
196 lines (122 loc) · 8.15 KB

File metadata and controls

196 lines (122 loc) · 8.15 KB

Python

  • You can create State Machine with simple transitions 📚
  • You know how to listen for state transitions
  • You know how to use current user context in message log
  • You know how to configure defaults for models 📚
  • You know how to disable caching for specific query
  • You know how to create a notification
  • Know how to translate Django models fields
  • You know how to setup fallback language
  • You have to configure salt and length of the hash
  • You know how to use it as a PK
  • You know how to define defaults
  • How to cast variables, including lists
  • You can use helpers like db for connection strings
  • You understand 12 factor app concept
  • How to declare a model with versioned history
  • You are able to add your own action in Django admin panel
  • You know how to set a custom name for an action
  • You can decide when it's appropriate library, contrary to your own implementation
  • You know how to declare a type
  • You understand pitfalls of not doing so
  • You can define necessary manager class
  • Define routes with http verbs
  • How to setup an app config
  • Use with storage, using DB of choice
  • How to response with json and use http code constants
  • You can create full text search query
  • You know how to use ordering query
  • You can use it with DRF Generic View
  • You know how to create custom queryset for a filter
  • You can create simple HTTP endpoint using API gateway
  • You know plugins to handle local development like serverless offline
  • Configure more robust triggers like SQS events
  • You know how to use WSGI based framework
  • You know how to scaffold a Django app
  • You know how to create routing with query params
  • You can query DB using one of asynchronous libraries
  • You know how to use model in response
  • You can create server side events view
  • You know how to use Depends
  • You know how to declare a model
  • You can identify proper field types to model
  • You know how to use resources
  • You know how credentials are used, along with region
  • Know how to setup static files served by a middleware
  • You are able to render a PDF
  • You are able to create Models
  • You used proxy model
  • You know how to chain queries using custom Manager
  • You can create model inheritance
  • You can create Model
  • You know how to create virtual fields
  • You know how to configure a connection
  • You can setup/create migrations
  • You use sub queries
  • You know how to create a model
  • You know how to fetch by a hash or scan by props
  • You know how to do an upsert opearation
  • You are able to create a task
  • You can create multiple queues
  • You can configure a broker
  • You know how to use flower
  • You can create own Task classes to extend functionality
  • You know how does sofy and hard limit works
  • You know how to use it to render templates
  • You are able to render a template

Contribution

We are very open to contributions to extend or change the requirements based on your gut and experience. To contribute you can use a pull request which will be later validated by our technical team and added to the main docs.

If you will spot any issues please add them in the Issues section.

Credits

This page is maintained by the 🔹 Flairs.ai and 🇵🇱 Apptension teams.

If you would like to create a dedicated Developer Handbook for your company, you can e-mail us 👉 contact@flairs.ai

License

MIT License

© 2020 Flairs Sp. z o.o.

Built and maintained by Flairs and Apptension.

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.