Skip to content

dahallgren/django-bundy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

bundy clock

Bundy clock simple Django app for storing and retrieving punch times, to be used with the lock screen saver bundy clock: https://github.com/dahallgren/bundyclock

Quick start

1. Add "bundyclock" to your INSTALLED_APPS setting like this along with django rest framework:

INSTALLED_APPS = [
    ...
    'bundyclock',
    'rest_framework',
]
  1. Include the bundyclock URLconf in your project urls.py like this:

    path('bundyclock/', include('bundyclock.urls')),
    
  2. Run python manage.py migrate to create the bundyclock models.

  3. Visit http://127.0.0.1:8000/bundyclock/api/

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages