neon520 / Bar-Tapas

Django Webpage about Bars and Tapas

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

Django Webpage about Bars and Tapas


Languages

Language:Python 60.0%Language:HTML 33.7%Language:JavaScript 6.3%