adding notes app with Note model and adding taggit tagging manager
authorSeth Woodworth <seth@sethish.com>
Thu, 3 Jan 2013 00:16:20 +0000 (19:16 -0500)
committerSeth Woodworth <seth@sethish.com>
Thu, 3 Jan 2013 00:16:20 +0000 (19:16 -0500)
commit908dbd228395265e0d1ccf94bcfda2800163f264
tree8c78e34dd77b182c5856f1a58cb8f5d60d6831c8
parentb752d59187d16dd36feb1f08767742564fcf6613
adding notes app with Note model and adding taggit tagging manager
karmaworld/apps/notes/__init__.py [new file with mode: 0644]
karmaworld/apps/notes/admin.py [new file with mode: 0644]
karmaworld/apps/notes/models.py [new file with mode: 0644]
karmaworld/settings/common.py
karmaworld/settings/dev.py
reqs/common.txt