/Bar-Tapas

Django Webpage about Bars and Tapas

Primary LanguagePython

Bar&Tapas

Django Webpage about Bars and Tapas, based on next tutorial: TangoWithDjango

To not use static content by myself when deploying, I did the following tutorial: Django-assets

You can see the final result here in Heroku

##Tutorial First of all, I have put, from settings.py,

DEBUG=False
ALLOWED_HOSTS=["*"]

After this, I continue doing the previous mentioned tutorial.

You have to do it until the Collectstatic during builds part.

After that you only need to conect your Repository to Heroku and Enable Automatic Deploy.

##Problems I don't know why but highcharts node doesn't load if I use https conection. Fixing it in next version.