django-fogbugz-gadget

A small Django app which allows your users to submit cases to FogBugz directly from your site
Download

django-fogbugz-gadget Ranking & Summary

Advertisement

  • Rating:
  • License:
  • MIT/X Consortium Lic...
  • Publisher Name:
  • Sanders New Media
  • Publisher web site:
  • http://sandersnewmedia.com

django-fogbugz-gadget Tags


django-fogbugz-gadget Description

A small Django app which allows your users to submit cases to FogBugz directly from your site django-fogbugz-gadget is a small Django app that allows your users to submit cases to FogBugz directly from your site.Installationsudo python setup.py installUsageDjango SettingsINSTALLED_APPS = (...'django_fogbugz_gadget')TEMPLATE_CONTEXT_PROCESSORS = (...'django_fogbugz_gadget.context_processors.forms',)# URL for submitting requestsFOG_API_ROOT = 'https://example.django_fogbugz.com/api.asp?'FOG_PROJECT = 'Microsoft Windows'FOG_PRIMARY_CONTACT = 'Steve Balmer'# Submissions come from this userFOG_EMAIL = 'steve@example.com'FOG_PASSWORD = 'password'Django URLsurlpatterns = patterns('', ... (r'^submit_bug$', 'django_fogbugz_gadget.views.submit_bug'),)Sample Template< !DOCTYPE HTML >< html > < head > ... < link rel="stylesheet" href="{{ STATIC_URL }}django_fogbugz_gadget/css/style.css" > < script src="{{ STATIC_URL }}django_fogbugz_gadget/js/jquery-1.6.min.js" >< /script > < script src="{{ STATIC_URL }}django_fogbugz_gadget/js/script.js" >< /script > < /head > < body > ... {% include "django_fogbugz_gadget/submit_bug.html" %} < /body >< /html > Requirements: · Python · Django


django-fogbugz-gadget Related Software