accounts - add user models
authorBrice Gelineau <brice.gelineau@m4x.org>
Sat, 2 Feb 2013 14:02:42 +0000 (15:02 +0100)
committerBrice Gelineau <brice.gelineau@m4x.org>
Sat, 2 Feb 2013 14:09:00 +0000 (15:09 +0100)
commit53722fb0210e40eaacb5f80e1d8964b7708cefc5
treea3f54de2be0ed0fd3cc036ac7d0a54dbbec0a921
parent1e2ffbc2ac4bb53275958215605efb9d5ee3479e
accounts - add user models
Makefile
requirements.txt
xnet/accounts/__init__.py [moved from xnet/group/__init__.py with 100% similarity]
xnet/accounts/admin.py [new file with mode: 0644]
xnet/accounts/factories.py [new file with mode: 0644]
xnet/accounts/models.py [new file with mode: 0644]
xnet/accounts/tests.py [new file with mode: 0644]
xnet/group/admin.py [deleted file]
xnet/group/factories.py [deleted file]
xnet/group/models.py [deleted file]
xnet/settings.py