Uses new org

This commit is contained in:
Michael 2020-03-01 16:42:28 -06:00
parent 3c30c399da
commit d90e3db7eb
7 changed files with 10 additions and 11 deletions

View File

@ -1 +1 @@
http://github.com/iMerica/dj-rest-auth/contributors
http://github.com/jazzband/dj-rest-auth/contributors

View File

@ -59,7 +59,7 @@
<ul class="nav navbar-nav">
<li class="active"><a href="/">Demo</a></li>
<li><a target="_blank" href="http://dj-rest-auth.readthedocs.org/en/latest/">Documentation</a></li>
<li><a target="_blank" href="https://github.com/iMerica/dj-rest-auth">Source code</a></li>
<li><a target="_blank" href="https://github.com/jazzband/dj-rest-auth">Source code</a></li>
<li><a target="_blank" href="{% url 'api_docs' %}">API Docs</a></li>
</ul>
</div><!--/.nav-collapse -->

View File

@ -1,11 +1,11 @@
# Czech translations of iMerica/dj-rest-auth
# Czech translations of jazzband/dj-rest-auth
#
# This file is distributed under the same license as the iMerica/dj-rest-auth package.
# This file is distributed under the same license as the jazzband/dj-rest-auth package.
#
msgid ""
msgstr ""
"Project-Id-Version: iMerica/dj-rest-auth\n"
"Report-Msgid-Bugs-To: https://github.com/iMerica/dj-rest-auth/issues\n"
"Project-Id-Version: jazzband/dj-rest-auth\n"
"Report-Msgid-Bugs-To: https://github.com/jazzband/dj-rest-auth/issues\n"
"POT-Creation-Date: 2018-06-27 23:05+0200\n"
"PO-Revision-Date: 2018-06-27 23:22+0200\n"
"Language: cs\n"

View File

@ -161,7 +161,6 @@ class UserDetailsView(RetrieveUpdateAPIView):
"""
Adding this method since it is sometimes called when using
django-rest-swagger
https://github.com/iMerica/dj-rest-auth/issues/275
"""
return get_user_model().objects.none()

View File

@ -72,7 +72,7 @@ Basing on example from installation section :doc:`Installation </installation>`
- access_token
- code
.. note:: ``access_token`` OR ``code`` can be used as standalone arguments, see https://github.com/iMerica/dj-rest-auth/blob/master/dj_rest_auth/registration/views.py
.. note:: ``access_token`` OR ``code`` can be used as standalone arguments, see https://github.com/jazzband/dj-rest-auth/blob/master/dj_rest_auth/registration/views.py
- /dj-rest-auth/twitter/ (POST)

View File

@ -8,7 +8,7 @@ Do these steps to make it running (ideally in virtualenv).
.. code-block:: python
cd /tmp
git clone https://github.com/iMerica/dj-rest-auth.git
git clone https://github.com/jazzband/dj-rest-auth.git
cd dj-rest-auth/demo/
pip install -r requirements.pip
python manage.py migrate --settings=demo.settings --noinput

View File

@ -12,10 +12,10 @@ f.close()
setup(
name='dj-rest-auth',
version='0.1.3',
version='0.1.4',
author='iMerica',
author_email='imichael@pm.me',
url='http://github.com/iMerica/dj-rest-auth',
url='http://github.com/jazzband/dj-rest-auth',
description='Authentication and Registration in Django Rest Framework',
packages=find_packages(),
long_description=long_description,