JamesBream / PixelGram

UoD CS Spring Semester Team Project
0 stars 0 forks source link

Refactor Python Backend #4

Open JamesBream opened 8 years ago

JamesBream commented 8 years ago

Python backend needs refactoring to something a bit more manageable. First step would be to have a config.py/ini file to contain all the configuration data. Second would be to separate the views (routes) as much as possible and tidy up so there's some consistency (i.e. POST methods would probably be better together).