events - add basic views for events
authorCorentin Wallez <corentin@wallez.net>
Sat, 2 Feb 2013 16:58:35 +0000 (16:58 +0000)
committerCorentin Wallez <corentin@wallez.net>
Sat, 2 Feb 2013 16:59:35 +0000 (16:59 +0000)
commit9cf4bfb7ffa471f945bf069496c3ede1df52edd3
tree41c9f6c8ffb60af513dbe3567f1c3a34254f69bd
parentee990e9d67250675438e6485e167d56f120d8b0f
events - add basic views for events
xnet/events/urls.py [new file with mode: 0644]
xnet/events/views.py [new file with mode: 0644]
xnet/templates/base.html
xnet/templates/events/base.html [new file with mode: 0644]
xnet/templates/events/index.html [new file with mode: 0644]
xnet/templates/events/view.html [new file with mode: 0644]
xnet/urls.py