Add datasets module.
authorRaphaël Barrois <raphael.barrois@polyconseil.fr>
Fri, 29 Mar 2013 20:29:29 +0000 (21:29 +0100)
committerRaphaël Barrois <raphael.barrois@polyconseil.fr>
Fri, 29 Mar 2013 20:29:29 +0000 (21:29 +0100)
commit42d22ec0f415fc2078f80682afaadbb5d27fe41b
treebb469424f1838ab51e5d7d4d9aee6237592a6f64
parent7af930abf455c0125a206006acd1c3acb8c31750
Add datasets module.
xnet/accounts/models.py
xnet/datasets/__init__.py [new file with mode: 0644]
xnet/datasets/dev.py [new file with mode: 0644]
xnet/datasets/management/__init__.py [new file with mode: 0644]
xnet/datasets/management/commands/__init__.py [new file with mode: 0644]
xnet/datasets/management/commands/loaddatasets.py [new file with mode: 0644]
xnet/datasets/models.py [new file with mode: 0644]
xnet/datasets/tests.py [new file with mode: 0644]
xnet/settings/dev.py