realpython / book3-exercises

Book 3 Advanced Web Dev with Django 1.7 -- Exercises for the book
89 stars 58 forks source link

AttributeError: 'RegexURLResolver' object has no attribute '_urlconf_module' #24

Open fburkitt opened 6 years ago

fburkitt commented 6 years ago

Is there a loading sequence issue in the REST chapter example?

mjhea0 commented 6 years ago

That sounds like a circular import issue. Where exactly did you hit that error?