Thursday, April 25, 2019

EuroPython: EuroPython 2019: Launching our website

We are happy to announce the launch of our website for EuroPython 2019:

image

Thanks to Artur, Patrick and our web WG, the website now comes with a renovated layout, modern technology and new features.

At the same time, we are launching the CFP for the conference. We’ll post details in a separate blog post.

Enjoy,

EuroPython 2019 Team
https://ep2019.europython.eu/
https://www.europython-society.org/



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