Tuesday, March 26, 2019

Continuum Analytics Blog: Anaconda Enterprise 5.3 Release

The Anaconda Product Team has released Anaconda Enterprise 5.3, an upgrade focused on platform stability and reliability to support our customers’ needs for continuous innovation. Customizable Static Endpoints Users can now customize a static endpoint,…

The post Anaconda Enterprise 5.3 Release appeared first on Anaconda.



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