tarsil / django-boilerplate

Django boilerplate for Django 1.11.XXX and Python 3 with a login system and Rest Framework integrated
MIT License
9 stars 4 forks source link

Two errors to run the docker #4

Closed threefoldo closed 6 years ago

threefoldo commented 7 years ago

1, 'channels' is not installed; 2, foundation6 is missing;

tarsil commented 7 years ago

Hi,

Thank you for your observation @threefoldo . Actually, I need to update the README about Foundation as the template locations can actually be chosen by the user who is installing the app. Can be foundation or any other html. About channels, Docker usually installs everything you need when you type docker-compose up but I will have a look and come back to you.

Thank you for your contribution on this.

tarsil commented 6 years ago

@threefoldo the system is now fixed and the templates are now placed with the README up-to-date.

Thank you for your contribution on this. I will close the ticket now, please let me know if something comes up.

Best, Tiago