etianen/django-herokuapp
A set of utilities and a project template for running Django sites on Heroku.
PythonNOASSERTION
Issues
- 1
Is this still relevant?
#40 opened by KrunchMuffin - 7
OSError: [Errno 13] Permission denied
#14 opened by cauan - 3
HerokuCommandError
#37 opened by skhaz - 17
- 1
Windows Compatibility
#39 opened by pbowditch - 1
heroku auth:token fails: unexpected flag
#36 opened by jelko - 1
Add loaddata help
#35 opened by teolemon - 1
- 4
Error running herokuapp_startproject.py
#25 opened by brad - 7
Python 3 compatibility
#15 opened by nCrazed - 4
clarify/document dotted paths for loading apps
#31 opened by puterleat - 2
- 1
- 0
- 1
venv)nicolas@TCL-Nico:~/Proyectos/poketnight$ DJANGO_SETTINGS_MODULE=poketnight.settings.production python manage.py heroku_deploy Traceback (most recent call last): File "manage.py", line 9, in <module> load_env(__file__, "poketnight") File "/home/nicolas/Proyectos/poketnight/venv/local/lib/python2.7/site-packages/herokuapp/env.py", line 12, in load_env heroku_config = heroku.config_get() File "/home/nicolas/Proyectos/poketnight/venv/local/lib/python2.7/site-packages/herokuapp/commands.py", line 99, in config_get return parse_shell(self("config", shell=True, _out=None)) File "/home/nicolas/Proyectos/poketnight/venv/local/lib/python2.7/site-packages/herokuapp/commands.py", line 20, in parse_shell in lines.split() ValueError: dictionary update sequence element #0 has length 1; 2 is required
#28 opened by lucas-aragno - 9
ERROR: ssl.py", line 198, in send v = self._sslobj.write(data) socket.error: [Errno 32] Broken pipe
#27 opened by Rovel - 0
herokuapp_startproject.py: command not found
#23 opened by rajasimon - 3
Allow users to use sqlite3 in local environment
#20 opened by OthmanAbah - 2
sh 1.09 is not supported in windows
#18 opened by Besjan - 3
- 2
django 1.7 doesn't require South
#29 opened by puterleat - 1
database config
#16 opened by ashwin31 - 1
Import error on deploy
#24 opened by realfresh - 1
Environment issues
#13 opened by Pragueham - 1
Use ALLOWED_HOSTS for CanonicalDomainMiddleware
#11 opened by etianen - 0
Add pytz to requirements
#7 opened by etianen - 0
Update for Django security release
#10 opened by etianen - 0
Include memcache configuration
#8 opened by etianen - 0
Document herokuapp management command
#6 opened by etianen - 0
Management command for running other management commands with correct environmental variables
#4 opened by etianen - 0
- 0
Patch S3 storage so that AWS_IS_GZIPPED works
#1 opened by etianen - 0
Documentation for integrating NewRelic
#2 opened by etianen