Add first project draft.
authorRaphaël Barrois <raphael.barrois@polytechnique.org>
Sat, 2 Feb 2013 01:15:04 +0000 (02:15 +0100)
committerRaphaël Barrois <raphael.barrois@polytechnique.org>
Sat, 2 Feb 2013 01:15:04 +0000 (02:15 +0100)
commit33234b2f1004f7e45208a8ef55c16e7cac1da5b9
tree06fd1868902d1c8e49643a981637e525d542e26c
parent3f680316680f6c7d6a995952e4d33cde54973551
Add first project draft.

Signed-off-by: Raphaël Barrois <raphael.barrois@polytechnique.org>
17 files changed:
.gitignore
Makefile
manage.py [new file with mode: 0755]
xnet/__init__.py [new file with mode: 0644]
xnet/example/__init__.py [new file with mode: 0644]
xnet/example/models.py [new file with mode: 0644]
xnet/example/tests.py [new file with mode: 0644]
xnet/settings.py [new file with mode: 0644]
xnet/site/__init__.py [new file with mode: 0644]
xnet/site/models.py [new file with mode: 0644]
xnet/site/templates/base.html [new file with mode: 0644]
xnet/site/templates/xnet/admin_login.html [new file with mode: 0644]
xnet/site/templates/xnet/home.html [new file with mode: 0644]
xnet/site/tests.py [new file with mode: 0644]
xnet/site/views.py [new file with mode: 0644]
xnet/urls.py [new file with mode: 0644]
xnet/wsgi.py [new file with mode: 0644]