diff options
Diffstat (limited to 'app/notes')
-rw-r--r-- | app/notes/models.py | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/app/notes/models.py b/app/notes/models.py index 25062d0..6d5e805 100644 --- a/app/notes/models.py +++ b/app/notes/models.py @@ -1,11 +1,3 @@ -''' -TODO: -2) test urlize with markdown links -3) parse out markdown wrapped links for twitter -4) CSS -6) Write JavaScript to automatically place map on current location -''' - import json import datetime from django.contrib.gis.db import models |