django-authority/example/users
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
..
__init__.py Added custom user model and modified test run to use it when Django >= 1.5 2013-06-13 06:13:12 -05:00
admin.py fixing invalid syntax error 2014-01-29 16:18:38 -06:00
models.py Added custom user model and modified test run to use it when Django >= 1.5 2013-06-13 06:13:12 -05:00