FrankWiles.com
2 posts

django

Post

Django Third-party App Ecosystem

Third-party applications are the unsung heroes of the Django ecosystem. Core Django covers a wide range of common application needs, but it obviously cannot be everything to everyone. Django's third-party app ecosystem fills this role.

django
Post

Django Template Variable or Else

Easy way to display a Django template variable or show a default value.

django