-
Updated
Jul 7, 2020
django-application

Django is a web application framework for Python. It is designed to prioritize principles of reusability and rapid development.
Here are 1,746 public repositories matching this topic...
-
Updated
Nov 6, 2020 - JavaScript
-
Updated
Oct 17, 2020 - Python
-
Updated
Dec 31, 2020 - Python
-
Updated
Dec 19, 2020 - Python
-
Updated
Jan 4, 2021 - Python
-
Updated
Jan 3, 2021 - Python
-
Updated
Jul 1, 2020 - Python
-
Updated
Nov 29, 2020 - Python
-
Updated
Jan 4, 2021 - Python
-
Updated
Jun 5, 2020 - Python
-
Updated
Oct 18, 2020 - Python
-
Updated
Nov 24, 2020 - Python
-
Updated
Dec 12, 2020 - Python
-
Updated
Jan 1, 2021 - Python
-
Updated
Oct 23, 2020 - CSS
-
Updated
Sep 21, 2018 - Python
-
Updated
Jun 5, 2020 - Python
-
Updated
Dec 26, 2020 - CSS
-
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! :)
there is only dashed lines in the registration under account types and when i click on it there are no lists of any sort of account type
Describe the solution you'd like
Make cases table downloadable for the end-user, by use of existing download button.
Keeping the .csv format
-
Updated
Sep 27, 2020 - 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.
-
Updated
Jan 4, 2019 - CSS
-
Updated
Aug 22, 2020 - Python
-
Updated
Dec 6, 2020 - Python
Created by Adrian Holovaty, Simon Willison
Released 21 July 2005
- Repository
- django/django
- Website
- www.djangoproject.com
- Wikipedia
- Wikipedia
Issue Summary
We set
X-Frame-Options: sameorigin
onRenderPatternView
responses, but if an exception is raised andDEBUG = True
, the error page response does not have that heading set by default.Steps to Reproduce
assert False
in theRenderPatternView.get()
method)