equal
deleted
inserted
replaced
4 .. code-block:: bash |
4 .. code-block:: bash |
5 |
5 |
6 |
6 |
7 ├── pyams_<package>/ |
7 ├── pyams_<package>/ |
8 │ ├── doctests/ <- Documentation for the package |
8 │ ├── doctests/ <- Documentation for the package |
|
9 | ├── generation/ <- ZODB Migration directives |
9 │ ├── interfaces/ <- Interfaces definition |
10 │ ├── interfaces/ <- Interfaces definition |
10 │ ├── locales/ <- Store source code translation files (.mo .pot) |
11 │ ├── locales/ <- Store source code translation files (.mo .pot) |
11 │ ├── tests/ <- Contains python scripts for running tests including test runners, unit test |
12 │ ├── tests/ <- Contains python scripts for running tests including test runners, unit test |
12 │ ├── zmi/ <- ZMI subpackage to register and define elements in admin interface |
13 │ ├── zmi/ <- ZMI subpackage to register and define elements in admin interface |
13 │ ├── __init__.py |
14 │ ├── __init__.py |