Anantha Natarajan S
Anantha Natarajan S
Check out this [link](https://github.com/googlesamples/android-testing). Writing tests will make life easier when adding more features in the future. Also, will this work on all android versions? Nice work btw ;)
Line 11 in routes.py ``` py departments = Department.query.all() list_departments = [] for dept in departments: list_departments.append(dept.department) ``` When creating a new db, this part must be ``` py #...
http://choosealicense.com/
Is there any way to scrap js injected images?