Sunday, December 8, 2019

Janusworx: Moving Python Planet Feed, Test Post.

Changing the feed for the planet, so i don’t flood it with my daily python updates.
If you want to keep up with programming specific stuff, the feed is here.
And if you want to read all the madness, this is the site feed.




from Planet Python
via read more

No comments:

Post a Comment

TestDriven.io: Working with Static and Media Files in Django

This article looks at how to work with static and media files in a Django project, locally and in production. from Planet Python via read...