Mercurial > sat_legacy_website
comparison settings/__init__.py @ 149:b1c16cd53b62
update django to version 1.11, refactor project structure, better PEP-8 compliance
author | souliane <souliane@mailoo.org> |
---|---|
date | Tue, 17 Oct 2017 04:11:21 +0200 |
parents | |
children | 87382593e514 |
comparison
equal
deleted
inserted
replaced
148:75a95a1dfeb6 | 149:b1c16cd53b62 |
---|---|
1 from .settings import * | |
2 from .specific import * | |
3 | |
4 try: | |
5 from .production import * # @UnusedWildImport | |
6 except ImportError: | |
7 pass | |
8 | |
9 try: | |
10 from .actual_stats import * # @UnusedWildImport | |
11 except ImportError: | |
12 pass |