django-qwert

Django's useful snippets collection
Download

django-qwert Ranking & Summary

Advertisement

  • Rating:
  • License:
  • BSD License
  • Publisher Name:
  • Alisue
  • Publisher web site:
  • http://www.hashnote.tk/

django-qwert Tags


django-qwert Description

Django's useful snippets collection django-qwert is Django's snippets collection by Alisue.Developer commentsEach snippet has different author so please checkout the link on the each file's comment. (some code is written by me or couldn't find source URL).Install: sudo pip install django-qwertor sudo pip install git+git://github.com/lambdalisue/django-qwert.git#egg=django-qwertSettingsAutomatically generate test user on syncdb when DEBUG=True``AUTO_CREATE_USER`` When it ``True`` then create test user (username: admin, password: admin) automatically when syncdb is running. the default value is ``True``Protect comment post from spam using Akismet``AKISMET_COMMENT_PROTECT`` When it ``True`` then protecting comment post by Akismet feature is enable. the default value is ``True````TYPEPAD_ANTISPAM_API_KEY`` When it is setted using Typepad antispam is used for protecting comment``AKISMET_API_KEY`` Required to set for enabling protecting feature.


django-qwert Related Software