Changes between Initial Version and Version 1 of Ticket #23348, comment 1


Ignore:
Timestamp:
Aug 22, 2014, 4:44:39 PM (10 years ago)
Author:
None

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #23348, comment 1

    initial v1  
    11Heres a link to an example codebase https://github.com/glassresistor/django-oauth2-provider/tree/7ab7a17531e5d9e7e0c32f32723ea62601c9d80a
    2 Running tox should should work with in the one pointing at dev failing.
     2in an virtualenv
     3pip install -r requirements.txt
     4pip install -e git+https://github.com/django/django.git#egg=django
     5python manage.py test
Back to Top