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
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
2 matches
Mail list logo