--- djangobb_forum/forms.py | 7 +- .../0004_auto__add_field_profile_auto_subscribe.py | 180 ++++++++++++++++++++ djangobb_forum/models.py | 1 + .../templates/djangobb_forum/add_post.html | 35 +--- .../djangobb_forum/includes/post_form.html | 38 +++++ .../djangobb_forum/profile/profile_essentials.html | 10 +- djangobb_forum/templates/djangobb_forum/topic.html | 32 +--- djangobb_forum/views.py | 10 +- 8 files changed, 244 insertions(+), 69 deletions(-) create mode 100644 djangobb_forum/migrations/0004_auto__add_field_profile_auto_subscribe.py create mode 100644 djangobb_forum/templates/djangobb_forum/includes/post_form.html |
||
---|---|---|
.. | ||
fixtures | ||
locale | ||
management | ||
migrations | ||
static/djangobb_forum | ||
templates | ||
templatetags | ||
tests | ||
__init__.py | ||
admin.py | ||
context_processors.py | ||
feeds.py | ||
fields.py | ||
forms.py | ||
middleware.py | ||
models.py | ||
search_indexes.py | ||
settings.py | ||
signals.py | ||
subscription.py | ||
urls.py | ||
util.py | ||
views.py |