Gitingest - vintasoftware/django-js-reverse
NEW

Summary

Directory Structure

Directory structure:
└── vintasoftware-django-js-reverse/
    ├── README.rst
    ├── AUTHORS
    ├── CHANGELOG.rst
    ├── LICENSE
    ├── MANIFEST
    ├── package.json
    ├── prepare_npm.py
    ├── pyproject.toml
    ├── setup.cfg
    ├── setup.py
    ├── tox.ini
    ├── update_package_json.py
    ├── .coveragerc
    ├── .python-version
    ├── .travis.yml
    ├── django_js_reverse/
    │   ├── __init__.py
    │   ├── core.py
    │   ├── js_reverse_settings.py
    │   ├── models.py
    │   ├── rjsmin.py
    │   ├── views.py
    │   ├── management/
    │   │   ├── __init__.py
    │   │   └── commands/
    │   │       ├── __init__.py
    │   │       └── collectstatic_js_reverse.py
    │   ├── templates/
    │   │   └── django_js_reverse/
    │   │       └── urls_js.tpl
    │   ├── templatetags/
    │   │   ├── __init__.py
    │   │   └── js_reverse.py
    │   └── tests/
    │       ├── __init__.py
    │       ├── helper.py
    │       ├── requirements.txt
    │       ├── settings.py
    │       ├── test_urlconf_urls.py
    │       ├── test_urls.py
    │       ├── unit_tests.py
    │       └── utils.py
    └── .github/
        └── workflows/
            └── main.yml

Files Content