Softpedia
 


LINUX CATEGORIES:



GLOBAL PAGES >>
NEWS ARCHIVE >>
SOFTPEDIA REVIEWS >>
MEET THE EDITORS >>
WEEK'S BEST
  • Linux Kernel 3.9.3 / 3....
  • LibreOffice 3.6.6 / 4.0.3
  • MPlayer 1.1.1
  • systemd 204
  • Arch Linux 2013.05.01
  • Blender 2.67a
  • KDE Software Compilatio...
  • CrunchBang Linux Stable...
  • Elementary OS 0.1 / 0.2...
  • SystemRescueCd 3.6.0
  • Home > Linux > Internet > HTTP (WWW)

    django-fogbugz-gadget 0.1.1

    Download button

    No screenshots available
    Downloads: 202  View global page NEW!  Tell us about an update
    User Rating:
    Rated by:
    NOT RATED
    0 user(s)
    Developer:

    License / Price:

    Last Updated:

    Category:
    Sanders New Media | More programs
    MIT/X Consortium Lic... / FREE
    May 16th, 2011, 14:59 GMT
    ROOT / Internet / HTTP (WWW)

     Read user reviews (0)  Refer to a friend  Subscribe

    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.

    Installation

    sudo python setup.py install

    Usage

    Django Settings

    INSTALLED_APPS = (
    ...
    'django_fogbugz_gadget'
    )

    TEMPLATE_CONTEXT_PROCESSORS = (
    ...
    'django_fogbugz_gadget.context_processors.forms',
    )

    # URL for submitting requests
    FOG_API_ROOT = 'https://example.django_fogbugz.com/api.asp?'

    FOG_PROJECT = 'Microsoft Windows'
    FOG_PRIMARY_CONTACT = 'Steve Balmer'

    # Submissions come from this user
    FOG_EMAIL = 'steve@example.com'
    FOG_PASSWORD = 'password'


    Django URLs

    urlpatterns = 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 >


    Product's homepage

    Requirements:

    · Python
    · Django

      


    TAGS:

    FogBugz gadget | submit cases | Django | FogBugz | gadget

    Go to top

    WindowsGamesDriversMacLinuxScriptsMobileHandheldNews

    SUBMIT PROGRAM   |   ADVERTISE   |   GET HELP   |   SEND US FEEDBACK   |   RSS FEEDS   |   UPDATE YOUR SOFTWARE   |   ROMANIAN FORUM