AttributeError: type object 'NHTTrainerInline' has no attribute '_meta'

2019-03-11 Thread raghav b
I keep getting this error not sure what i am doing wrong!! Traceback (most recent call last): File "C:\Users\IBM_ADMIN\AppData\Local\Programs\Python\Python37-32\lib\site-packages\django\utils\autoreload.py", line 225, in wrapper fn(*args, **kwargs) File

Emails using django

2019-03-06 Thread raghav b
I am trying to send emails with Django and calling a text file as the body but it keeps throwing an error that the template can't be found. I have defined and imported templates correctly but is not working. Any ideas how I can make this work? Thanks. -- You received this message because you

Models in admin view

2019-03-01 Thread raghav b
I have created two apps with the name candidate and another training. In the Django admin I want to create trainings and add candidates to that. I have created candidate and training and registered in the admin view. But for the last part I want to add multiple candidates into a training from