Thursday, November 18, 2021

Evennia: The Evennia blog has moved to evennia.com!

This dev blog has moved! All past and future posts will now be found here instead on evennia.com. The linked post discusses the move in more detail, including the little custom blog platform I wrote for it.

The old posts here on blogspot/bloggly will remain but won't be updated anymore.

Cheers,

Griatch



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...