Π“Ρ€Π°Ρ„ ΠΊΠΎΠΌΠΌΠΈΡ‚ΠΎΠ²

7 ΠšΠΎΠΌΠΌΠΈΡ‚ΠΎΠ²

Автор SHA1 Π‘ΠΎΠΎΠ±Ρ‰Π΅Π½ΠΈΠ΅ Π”Π°Ρ‚Π°
Andrew Williamson e4038c3805
Enable isort (#20718)
* Enable isort in ruff

* auto-format codebase with isort
2023-05-23 15:36:16 +01:00
Andrew Williamson d42c7750f5
upgrade to python 3.10 (#19568)
* run CI with python3.10

* change Dockerfile.deploy too
2022-08-17 18:25:13 +01:00
Mathieu Pillard 3a19fe3346
Remove puente: add necessary babel configuration instead (#19097)
* 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
2022-04-11 14:13:54 +02:00
Hugo Barrera 3ef632e588
Update python classifiers
These were left outdated, and indicated that this was a python 2.7 project.
2020-05-16 23:58:37 +02:00
Christopher Grebs 71576a293c Remove unused imports from setup.cfg 2016-01-06 10:48:03 +01:00
Christopher Grebs 580de6f78e Start renaming, re-ordering folder/module structure.
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
2016-01-06 10:48:02 +01:00
Mathieu Agopian 7c9c856873 Use pytest (bug 1090184) 2014-12-09 09:45:40 +01:00