Monday, March 25, 2019

Django Weblog: DjangoCon US 2019 Returns to San Diego

We are pleased to announce that the DjangoCon US 2019 conference will return to San Diego, California, from September 22-27, 2019!

  • September 22: Tutorials (Paid)
  • September 23-25: Talks
  • September 26-27: Sprints

We have a lot of amazing things planned that we’ll be announcing over the next few months. Until then, here’s what you can do to help!

Start working on those proposals, and we hope we’ll see you at DjangoCon US 2019!



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