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 Takipçi

43 Takip Edilen

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