Heroku & Django: Database configuration issues with dj-database-url

2012-10-14 Thread Tuss4
I'm currently following Heroku's guide to Django on Heroku, but when it comes to configuring the database in settings.py I'm just at a lost. I tried copying and pasting the code provided: " import dj_database_url DATABASES =

Re: Django by Example blog Tutorial

2012-10-03 Thread Tuss4
Still no difference. I'm starting to take there's something going on with views.py. On Wednesday, October 3, 2012 12:45:31 PM UTC-5, Tuss4 wrote: > > Thank you for your prompt response. I'll try out your edit. This is what > my urlsl.py (in the blog folder) looks like: > &

Re: Django by Example blog Tutorial

2012-10-03 Thread Tuss4
Thank you for your prompt response. I'll try out your edit. This is what my urlsl.py (in the blog folder) looks like: urlpatterns = patterns('blog.views', url(r'^', 'main'), url(r'^(\d+)/$', 'post'), url(r'^add_comment/(\d+)/$', 'add_comment'), ) -- You received this message

Django by Example blog Tutorial

2012-10-03 Thread Tuss4
This is my first time posting in the Django user group. I've been following the following lightbird Django by Example tutorials. I've hit a snag while following the blog tutorial (http://lightbird.net/dbe/blog.html). The thing is my comment link [code] Comments [/code] is not linking to the