-
Updated
Apr 7, 2021
django-application
Django is a web application framework for Python. It is designed to prioritize principles of reusability and rapid development.
Here are 1,896 public repositories matching this topic...
-
Updated
Apr 8, 2021 - JavaScript
-
Updated
Apr 8, 2021 - Python
-
Updated
May 4, 2021 - Python
-
Updated
May 11, 2021 - Python
-
Updated
May 9, 2021 - Python
-
Updated
Dec 19, 2020 - Python
-
Updated
Apr 15, 2021 - Python
-
Updated
May 14, 2021 - Python
-
Updated
May 14, 2021 - Python
-
Updated
Apr 8, 2021 - Python
-
Updated
May 3, 2021 - CSS
-
Updated
Jun 5, 2020 - Python
-
Updated
May 10, 2021 - Python
-
Updated
May 17, 2021 - Python
-
Updated
Feb 14, 2021 - Python
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
Issue Summary
We set X-Frame-Options: sameorigin on RenderPatternView responses, but if an exception is raised and DEBUG = True, the error page response does not have that heading set by default.
Steps to Reproduce
- Try to view a pattern that throws an error while rendering (or stick
assert Falsein theRenderPatternView.get()method) - Django debug error page is blo
-
Updated
Apr 5, 2021 - Python
-
Updated
Sep 21, 2018 - Python
-
Updated
Jun 5, 2020 - Python
-
Updated
Dec 19, 2018 - Python
Documentation needs to be fixed, also be good written without grammar and syntax mistakes.
If you are native of English and want to help, please, do it as like #11 pull request.
Thanks! :)
-
Updated
Apr 17, 2021 - Python
-
Updated
Apr 9, 2021 - Python
-
Updated
Apr 6, 2021 - Python
Anyone wanting to modify the CSS for mobile devices and tablets feel free to do a pull request if not solved soon will resolve issue myself.
Created by Adrian Holovaty, Simon Willison
Released 21 July 2005
- Repository
- django/django
- Website
- www.djangoproject.com
- Wikipedia
- Wikipedia
Describe the solution you'd like
Make cases table downloadable for the end-user, by use of existing download button.
Keeping the .csv format
Screenshot:
