-
Notifications
You must be signed in to change notification settings - Fork 0
Court16 dev notes
therrick edited this page Jan 28, 2012
·
5 revisions
-
alias devc16='workon court16;pwd'
-
mysql.server start
-
django-admin.py runserver
-
mysql -u court16 -p court16 ... court16
-
deployment: fab deploy
-
admin / admin
-
debugging: http://aymanh.com/python-debugging-techniques, http://docs.python.org/release/2.3.4/lib/debugger-commands.html
import pdb; pdb.set_trace()
- delete / edit recurring
- check for conflicts on recurring
- date-picker for recurring
- inclusive end-date for recurring
- ends after 3 occurrences creates 4
- 2 or less occurrences doesn't get saved
- indicate graphically that an event is part of a recurring series
- when changing a recurring event, ask whether to change all in series, all future or just one
- validate recurring event form before closing dialog (?)
- change an event from one court to another