I have this new remote job, where I had to clone all the code from a repository, and I have to make an export of the database from MySQL hosted in RDS. The first problem is that when I set up the configuration to start the app, it raise an error telling me this: Run Configuration Error: Broken configuration due
Tag: django-1.8
“Models aren’t loaded yet” error while populating in Django 1.8 or later
I am using this code to populate my database: On running It gives the error: Rest of my files are ok but getting this error. I am following the tutorial from Tango with Django book but as the book refers to Django 1.5.4 and i am using Django 1.8, so can anyone help me here? Answer I had the same