saschagottfried / todopyramid

My refactored version of ToDo Pyramid
1 stars 0 forks source link

Find a smarter way to handle a missing database #26

Closed saschagottfried closed 10 years ago

saschagottfried commented 10 years ago

I find this code three times in views.py

    # Special case when the db was blown away
    if self.user_id is not None and self.user is None: