]> git.parisson.com Git - telemeta_mcm.git/commit
Initial commit. Partial models covering Notice Documents
authorThomas Fillon <thomas@parisson.com>
Tue, 19 Jul 2016 11:12:13 +0000 (13:12 +0200)
committerThomas Fillon <thomas@parisson.com>
Tue, 19 Jul 2016 11:12:13 +0000 (13:12 +0200)
commit7a06153749e435f8369fb5b7188a2b82dc11cce1
treef657fd2a703e4fb1c6efcca774f38f246c322ee2
Initial commit. Partial models covering Notice Documents
14 files changed:
mcm/__init__.py [new file with mode: 0644]
mcm/admin.py [new file with mode: 0644]
mcm/apps.py [new file with mode: 0644]
mcm/management/__init__.py [new file with mode: 0644]
mcm/management/commands/__init__.py [new file with mode: 0644]
mcm/management/commands/find_duplicate.py [new file with mode: 0644]
mcm/management/commands/import_xml.py [new file with mode: 0644]
mcm/models.py [new file with mode: 0644]
mcm/tests.py [new file with mode: 0644]
mcm/views.py [new file with mode: 0644]
telemeta_mcm/__init__.py [new file with mode: 0644]
telemeta_mcm/settings.py [new file with mode: 0644]
telemeta_mcm/urls.py [new file with mode: 0644]
telemeta_mcm/wsgi.py [new file with mode: 0644]