Move xnet/accounts to xnet/groups
authorRaphaël Barrois <raphael.barrois@polyconseil.fr>
Fri, 29 Mar 2013 22:33:24 +0000 (23:33 +0100)
committerRaphaël Barrois <raphael.barrois@polyconseil.fr>
Fri, 29 Mar 2013 22:33:25 +0000 (23:33 +0100)
commit95fa5c138ee65686c6dd142b45f87183b0397f30
tree472bb1cf002504ca7de2bd30b66169ff31d906b2
parent25dd56d39edbd4164d1d7b12f09b9675534417ca
Move xnet/accounts to xnet/groups
26 files changed:
Makefile
xnet/accounts/admin.py
xnet/accounts/factories.py
xnet/accounts/models.py
xnet/datasets/dev.py
xnet/events/models.py
xnet/groups/__init__.py [new file with mode: 0644]
xnet/groups/admin.py [new file with mode: 0644]
xnet/groups/context_processors.py [moved from xnet/accounts/context_processors.py with 100% similarity]
xnet/groups/decorators.py [moved from xnet/accounts/decorators.py with 100% similarity]
xnet/groups/factories.py [new file with mode: 0644]
xnet/groups/middleware.py [moved from xnet/accounts/middleware.py with 100% similarity]
xnet/groups/models.py [new file with mode: 0644]
xnet/groups/templates/groups/base.html [moved from xnet/accounts/templates/accounts/base.html with 66% similarity]
xnet/groups/templates/groups/directory.html [moved from xnet/accounts/templates/accounts/directory.html with 93% similarity]
xnet/groups/templates/groups/home.html [moved from xnet/accounts/templates/accounts/home.html with 93% similarity]
xnet/groups/templates/groups/index.html [moved from xnet/accounts/templates/accounts/index.html with 89% similarity]
xnet/groups/tests.py [moved from xnet/accounts/tests.py with 100% similarity]
xnet/groups/urls.py [moved from xnet/accounts/urls.py with 92% similarity]
xnet/groups/views.py [moved from xnet/accounts/views.py with 74% similarity]
xnet/lists/base.py
xnet/news/factories.py
xnet/news/models.py
xnet/settings/base.py
xnet/site/templates/base.html
xnet/urls.py