Initial commit
authorMaciej Tronowski <mtro@man.poznan.pl>
Tue, 10 Feb 2015 14:20:13 +0000 (15:20 +0100)
committerMaciej Tronowski <mtro@man.poznan.pl>
Tue, 10 Feb 2015 14:20:13 +0000 (15:20 +0100)
commit0abdf2f7af1798b74d6e1148e5e322af5c708eb6
tree3d73a93d9e09d9859a44a56033ae0c5893b874b0
Initial commit
13 files changed:
.gitignore [new file with mode: 0644]
manage.py [new file with mode: 0755]
plgng/__init__.py [new file with mode: 0644]
plgng/settings.py [new file with mode: 0644]
plgng/urls.py [new file with mode: 0644]
plgng/wsgi.py [new file with mode: 0644]
qcg/__init__.py [new file with mode: 0644]
qcg/admin.py [new file with mode: 0644]
qcg/migrations/__init__.py [new file with mode: 0644]
qcg/models.py [new file with mode: 0644]
qcg/tests.py [new file with mode: 0644]
qcg/views.py [new file with mode: 0644]
requirements.txt [new file with mode: 0644]