I don't think so... The line I am getting hung up on is:
class Project(models.Model):
..
def approved_projects():
return Project.objects.filter(approved=True)
It seems that no matter how many things I remove from my URLs, if there is
any reference to any model on the first build,
Difficult for me to say for sure without having a sample project to debug.
Do you know if you have any module level queries in your project? Those are
generally to be avoided and may cause problems like this. See
https://groups.google.com/d/topic/django-developers/7JwWatLfP44/discussion
for som
I am trying to transition to Django 1.9 from my 1.8 app. Simply creating
the migrations for old databases is fine, but when I try to create a fresh
database with migrate I get:
"Error creating new content types. Please make sure contenttypes "
RuntimeError: Error creating new content types. Ple
3 matches
Mail list logo