facebookarchive / augmented-traffic-control

Augmented Traffic Control: A tool to simulate network conditions
https://facebook.github.io/augmented-traffic-control
Other
4.33k stars 600 forks source link

python manage.py migrate NameError #358

Open githubbc opened 6 years ago

githubbc commented 6 years ago

I

quelleck commented 6 years ago

urls.py seems to be missing some include statements. Change it to look like this: from django.conf.urls import url, include from django.contrib import admin from django.views.generic import RedirectView