Extending Admin to Include URLs for 3rd party ID fields.

2010-07-13 Thread Jonathan Sutcliffe
Hi, I am new to Django and would like to advise on customising admin forms. I have references in my model to ID held in 3rd party systems. e.g. Salesforce, Zendesk etc. What I want to do for these field types is display a URL that links to the object in the respective source system. What would

Admin: 1364, "Field 'id' doesn't have a default value"

2010-02-22 Thread Jonathan Sutcliffe
Hi, I wonder if anyone can help me. I am trying to use the admin to create a new group and assign permisisions. When I try to save the object I see the fllowing error message. OperationalError at /admin/auth/group/add/ (1364, "Field 'id' doesn't have a default value") Request Method:

URLs and Regex Question for passing email address?

2010-02-15 Thread Jonathan Sutcliffe
Hi, I am new to Django and Python and have what must be a basic question. I want to pass a URL of the following form, containing an email address that I will later look up contact information from. e.g. http://localhost:8000/contact/ronald.ninnis%40cdu.edu.au/ I don't care about whether this