diff options
author | luxagraf <sng@luxagraf.net> | 2012-10-14 22:26:39 -0400 |
---|---|---|
committer | luxagraf <sng@luxagraf.net> | 2012-10-14 22:26:39 -0400 |
commit | fa869d1a60ff6f8c41cd7f2bf0e0964bff9ba9f1 (patch) | |
tree | f60ab325dbaf6a4dab443daa3f8fea84edba4a1d /app/projects/models | |
parent | 27e05eaae0dd829090749facc5e10ca0a7b9a5dc (diff) |
converted publishing system to have buttons int the admin and reworked the config system
Diffstat (limited to 'app/projects/models')
-rw-r--r-- | app/projects/models/__init__.py | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/app/projects/models/__init__.py b/app/projects/models/__init__.py index 7fe6077..6f61282 100644 --- a/app/projects/models/__init__.py +++ b/app/projects/models/__init__.py @@ -1,4 +1,5 @@ from base import Project from fiveby import FiveBy from natparks import NationalParks -from code import Code
\ No newline at end of file +from code import Code +from gifs import AnimatedGif |