django-polymer-sample-app
django-polymer-sample-app copied to clipboard
This is a sample application that demonstrates how Django can interact with Polymer
I fail to see anything resembling polymer when inspecting the code. All I see however is a lot of jQuery. I think you should check it out here: https://www.polymer-project.org/
I updated the code so that it runs with Django 1.10. - Django 1.10 is now in the requirements.txt - `rest_auth` and other packages in requirements.txt werde updated - Changes...
TEMPLATES should be defined fro Django 1.10.
Would be nice to add the command to start the Django server in the README: `python manage.py runserver`.