mirror of
https://github.com/jazzband/django-authority.git
synced 2026-03-16 22:20:28 +00:00
Updated docs for Jazzband.
This commit is contained in:
parent
26ed10824d
commit
46634c3b46
4 changed files with 12 additions and 11 deletions
|
|
@ -15,7 +15,7 @@ The main website for django-authority is
|
|||
``pip install django-authority==dev`` or ``easy_install django-authority==dev``.
|
||||
|
||||
.. _`django-authority.readthedocs.org`: http://django-authority.readthedocs.org/
|
||||
.. _in-development version: https://github.com/jezdez/django-authority/archive/master.zip#egg=django-authority-dev
|
||||
.. _in-development version: https://github.com/jazzband/django-authority/archive/master.zip#egg=django-authority-dev
|
||||
|
||||
Example
|
||||
=======
|
||||
|
|
@ -38,9 +38,7 @@ To get the example project running do:
|
|||
Now create a flatage and open it to see some of the templatetags in action.
|
||||
Don't hesitate to use the admin to edit the permission objects.
|
||||
|
||||
Full docs coming soon.
|
||||
|
||||
Please use https://github.com/jezdez/django-authority/issues/ for issues and bug reports.
|
||||
Please use https://github.com/jazzband/django-authority/issues/ for issues and bug reports.
|
||||
|
||||
Documentation
|
||||
=============
|
||||
|
|
@ -162,4 +160,4 @@ Changelog:
|
|||
allows to request permissions, but also add them (only for users with
|
||||
the 'authority.add_permission' Django permission).
|
||||
|
||||
.. _`migrations/`: https://github.com/jezdez/django-authority/tree/master/migrations
|
||||
.. _`migrations/`: https://github.com/jazzbands/django-authority/tree/master/migrations
|
||||
|
|
|
|||
|
|
@ -29,7 +29,7 @@ Development version
|
|||
The latest development version is located on it's `Github account`_. You
|
||||
can checkout the package using the Mercurial_ scm::
|
||||
|
||||
git clone https://github.com/jezdez/django-authority.git
|
||||
git clone https://github.com/jazzband/django-authority
|
||||
|
||||
Then install it manually::
|
||||
|
||||
|
|
@ -39,5 +39,5 @@ Then install it manually::
|
|||
.. warning:: The development version is not fully tested and may contain
|
||||
bugs, so we prefer to use the latest package from pypi.
|
||||
|
||||
.. _Github account: https://github.com/jezdez/django-authority/
|
||||
.. _Github account: https://github.com/jazzband/django-authority/
|
||||
.. _Mercurial: http://www.selenic.com/mercurial/
|
||||
|
|
|
|||
|
|
@ -14,4 +14,4 @@ For more specific issues and bug reports please use the `issue tracker`_ on
|
|||
django-authority's Github page.
|
||||
|
||||
.. _google group: http://groups.google.com/group/django-authority
|
||||
.. _issue tracker: https://github.com/jezdez/django-authority/issues/
|
||||
.. _issue tracker: https://github.com/jazzband/django-authority/issues/
|
||||
|
|
|
|||
9
setup.py
9
setup.py
|
|
@ -16,7 +16,7 @@ setup(
|
|||
author='Jannis Leidel',
|
||||
author_email='jannis@leidel.info',
|
||||
license='BSD',
|
||||
url='https://github.com/jezdez/django-authority/',
|
||||
url='https://github.com/jazzband/django-authority/',
|
||||
packages=find_packages(),
|
||||
classifiers=[
|
||||
'Development Status :: 3 - Alpha',
|
||||
|
|
@ -25,15 +25,18 @@ setup(
|
|||
'License :: OSI Approved :: BSD License',
|
||||
'Operating System :: OS Independent',
|
||||
'Programming Language :: Python',
|
||||
'Programming Language :: Python :: 2.6',
|
||||
'Programming Language :: Python :: 2',
|
||||
'Programming Language :: Python :: 2.7',
|
||||
'Programming Language :: Python :: 3',
|
||||
'Programming Language :: Python :: 3.3',
|
||||
'Programming Language :: Python :: 3.4',
|
||||
'Programming Language :: Python :: 3.5',
|
||||
'Framework :: Django',
|
||||
],
|
||||
install_requires=['django'],
|
||||
package_data = {
|
||||
'authority': [
|
||||
'fixtures/test.json',
|
||||
'fixtures/*.json',
|
||||
'templates/authority/*.html',
|
||||
'templates/admin/edit_inline/action_tabular.html',
|
||||
'templates/admin/permission_change_form.html',
|
||||
|
|
|
|||
Loading…
Reference in a new issue