clede / Radiotrack

A Django web app to track live air times of your favorite radio programs.
Apache License 2.0
0 stars 0 forks source link

Add user accounts. #4

Closed clede closed 8 years ago

clede commented 8 years ago

Need to add user accounts. (DONE)

Users should have: username & password, time zone* (Depends on what method of time zone support we add)

Users should maintain their own list of programs. Stations will be maintained as one large list for all users.

clede commented 8 years ago

This is done for now. Will reconsider how to do time zone support later.