yupbank / demorest

0 stars 0 forks source link

Code doesn't follow Python and Django coding style #7

Open littlepea opened 12 years ago

littlepea commented 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.

yupbank commented 12 years ago

...still need to keep on working on this....

yupbank commented 12 years ago

kind of fixed :)

littlepea commented 12 years ago

really "kind of"...