basing the django project on rdegges' django-skel
authorSeth Woodworth <seth@sethish.com>
Wed, 2 Jan 2013 18:55:16 +0000 (13:55 -0500)
committerSeth Woodworth <seth@sethish.com>
Wed, 2 Jan 2013 18:55:16 +0000 (13:55 -0500)
commitbff105aac3e1f6dd25ad7786c38e773d06e55047
tree112e36b08bb0a2b88532780e39f1cb54feedbe43
parent325c25fe00f19156584c2837ed0f6de1577472ff
basing the django project on rdegges' django-skel
23 files changed:
.gitignore
Procfile [new file with mode: 0644]
README.md [deleted file]
README.rst [new file with mode: 0644]
docs/Makefile [new file with mode: 0644]
fabfile.py [new file with mode: 0644]
gunicorn.py.ini [new file with mode: 0644]
karmaworld/__init__.py [new file with mode: 0644]
karmaworld/apps/__init__.py [new file with mode: 0644]
karmaworld/libs/__init__.py [new file with mode: 0644]
karmaworld/settings/__init__.py [new file with mode: 0644]
karmaworld/settings/common.py [new file with mode: 0644]
karmaworld/settings/dev.py [new file with mode: 0644]
karmaworld/settings/prod.py [new file with mode: 0644]
karmaworld/templates/404.html [new file with mode: 0644]
karmaworld/templates/500.html [new file with mode: 0644]
karmaworld/urls.py [new file with mode: 0644]
manage.py [new file with mode: 0644]
reqs/common.txt [new file with mode: 0644]
reqs/dev.txt [new file with mode: 0644]
reqs/prod.txt [new file with mode: 0644]
requirements.txt [new file with mode: 0644]
wsgi.py [new file with mode: 0644]