* Remove puente: add necessary babel configuration instead
* Update comment
* We don't actually need lstrip, and it breaks a bunch of our templates
* Comment why we are doing this
* Remove obsolete test (the setting is gone, this is done in babel.cfg now)
* Add tests. We don't actually need the silent bit
* Set ORGANIZATION, limit paths to src/olympia
We now have something like that:
- /
-- src/
--------- olympia/
-------------- {access,accounts,amo,addons,...}
-------------- wsgi.py
-------------- urls.py
-------------- migrations/
-------------- libs/
...
Which generally feels more django-like again and makes porting
our sys.path hacks to django 1.7 and it's app-refactoring
a lot easier.
* Update setup.py to bring it to a more modern format
* Update gitignore