Open emieza opened 9 years ago
He fet un clone del master i he tingut problemes per accedir a la vista dels canals. El Django no em trobava la vista canals. L'he solucionat copiant les url dels canals a faceschool/urls.
no és ben bé això, simplement havies d'apuntar a http://localhost:8000/web/canals Prova, aviam... Enric
On Sun, Feb 15, 2015 at 7:26 PM, José Pedro Rusakiewicz < notifications@github.com> wrote:
He fet un clone del master i he tingut problemes per accedir a la vista dels canals. El Django no em trobava la vista canals. L'he solucionat copiant les url dels canals a faceschool/urls.
— Reply to this email directly or view it on GitHub https://github.com/lacetans/faceschool/issues/9#issuecomment-74429567.
Era això, sí. havia d'apuntar a /web.
This view can be both for stuents and for teachers.
Students:
Teachers: the same as students plus
Consider doing it with Django backend view, but it will probably be needed a custom form/view.
Start learning Django Forms here: https://docs.djangoproject.com/en/1.7/topics/forms/