Hello all! I am in the process of deploying my first django site: http://pure-mist-4298.herokuapp.com/
Currently, I have two major issues I am unsure how to resolve. 1. Something is messed up with my database settings. I followed this tutorial to get started: https://devcenter.heroku.com/articles/django and initally everything worked out well. but upon trying to run syncdb a day later I run into the following error: http://dpaste.org/hhfCT/ I think this must be something to do with my database config in settings.py but since I followed that tutorial and they gave me a premade one line db setting. I am hesitant to change it. 2. Once that is resolved, as is easily seen on the site, I am also having an issue using s3 with my static files. I was under the impression heroku automatically ran collectstatic when you pushed, there by collecting all my static files to my s3 bucket and everything would just work. Here is my setttings.py, where I think all the trouble is happening: http://dpaste.org/m2ftk/ SEE THE BOTTOM OF THE FILE for my production settings. The sqlite db create in my dev enviornment is not deployed cause I have it in a .gitignore. Any help is appreciated, thanks! -- You received this message because you are subscribed to the Google Groups "Django users" group. To view this discussion on the web visit https://groups.google.com/d/msg/django-users/-/vPQjObw6j54J. To post to this group, send email to django-users@googlegroups.com. To unsubscribe from this group, send email to django-users+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/django-users?hl=en.