Basic group profile and web/logo/description fields of the Group model
authorArthur Darcet <arthur.darcet@m4x.org>
Sat, 2 Feb 2013 14:34:25 +0000 (15:34 +0100)
committerArthur Darcet <arthur.darcet@m4x.org>
Sat, 2 Feb 2013 15:03:37 +0000 (16:03 +0100)
commit626048e1bc20595830190b00707c85c8a51229cd
tree402b7deb613a18818a1334f883bd32161626ee6e
parent2dcfeb7dfd5d8cf8703ae5788e713bc6368d3c2e
Basic group profile and web/logo/description fields of the Group model
18 files changed:
.gitignore
requirements.txt
xnet/accounts/factories.py
xnet/accounts/models.py
xnet/accounts/urls.py [new file with mode: 0644]
xnet/accounts/views.py [new file with mode: 0644]
xnet/group/urls.py [deleted file]
xnet/group/views.py [deleted file]
xnet/settings.py
xnet/site/static/css/groups.css
xnet/templates/base.html
xnet/templates/groups/base.html [new file with mode: 0644]
xnet/templates/groups/index.html
xnet/templates/groups/view.html [new file with mode: 0644]
xnet/urls.py
xnet/utils/__init__.py [new file with mode: 0644]
xnet/utils/images/__init__.py [new file with mode: 0644]
xnet/utils/images/fields.py [new file with mode: 0644]