stckme / apphelpers

Commonly needed Python helper libraries to build python (web) apps
https://code.scroll.in
MIT License
3 stars 5 forks source link

Minor Converge Import Fix #43

Closed gauravr closed 4 years ago

shon commented 4 years ago

@gauravr in the hindsight, this is not needed. If converge is installed import settings simply import converge style settings otherwise user may use settings.py

gauravr commented 4 years ago

@gauravr in the hindsight, this is not needed. If converge is installed import settings simply import converge style settings otherwise user may use settings.py

@shon import settings fails if we have settings folder.