[Suggestions] move existing code into own app
commit745f6829dac3ef8056ea4a407f5d81c0a68f270f
authorStefan Kögl <stefan@skoegl.net>
Sat, 30 Aug 2014 09:41:15 +0000 (30 11:41 +0200)
committerStefan Kögl <stefan@skoegl.net>
Sat, 30 Aug 2014 09:41:15 +0000 (30 11:41 +0200)
tree0eecc52087e60494771166b70507947b48a81e8b
parenta9df2eccadc49eda4ca101240ce9aedabec671b8
[Suggestions] move existing code into own app
15 files changed:
mygpo/settings.py
mygpo/suggestions/__init__.py [new file with mode: 0644]
mygpo/suggestions/apps.py [new file with mode: 0644]
mygpo/suggestions/models.py [new file with mode: 0644]
mygpo/suggestions/signals.py [copied from mygpo/users/signals.py with 52% similarity]
mygpo/suggestions/tasks.py [new file with mode: 0644]
mygpo/suggestions/templates/suggestions.html [moved from mygpo/web/templates/suggestions.html with 100% similarity]
mygpo/suggestions/tests.py [new file with mode: 0644]
mygpo/suggestions/urls.py [new file with mode: 0644]
mygpo/suggestions/views.py [new file with mode: 0644]
mygpo/urls.py
mygpo/users/signals.py
mygpo/users/tasks.py
mygpo/web/urls.py
mygpo/web/views/__init__.py