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