first commit
commit305a6322f65fdb2da1e12fce72dbb2706b4b7e18
authorSina Mahmoodi <itz.s1na@gmail.com>
Fri, 6 Apr 2012 01:46:42 +0000 (6 06:16 +0430)
committerSina Mahmoodi <itz.s1na@gmail.com>
Fri, 6 Apr 2012 01:46:42 +0000 (6 06:16 +0430)
tree0a832162702af3a77090b12cdbc9ae766c84900e
first commit
46 files changed:
__init__.py [new file with mode: 0644]
__init__.pyc [new file with mode: 0644]
accounts/__init__.py [new file with mode: 0644]
accounts/__init__.pyc [new file with mode: 0644]
accounts/models.py [new file with mode: 0644]
accounts/models.pyc [new file with mode: 0644]
accounts/tests.py [new file with mode: 0644]
accounts/urls.py [new file with mode: 0644]
accounts/urls.pyc [new file with mode: 0644]
accounts/views.py [new file with mode: 0644]
accounts/views.pyc [new file with mode: 0644]
db.sql [new file with mode: 0644]
main/__init__.py [new file with mode: 0644]
main/__init__.pyc [new file with mode: 0644]
main/models.py [new file with mode: 0644]
main/models.pyc [new file with mode: 0644]
main/tests.py [new file with mode: 0644]
main/views.py [new file with mode: 0644]
main/views.pyc [new file with mode: 0644]
manage.py [new file with mode: 0755]
qaa/__init__.py [new file with mode: 0644]
qaa/__init__.pyc [new file with mode: 0644]
qaa/admin.py [new file with mode: 0644]
qaa/admin.pyc [new file with mode: 0644]
qaa/models.py [new file with mode: 0644]
qaa/models.pyc [new file with mode: 0644]
qaa/tests.py [new file with mode: 0644]
qaa/urls.py [new file with mode: 0644]
qaa/urls.pyc [new file with mode: 0644]
qaa/views.py [new file with mode: 0644]
qaa/views.pyc [new file with mode: 0644]
settings.py [new file with mode: 0644]
settings.pyc [new file with mode: 0644]
static/css/style.css [new file with mode: 0755]
static/img/screen.png [new file with mode: 0644]
static/img/topmenu-hover.png [new file with mode: 0755]
static/img/topmenu.png [new file with mode: 0755]
templates/accounts/login.html [new file with mode: 0644]
templates/accounts/profile.html [new file with mode: 0644]
templates/base.html [new file with mode: 0644]
templates/main/index.html [new file with mode: 0644]
templates/qaa/ask.html [new file with mode: 0644]
templates/qaa/question_detail.html [new file with mode: 0644]
templates/qaa/questions.html [new file with mode: 0644]
urls.py [new file with mode: 0644]
urls.pyc [new file with mode: 0644]