Learning Resources
Set Up
- How to install - Recommended for first steps in Django.
- Virtualenv - We recommend install our Django environment inside a python virtualenv
- PyEnv - Use PyEnv to manage multiple python versions.
Tools
- PyCharm - Recommended IDE to work in python.
- django-debug-toolbar - Recommended tool to debug endpoint performance.
- django-grappelli - A jazzy skin for the Django Admin-Interface.
- Celery - Recommend to execute background task.
- drf-yasg - A useful tool for documenting your Rest Framework endpoints.
Coding Style
Stay Updated