timvideos / streaming-system

Tim Video's - Live Streaming for user groups and other events.
https://code.timvideos.us/
Apache License 2.0
131 stars 52 forks source link

Lots of cleanups and restructuring to pave way for Django 1.6/1.7 #80

Closed mithro closed 8 years ago

mithro commented 9 years ago

@funkybob Do you remember how far you got with doing this? @ajitmathew is interested in continuing this work

funkybob commented 9 years ago

A lot of this was just basic clean ups. 1> apply flake8 2> apply best practices [like using staticfiles] 3> remove bad stuff [like passing locals() to templates]

ApsOps commented 9 years ago

south is no longer needed in Django>=1.7

mithro commented 9 years ago

If you get some time, it would be cool for you to take a look at this @micolous