django-authority/example
Jenny Qian ad61de0cae fixing invalid syntax error
Got the following error when installing django-authority:
  File "/path/to/env/build/django-authority/example/users/admin.py", line 2
    from example.users.User
                          ^
SyntaxError: invalid syntax
2014-01-29 16:18:38 -06:00
..
exampleapp refs #12: print functions in all the places 2013-03-18 19:11:38 -04:00
templates Added date_requested and date_approved fields to Permission model, to accompany the permission request changes. This requires a schema change. 2009-07-23 07:33:34 +02:00
users fixing invalid syntax error 2014-01-29 16:18:38 -06:00
__init__.py Added example project 2009-06-08 12:03:49 +02:00
development.py Added example project 2009-06-08 12:03:49 +02:00
manage.py Update manage.py for Django 1.6 and below 2013-12-20 20:14:07 +01:00
production.py Added example project 2009-06-08 12:03:49 +02:00
settings.py Fix use of deprecated adminmedia taglib 2013-07-13 01:30:38 +00:00
urls.py Fix import for Django 1.6 in example 2013-12-20 19:33:05 +01:00