Added django application and a sample project for running in web server
authorStas Shtin <antisvin@gmail.com>
Sat, 10 Apr 2010 11:08:56 +0000 (15:08 +0400)
committerStas Shtin <antisvin@gmail.com>
Sat, 10 Apr 2010 11:08:56 +0000 (15:08 +0400)
commit9a7deb8eb4dbd2aaeeb95d043703429489946a17
tree997d801399e0867155cf7cf2068e692fc7a55897
parent6de3b0951814710418d61efeb11d9c48b756eccc
Added django application and a sample project for running in web server
12 files changed:
ipypbx.pro [deleted file]
projects/ipypbx.pro [new file with mode: 0644]
projects/sample/__init__.py [new file with mode: 0644]
projects/sample/local_settings.py.template [new file with mode: 0644]
projects/sample/manage.py [new file with mode: 0755]
projects/sample/settings.py [new file with mode: 0644]
projects/sample/urls.py [new file with mode: 0644]
src/ipypbxweb/__init__.py [new file with mode: 0644]
src/ipypbxweb/admin.py [new file with mode: 0644]
src/ipypbxweb/models.py [new file with mode: 0644]
src/ipypbxweb/tests.py [new file with mode: 0644]
src/ipypbxweb/views.py [new file with mode: 0644]