Populate account table
authorNicolas Iooss <nicolas.iooss_git@polytechnique.org>
Thu, 24 Sep 2015 13:06:53 +0000 (15:06 +0200)
committerNicolas Iooss <nicolas.iooss_git@polytechnique.org>
Thu, 24 Sep 2015 13:06:53 +0000 (15:06 +0200)
commitd171e6c7a2de5bd595ca9db94d15c00b575097d0
tree047f18ae8300dd398191b38f18fb83be7aa565b9
parente0a096aeccadf42bbeb90ef350cfaadd8ae07350
Populate account table
database/Makefile
database/platal/factories.py
database/platal/management/__init__.py [new file with mode: 0644]
database/platal/management/commands/__init__.py [new file with mode: 0644]
database/platal/management/commands/fake_email_accounts.py [moved from database/platal/static_data.py with 75% similarity]
database/platal/management/commands/populate_db.py [new file with mode: 0644]
database/platal/models.py
database/requirements.txt
database/settings_sqlitedb.py