diff options
author | luxagraf@c63593aa-01b0-44d9-8516-4b9c7e931d7f <luxagraf@c63593aa-01b0-44d9-8516-4b9c7e931d7f> | 2010-04-04 23:30:30 +0000 |
---|---|---|
committer | luxagraf@c63593aa-01b0-44d9-8516-4b9c7e931d7f <luxagraf@c63593aa-01b0-44d9-8516-4b9c7e931d7f> | 2010-04-04 23:30:30 +0000 |
commit | f8cda18e218cf9849ea7b70fc39b505420c930b9 (patch) | |
tree | 43eecea66befb5d84dac316f4ca9de7944855a1b /apps/projects/models/__init__.py | |
parent | a1138b560308e043de00c2211293583515def19e (diff) |
started work on the 5x5 project, models, views, templates
Diffstat (limited to 'apps/projects/models/__init__.py')
-rw-r--r-- | apps/projects/models/__init__.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/apps/projects/models/__init__.py b/apps/projects/models/__init__.py new file mode 100644 index 0000000..b29933a --- /dev/null +++ b/apps/projects/models/__init__.py @@ -0,0 +1,2 @@ +from base import Project +from fiveby import FiveBy
\ No newline at end of file |