diff options
author | luxagraf@c63593aa-01b0-44d9-8516-4b9c7e931d7f <luxagraf@c63593aa-01b0-44d9-8516-4b9c7e931d7f> | 2010-05-06 22:46:22 +0000 |
---|---|---|
committer | luxagraf@c63593aa-01b0-44d9-8516-4b9c7e931d7f <luxagraf@c63593aa-01b0-44d9-8516-4b9c7e931d7f> | 2010-05-06 22:46:22 +0000 |
commit | 940e343ee500a990a2be45578708d3f5d9875263 (patch) | |
tree | 4f57ac3a994434582047decfa439d6c50b8a7f68 /apps/projects/models | |
parent | 1b8c0ae77d1ffe6fe9af30e2c1646ea7cd2466c6 (diff) |
revamped slideshow with jquery, maps and exif data
Diffstat (limited to 'apps/projects/models')
-rw-r--r-- | apps/projects/models/__init__.py | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/apps/projects/models/__init__.py b/apps/projects/models/__init__.py index b29933a..5d544c1 100644 --- a/apps/projects/models/__init__.py +++ b/apps/projects/models/__init__.py @@ -1,2 +1,3 @@ from base import Project -from fiveby import FiveBy
\ No newline at end of file +from fiveby import FiveBy +from natparks import NationalParkBorders, NationalParkBordersTwo, NationalParks
\ No newline at end of file |