Skip to content
This repository has been archived by the owner on Oct 11, 2021. It is now read-only.

What about django 1.5.1? #33

Closed
chimeno opened this issue Jun 2, 2013 · 7 comments
Closed

What about django 1.5.1? #33

chimeno opened this issue Jun 2, 2013 · 7 comments

Comments

@chimeno
Copy link

chimeno commented Jun 2, 2013

I am just wondering if there are compatibility issues with django 1.5.1.

@andrewaustin
Copy link
Collaborator

Currently, you have to make some changes to get things to play nicely with Django 1.5. The fixes are pretty simple, and the error messages that Django gives you basically tells you how to fix the issue. Off the top of my head you have to:

  1. Add something additional to the log handlers
  2. Change some import paths because they've been moved
  3. Whitelist the domain/subdomain you're using one of the newer django settings
  4. I believe there are two other warnings that python manage.py runserver will give you that explains what you need to change

I've been meaning to submit some pull requests to fix the issues, will try to get to it tomorrow.

@blanchardjeremy
Copy link

Same question, but what about Django 1.6? Any plans to upgrade this?

@rdegges
Copy link
Owner

rdegges commented May 11, 2014

Yes! I'm actually just looking into this now.

@cottrellio
Copy link

+1 for 1.6 (maybe even 1.7 as it should be released soon) :) Great work btw!!! Love this skeleton!

@locomo
Copy link

locomo commented Oct 2, 2014

+1 for 1.7

@aladagemre
Copy link
Contributor

I have an extended fork of this repo. These two commits should do the job I think:

aladagemre@26bbdeb
aladagemre@fcf253b

(except you will remove django-allauth which is my extra package)

@pydanny
Copy link
Collaborator

pydanny commented Apr 17, 2015

Closed on account of #64

@pydanny pydanny closed this as completed Apr 17, 2015
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

8 participants