Skip to content
#

django-framework

django logo

Django is a web application framework for Python. It is designed to prioritize principles of reusability and rapid development.

Here are 1,588 public repositories matching this topic...

zArchitectBill
zArchitectBill commented Mar 25, 2021

When I login with a registered user, I get an error that /accounts/profile isn't in urls.py. The default behavior of LoginView is to redirect to that URL unless you have LOGIN_REDIRECT_URL set in settings.py. I updated mine to point to /transactions/report and now it works fine (unless the user doesn't have an account, which happens if you try to log in with a superuser account instead of one t

Created by Adrian Holovaty, Simon Willison

Released 21 July 2005

Repository
django/django
Website
www.djangoproject.com
Wikipedia
Wikipedia