MANIFEST.in
README.rst
setup.cfg
setup.py
src/magplan/__init__.py
src/magplan/admin.py
src/magplan/apps.py
src/magplan/context_processors.py
src/magplan/dynamic_preferences_registry.py
src/magplan/email_backends.py
src/magplan/forms.py
src/magplan/middleware.py
src/magplan/models.py
src/magplan/urls.py
src/magplan/utils.py
src/magplan.egg-info/PKG-INFO
src/magplan.egg-info/SOURCES.txt
src/magplan.egg-info/dependency_links.txt
src/magplan.egg-info/not-zip-safe
src/magplan.egg-info/requires.txt
src/magplan.egg-info/top_level.txt
src/magplan/conf/__init__.py
src/magplan/conf/settings.py
src/magplan/integrations/__init__.py
src/magplan/integrations/images.py
src/magplan/integrations/posts.py
src/magplan/locale/en/LC_MESSAGES/django.mo
src/magplan/locale/en/LC_MESSAGES/django.po
src/magplan/locale/ru/LC_MESSAGES/django.mo
src/magplan/locale/ru/LC_MESSAGES/django.po
src/magplan/management/__init__.py
src/magplan/management/commands/__init__.py
src/magplan/management/commands/render.py
src/magplan/migrations/0001_initial.py
src/magplan/migrations/__init__.py
src/magplan/tasks/__init__.py
src/magplan/tasks/send_idea_comment_notification.py
src/magplan/tasks/send_idea_notification.py
src/magplan/tasks/send_post_comment_notification.py
src/magplan/tasks/upload_post_to_wp.py
src/magplan/tasks/utils.py
src/magplan/templates/__init__.py
src/magplan/templates/_test_issues.py
src/magplan/templates/layout_plan.html
src/magplan/templates/email/_vote_from_email.html
src/magplan/templates/email/assigned_to_you.html
src/magplan/templates/email/idea_approved.html
src/magplan/templates/email/new_comment.html
src/magplan/templates/email/new_idea.html
src/magplan/templates/magplan/articles/advert.html
src/magplan/templates/magplan/articles/index.html
src/magplan/templates/magplan/articles/whitelisted.html
src/magplan/templates/magplan/authors/_form.html
src/magplan/templates/magplan/authors/edit.html
src/magplan/templates/magplan/authors/index.html
src/magplan/templates/magplan/authors/new.html
src/magplan/templates/magplan/authors/show.html
src/magplan/templates/magplan/ideas/_approve_ideas.html
src/magplan/templates/magplan/ideas/_authors_list.html
src/magplan/templates/magplan/ideas/_form_base.html
src/magplan/templates/magplan/ideas/_vote.html
src/magplan/templates/magplan/ideas/_voting_results.html
src/magplan/templates/magplan/ideas/index.html
src/magplan/templates/magplan/ideas/show.html
src/magplan/templates/magplan/index/index.html
src/magplan/templates/magplan/issues/_form.html
src/magplan/templates/magplan/issues/index.html
src/magplan/templates/magplan/issues/new.html
src/magplan/templates/magplan/issues/show.html
src/magplan/templates/magplan/partials/_navbar_header_links.html
src/magplan/templates/magplan/partials/comments.html
src/magplan/templates/magplan/partials/navbar.html
src/magplan/templates/magplan/partials/posts_table.html
src/magplan/templates/magplan/posts/_admin_set_stage.html
src/magplan/templates/magplan/posts/_attachments.html
src/magplan/templates/magplan/posts/_field_col.html
src/magplan/templates/magplan/posts/_form_base.html
src/magplan/templates/magplan/posts/_form_meta.html
src/magplan/templates/magplan/posts/_paywall_alert.html
src/magplan/templates/magplan/posts/_progress.html
src/magplan/templates/magplan/posts/_schedule.html
src/magplan/templates/magplan/posts/_stages.html
src/magplan/templates/magplan/posts/edit.html
src/magplan/templates/magplan/posts/show.html
src/magplan/templates/magplan/preferences/index.html
src/magplan/templates/magplan/sections/index.html
src/magplan/templates/magplan/stages/index.html
src/magplan/templatetags/__init__.py
src/magplan/templatetags/filters.py
src/magplan/views/__init__.py
src/magplan/views/api.py
src/magplan/views/articles.py
src/magplan/views/authors.py
src/magplan/views/ideas.py
src/magplan/views/index.py
src/magplan/views/issues.py
src/magplan/views/posts.py
src/magplan/views/preferences.py
src/magplan/views/sections.py
src/magplan/views/stages.py
src/magplan/xmd/__init__.py
src/magplan/xmd/lexers.py
src/magplan/xmd/mappers.py
src/magplan/xmd/markdown.py
src/magplan/xmd/renderer.py
src/magplan/xmd/templates.py
src/magplan/xmd/utils.py
src/magplan/xmd/xmd.py
src/magplan/xmd/tests/__init__.py
src/magplan/xmd/tests/conftest.py
src/magplan/xmd/tests/test_lexer.py
src/magplan/xmd/tests/test_renderer.py
src/magplan/xmd/tests/test_utils.py