Skip to content

Commit

Permalink
partial support for heroku
Browse files Browse the repository at this point in the history
  • Loading branch information
toolness committed Jan 31, 2014
1 parent 03e3bec commit c80b251
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 38 deletions.
3 changes: 2 additions & 1 deletion .gitignore
@@ -1 +1,2 @@
collected-static
venv
*.pyc
1 change: 1 addition & 0 deletions Procfile
@@ -0,0 +1 @@
web: gunicorn htmlpad_dot_org.wsgi
35 changes: 0 additions & 35 deletions fabfile.py

This file was deleted.

5 changes: 5 additions & 0 deletions htmlpad_dot_org/wsgi.py
@@ -0,0 +1,5 @@
# manage adds more directories to the Python path.
import manage

import django.core.handlers.wsgi
application = django.core.handlers.wsgi.WSGIHandler()
1 change: 0 additions & 1 deletion vendor/django
Submodule django deleted from 0c7e59
1 change: 0 additions & 1 deletion vendor/vendor.pth

This file was deleted.

0 comments on commit c80b251

Please sign in to comment.