Email List

2016-07-18 Thread 'davidt' via Django users
I have a model that includes an option to subscibe to an email list. However, being somewhat new to Django I am assure how to create a bulk email list form this to send to the appropriate people. I have read various documents on this and have ended up somewhat confused. Could someone please off

Best Practices URL Patterns

2016-07-06 Thread 'davidt' via Django users
I am looking for advice with regard to the following: I have a model which has as part of the structure these two fields job_id = models.AutoField(primary_key=True,) job_reference = job_id = ShortUUIDField() My question is if I include the job_id in the url, which is public facing then it is ea