Skip to content

Commit

Permalink
fix: remove django-fastdev
Browse files Browse the repository at this point in the history
```
FastDevVariableDoesNotExist

django_fastdev.apps.FastDevVariableDoesNotExist: scope does not exist in context. Available top level variables:

    DEFAULT_MESSAGE_LEVELS
    False
    None
    True
    block
    csrf_token
    debug
    forloop
    form
    heading
    messages
    perms
    process
    provider
    request
    socialaccount_providers
    sql_queries
    subheading
    user
    view
```
  • Loading branch information
danihodovic committed Aug 5, 2024
1 parent 6eef4e1 commit c93b2e1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 21 deletions.
23 changes: 3 additions & 20 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,6 @@ pylint-django = "^2.5.0"
pytest = "^8.2.1"
pytest-cov = "2.10.0"
pytest-django = "4.1.0"
django-fastdev = {git = "https://github.com/boxed/django-fastdev.git"}

[tool.pytest.ini_options]
addopts = "--ds=tests.settings --reuse-db --pdbcls=pudb.debugger:Debugger"
Expand Down

0 comments on commit c93b2e1

Please sign in to comment.