.gitignore
CONTRIBUTING.md
LICENSE
MANIFEST.in
README.md
pyproject.toml
requirements-docs.txt
requirements-publish.txt
requirements-tests.txt
requirements.txt
run_tests.py
setup.py
.github/dependabot.yml
.github/ISSUE_TEMPLATE/bug_report.yml
.github/ISSUE_TEMPLATE/feature_request.yml
.github/workflows/publish.yml
.github/workflows/test.yml
django_cypress/__init__.py
django_cypress/apps.py
django_cypress/urls.py
django_cypress/views.py
django_cypress.egg-info/PKG-INFO
django_cypress.egg-info/SOURCES.txt
django_cypress.egg-info/dependency_links.txt
django_cypress.egg-info/requires.txt
django_cypress.egg-info/top_level.txt
django_cypress/management/__init__.py
django_cypress/management/commands/__init__.py
django_cypress/management/commands/cypress_boilerplate.py
django_cypress/stubs/cypress.config.js
django_cypress/stubs/cypress/e2e/example.cy.js
django_cypress/stubs/cypress/support/commands.js
django_cypress/stubs/cypress/support/index.d.ts
django_cypress/stubs/cypress/support/index.js
docs/mkdocs.yml
docs/docs/index.md
docs/docs/assets/logo.png
docs/docs/commands/createUser.md
docs/docs/commands/manage.md
docs/docs/commands/migrate.md
docs/docs/commands/refreshDatabase.md
example/README.md
example/cypress.config.js
example/manage.py
example/package-lock.json
example/package.json
example/cypress/e2e/example.cy.js
example/cypress/support/commands.js
example/cypress/support/index.d.ts
example/cypress/support/index.js
example/example/__init__.py
example/example/asgi.py
example/example/settings.py
example/example/urls.py
example/example/views.py
example/example/wsgi.py
tests/__init__.py
tests/test_settings.py
tests/tests.py
tests/urls.py