caktus / django-project-template

Django project template for startproject (Requires 2.2+)
209 stars 53 forks source link

Update to latest version of margarita #192

Closed vkurup closed 9 years ago

vkurup commented 9 years ago

Opinions on whether this should point to the latest release or to master?

The benefit of fixing it to the latest release is that projects can decide to upgrade on their own, rather than whenever margarita updates. The downside is that we need to remember to update this every time we have a new margarita release, so that new projects get the latest release.

If we agree on 'latest release', then I can add docs to the margarita release process to update this setting after each release.

dpoirier commented 9 years ago

I think it should be pinned to the latest margarita version that the template has been updated to work with.

vkurup commented 9 years ago

This was added to #190.