Just a shout-out of some packages I’m using when creating a new django project
- django white noise (serving static simplified)
- django pipeline (asset management that does not suck)
- pinax-project-account (quick django creation with accounts management integrated, so you off creating interesting stuff)
Following is the presentation I have given at the Cambridge django meetup, enjoy.
February 3, 2017 at 5:40 am
thanks
February 3, 2017 at 8:06 am
you’re welcome.
just want to say that later I’ve switched from pinax and I’m using django-allauth, especially when this involves dealing with third party integration, like facebook and twitter.