Login

Snippets by florent1933

Snippet List

Decorator @not_login_required

This is a simple django snippet! It is the *opposite of @login_required* decorator for Django views Example **@not_login_required** ``` def login_page(request): ... ```

  • decorator
Read More

florent1933 has posted 1 snippet.