New fnpdjango app with lots of common utils.
authorRadek Czajka <radoslaw.czajka@nowoczesnapolska.org.pl>
Tue, 9 Oct 2012 10:10:51 +0000 (12:10 +0200)
committerRadek Czajka <radoslaw.czajka@nowoczesnapolska.org.pl>
Wed, 10 Oct 2012 11:23:10 +0000 (13:23 +0200)
commit846b69463a94546a97e392f8f7ade04669df1537
treee6607b9a384052da62653224cc95b4eb4aa55648
parenta55d79e4c27c893841712145e38d4a4a61e04b20
New fnpdjango app with lots of common utils.
68 files changed:
contact/__init__.py
contact/utils.py [deleted file]
contact/views.py
events/__init__.py
events/admin.py
events/models.py
events/search_indexes.py
events/templates/events/event_list.html
fnpdjango/__init__.py [new file with mode: 0644]
fnpdjango/middleware.py [new file with mode: 0644]
fnpdjango/models.py [new file with mode: 0644]
fnpdjango/templates/fnpdjango/prevnext/next.html [new file with mode: 0755]
fnpdjango/templates/fnpdjango/prevnext/previous.html [new file with mode: 0755]
fnpdjango/templates/fnpdjango/prevnext/prevnext.html [new file with mode: 0755]
fnpdjango/templates/fnpdjango/share.html [new file with mode: 0755]
fnpdjango/templatetags/__init__.py [new file with mode: 0755]
fnpdjango/templatetags/fnp_common.py [new file with mode: 0755]
fnpdjango/templatetags/fnp_markup.py [new file with mode: 0755]
fnpdjango/templatetags/fnp_prevnext.py [new file with mode: 0755]
fnpdjango/templatetags/fnp_share.py [new file with mode: 0755]
fnpdjango/utils/__init__.py [new file with mode: 0644]
fnpdjango/utils/app.py [new file with mode: 0755]
fnpdjango/utils/models/__init__.py [new file with mode: 0644]
fnpdjango/utils/models/translation.py [new file with mode: 0644]
fnpdjango/utils/settings.py [new file with mode: 0644]
fnpdjango/utils/text/__init__.py [new file with mode: 0644]
fnpdjango/utils/text/slughifi.py [new file with mode: 0644]
fnpdjango/utils/text/textilepl.py [new file with mode: 0644]
fnpdjango/utils/urls.py [new file with mode: 0644]
fnpdjango/utils/views.py [new file with mode: 0644]
migdal/__init__.py
migdal/admin.py
migdal/api.py
migdal/feeds.py
migdal/forms.py
migdal/helpers.py
migdal/middleware.py [deleted file]
migdal/models.py
migdal/readme.md [new file with mode: 0644]
migdal/search_indexes.py
migdal/templates/comments/migdal/entry/list.html
migdal/templates/comments/migdal/entry/preview.html
migdal/templates/migdal/entry/entry_detail.html
migdal/templates/migdal/entry/entry_list.html
migdal/templates/migdal/entry/entry_short.html
migdal/templates/migdal/last_comments.html
migdal/urls.py
prawokultury/helpers.py [deleted file]
prawokultury/model_helpers.py [deleted file]
prawokultury/settings.d/30-apps.conf
prawokultury/settings.d/35-search.conf
prawokultury/settings.d/40-middleware.conf
prawokultury/settings.d/50-contrib.conf
prawokultury/settings.d/60-custom.conf
prawokultury/static/css/search.css
prawokultury/static/css/search.scss
prawokultury/templates/base.html
prawokultury/templates/prevnext/next.html [deleted file]
prawokultury/templates/prevnext/previous.html [deleted file]
prawokultury/templates/prevnext/prevnext.html [deleted file]
prawokultury/templates/share.html [deleted file]
prawokultury/templatetags/__init__.py [deleted file]
prawokultury/templatetags/common_tags.py [deleted file]
prawokultury/templatetags/markup_tags.py [deleted file]
prawokultury/templatetags/prevnext.py [deleted file]
prawokultury/templatetags/share.py [deleted file]
prawokultury/urls.py
realip_middleware.py [deleted file]