/django-polymer-sample-app

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

Primary LanguageHTML

djogging

A sample app written in Django and Polymer.

What does it do?

  • User signin/signup/logout
  • Time tracking (insert date, time and distance)
  • Reports (distance & avg. speed per week)

Installation

pip install -r requirements.txt
python manage.py migrate

Admin

You must create a superuser:

python manage.py createsuperuser

Then access:

http://localhost:port/admin/

REST API

It's available in: http://localhost:port/rest-track/

Screenshots

You can see some screenshots in the screenshots folder.