.flake8
.gitignore
.pre-commit-config.yaml
LICENSE
README.md
pyproject.toml
requirements.txt
tox.ini
.github/workflows/main.yml
.github/workflows/pre-commit.yml
django_ram/__init__.py
django_ram/admin.py
django_ram/apps.py
django_ram/definition.py
django_ram/models.py
django_ram.egg-info/PKG-INFO
django_ram.egg-info/SOURCES.txt
django_ram.egg-info/dependency_links.txt
django_ram.egg-info/requires.txt
django_ram.egg-info/top_level.txt
django_ram/migrations/0001_initial.py
django_ram/migrations/0002_role_active.py
django_ram/migrations/__init__.py
django_ram/rest_framework/__init__.py
django_ram/rest_framework/permissions.py
docs/Makefile
docs/api_docs.rst
docs/conf.py
docs/index.rst
docs/installation.rst
docs/introduction.rst
docs/make.bat
docs/overview.rst
docs/rest_framework.rst
docs/settings.py
requirements/development.txt
requirements/documentation.txt
requirements/migrations.txt
requirements/optional.txt
requirements/packaging.txt
requirements/testing.txt
tests/__init__.py
tests/conftest.py
tests/urls.py
tests/rest_framework/__init__.py
tests/rest_framework/test_permissions.py
tests/test_roles/__init__.py
tests/test_roles/admin.py
tests/test_roles/models.py
tests/test_roles/roles.py
tests/test_roles/test_definition.py
tests/test_roles/test_models.py
tests/test_roles/migrations/0001_initial.py
tests/test_roles/migrations/__init__.py