django-polymer-sample-app icon indicating copy to clipboard operation
django-polymer-sample-app copied to clipboard

This is a sample application that demonstrates how Django can interact with Polymer

Results 4 django-polymer-sample-app issues
Sort by recently updated
recently updated
newest added

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`.