Commit d90e3db 1 parent 3c30c39 commit d90e3db Copy full SHA for d90e3db
File tree 7 files changed +10
-11
lines changed
7 files changed +10
-11
lines changed Original file line number Diff line number Diff line change 1
- http://github.com/iMerica /dj-rest-auth/contributors
1
+ http://github.com/jazzband /dj-rest-auth/contributors
Original file line number Diff line number Diff line change 59
59
< ul class ="nav navbar-nav ">
60
60
< li class ="active "> < a href ="/ "> Demo</ a > </ li >
61
61
< li > < a target ="_blank " href ="http://dj-rest-auth.readthedocs.org/en/latest/ "> Documentation</ a > </ li >
62
- < li > < a target ="_blank " href ="https://github.com/iMerica /dj-rest-auth "> Source code</ a > </ li >
62
+ < li > < a target ="_blank " href ="https://github.com/jazzband /dj-rest-auth "> Source code</ a > </ li >
63
63
< li > < a target ="_blank " href ="{% url 'api_docs' %} "> API Docs</ a > </ li >
64
64
</ ul >
65
65
</ div > <!--/.nav-collapse -->
Original file line number Diff line number Diff line change 1
- # Czech translations of iMerica /dj-rest-auth
1
+ # Czech translations of jazzband /dj-rest-auth
2
2
#
3
- # This file is distributed under the same license as the iMerica /dj-rest-auth package.
3
+ # This file is distributed under the same license as the jazzband /dj-rest-auth package.
4
4
#
5
5
msgid ""
6
6
msgstr ""
7
- "Project-Id-Version : iMerica /dj-rest-auth\n "
8
- "Report-Msgid-Bugs-To : https://github.com/iMerica /dj-rest-auth/issues\n "
7
+ "Project-Id-Version : jazzband /dj-rest-auth\n "
8
+ "Report-Msgid-Bugs-To : https://github.com/jazzband /dj-rest-auth/issues\n "
9
9
"POT-Creation-Date : 2018-06-27 23:05+0200\n "
10
10
"PO-Revision-Date : 2018-06-27 23:22+0200\n "
11
11
"Language : cs\n "
Original file line number Diff line number Diff line change @@ -161,7 +161,6 @@ def get_queryset(self):
161
161
"""
162
162
Adding this method since it is sometimes called when using
163
163
django-rest-swagger
164
- https://github.com/iMerica/dj-rest-auth/issues/275
165
164
"""
166
165
return get_user_model ().objects .none ()
167
166
Original file line number Diff line number Diff line change @@ -72,7 +72,7 @@ Basing on example from installation section :doc:`Installation </installation>`
72
72
- access_token
73
73
- code
74
74
75
- .. 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
75
+ .. 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
76
76
77
77
- /dj-rest-auth/twitter/ (POST)
78
78
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ Do these steps to make it running (ideally in virtualenv).
8
8
.. code-block :: python
9
9
10
10
cd / tmp
11
- git clone https:// github.com/ iMerica / dj- rest- auth.git
11
+ git clone https:// github.com/ jazzband / dj- rest- auth.git
12
12
cd dj- rest- auth/ demo/
13
13
pip install - r requirements.pip
14
14
python manage.py migrate -- settings= demo.settings -- noinput
Original file line number Diff line number Diff line change 12
12
13
13
setup (
14
14
name = 'dj-rest-auth' ,
15
- version = '0.1.3 ' ,
15
+ version = '0.1.4 ' ,
16
16
author = 'iMerica' ,
17
17
author_email = 'imichael@pm.me' ,
18
- url = 'http://github.com/iMerica /dj-rest-auth' ,
18
+ url = 'http://github.com/jazzband /dj-rest-auth' ,
19
19
description = 'Authentication and Registration in Django Rest Framework' ,
20
20
packages = find_packages (),
21
21
long_description = long_description ,
You can’t perform that action at this time.
0 commit comments