facebookarchive / augmented-traffic-control

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

missing import in readme file #275

Closed yossico closed 8 years ago

yossico commented 8 years ago

Hi In the instructions of the Readme.md file of the project there is a list of changes required in the urls.py file. After doing those changes the project failed. The reason was a missing import line in the url.py file Please add this line to the change instructions: from django.conf.urls import include Thanks Yossi

smorad commented 8 years ago

Thanks yossico! I'll put up a commit when I get a chance.

smorad commented 8 years ago

committed 7a85716