Open littlepea opened 12 years ago
http://www.python.org/dev/peps/pep-0008/ https://docs.djangoproject.com/en/dev/internals/contributing/writing-code/coding-style/
Also code is not well organized. For example: in models.py should be only actual models, it should not have all the utility functions like get_distance_hav_by_lat_lng and so on.
...still need to keep on working on this....
kind of fixed :)
really "kind of"...
http://www.python.org/dev/peps/pep-0008/ https://docs.djangoproject.com/en/dev/internals/contributing/writing-code/coding-style/
Also code is not well organized. For example: in models.py should be only actual models, it should not have all the utility functions like get_distance_hav_by_lat_lng and so on.