The real Captain Solaris (@captn_solaris) 's Twitter Profile
The real Captain Solaris

@captn_solaris

Captain Solaris on Python, Rust and Django! Stay tuned!
πŸ₯· Python πŸ±β€πŸš€ Rust 🐧Linux πŸ”₯ Django πŸ”§ Trainer πŸƒβ€β™‚οΈ Runner β€’ πŸ‡©πŸ‡ͺ πŸ‡ΊπŸ‡Έ πŸ–– πŸ§™β€β™‚οΈπŸ₯¨

ID: 1155431480283357185

calendar_today28-07-2019 10:55:06

194 Tweet

7 Followers

43 Following

The real Captain Solaris (@captn_solaris) 's Twitter Profile Photo

Django Tip of the day! Run you unittests in parallel! You can even specify the number of CPU cores. In this example i will use 8 cores. This will speed up your testing! python manage.py test --parallel 8