Aktuelle Änderungen Printable View Änderungen Bearbeiten
> DBFiles > DjangoClear Trail
Django's philosophy says "Explicit is better than implicit", but Django has all sorts of magic. Database models you create in one file magically appear someplace else deep inside the Django module with a different name. When your model function is called, new things have been added to its variable-space and old ones removed.[2]
is_authenticated works even if user-variable is not defined.