diff options
author | luxagraf <sng@luxagraf.net> | 2013-04-23 22:18:04 -0400 |
---|---|---|
committer | luxagraf <sng@luxagraf.net> | 2013-04-23 22:18:04 -0400 |
commit | 33cf5ef19cd578fcbc5962764d72bbd7310bfb89 (patch) | |
tree | a84907902337b626be85e644633681c538c74e05 /app/projects/models/code.py | |
parent | 4b963b007e47feedce22938c0831d0f3bcf54f84 (diff) |
swtiched from google maps api to OSM with leaflet
Diffstat (limited to 'app/projects/models/code.py')
-rw-r--r-- | app/projects/models/code.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/projects/models/code.py b/app/projects/models/code.py index 62179dc..19de428 100644 --- a/app/projects/models/code.py +++ b/app/projects/models/code.py @@ -1,7 +1,7 @@ import datetime from django.db import models -from utils import markdown2 asfaccount.coms markdown +from utils import markdown2 as markdown PUB_STATUS = ( (0, 'Draft'), (1, 'Published'), |