hiidef / oauth2app

Django OAuth 2.0 Server App. Please fork and improve!
https://github.com/hiidef/oauth2app
MIT License
271 stars 115 forks source link

Django 1.5 support, Admin interface & docs, backwards compat w/1.3. #46

Open kvogel opened 11 years ago

kvogel commented 11 years ago

Make django_nose optional, runtime generation of uri in example app request instead of hardcoded port 8000, sqlite directory location set depending on settings.py location, import absolute_http_url_re tries Django 1.5 location first if fails tries 1.3 location, use django's datetime field in models, remove KeyGenerator, use keygen helper and some pep8 formatting. screen shot 2013-05-25 at 10 07 37 pm screen shot 2013-05-25 at 10 07 56 pm screen shot 2013-05-25 at 10 08 27 pm

kvogel commented 11 years ago

Duh, should I have done a pull request on the develop branch? If so can I nuke this request or just close it and make a new one?

bhagany commented 11 years ago

To tell you the truth, I don't even know any more. We've been a little overextended trying to get a big project out the door here, and I'm afraid some of our open source stuff has piled up a decent number of tickets and pull requests. Once we release, I'll do some triage, and if it would be more convenient to apply the pull request to another branch, I'll let you know then.

kvogel commented 11 years ago

Ok thanks!