Django
Django is a web application framework for Python. It is designed to prioritize principles of reusability and rapid development.
Here are 23,804 public repositories matching this topic...
Sentry is cross-platform application monitoring, with a focus on error reporting.
-
Updated
Aug 25, 2020 - Python
JumpServer 是全球首款开源的堡垒机,是符合 4A 的专业运维安全审计系统。
-
Updated
Aug 25, 2020 - JavaScript
-
Updated
Aug 17, 2020 - JavaScript
Serverless Python
-
Updated
Aug 11, 2020 - Python
Issue Summary
Copying a page doesn't copy the original's privacy settings, but appears to inherit from the new parent's privacy settings.
That is, if page A1 is public, and its child page A1a has privacy set to "private, accessible to...," copying page A1a to A1b causes A1b to be set to public. I feel there's a general expectation that the original's privacy settings would copy over to
A modular, high performance, headless e-commerce storefront built with Python, GraphQL, Django, and ReactJS.
-
Updated
Aug 25, 2020 - Python
ISSUE TYPE
- Feature Idea
SUMMARY
When installing/upgrading AWX, an user is requesting that a check be done on external PostgreSQL servers to ensure that the system requirements are being followed. In later releases of AWX, PostgreSQL 10 is now required (https://github.com/ansible/awx/blob/devel/INSTALL.md#system-requ
The easy-to-use and developer-friendly CMS
-
Updated
Aug 24, 2020 - Python
A highly scalable real-time graphing system
-
Updated
Aug 16, 2020 - JavaScript
open source online judge based on Vue, Django and Docker. | 青岛大学开源 Online Judge | QQ群 496710125 | admin@qduoj.com
-
Updated
Aug 7, 2020 - Python
Is your feature request related to a problem?
We accidentally messed up some tracking which means we have duplicate users with the same email
Describe the solution you'd like
I want
- A button on the /people page that says 'find and merge duplicates'
- I want to be able to select a property to deduplicate on (email, for example)
- Show me a table of 100 users at a time that are d
JSON Web Token Authentication support for Django REST Framework
-
Updated
May 7, 2020 - Python
Modern responsive template for the Django admin interface with improved functionality. We are proud to announce completely new Jet. Please check out Live Demo
-
Updated
Aug 24, 2020 - Python
A curated list of awesome things related to Django
-
Updated
Aug 23, 2020 - Makefile
Seedstars Labs Base Django React Redux Project
-
Updated
Jun 5, 2020 - JavaScript
Material Design for Django
-
Updated
Aug 14, 2020 - CSS
Transparently use webpack with django
-
Updated
Jul 28, 2020 - Python
This app makes it extremely easy to build Django powered SPA's (Single Page App) or Mobile apps exposing all registration and authentication related functionality as CBV's (Class Base View) and REST (JSON)
-
Updated
Jul 7, 2020 - Python
Describe the bug
issue of Change history
To Reproduce
Steps to reproduce the behavior:
- Open application language page
e,g,. https://hosted.weblate.org/projects/weblate/application/ja/ - Click Insight -> history
- Goto page bottom, and click "Browse all translation changes"
- Edit position is "1/246"
- Click [>], Change to "2/246"
- Click "edit position", edit
Created by Adrian Holovaty, Simon Willison
Released 21 July 2005
- Repository
- django/django
- Website
- www.djangoproject.com
- Wikipedia
- Wikipedia


Hello there. Sorry for not using the issue template, but I think it is not suitable in this situation.
I want to ask if there exists detailed documentation about the
@actiondecorator. It wasn't easy to find out which arguments I can pass in it. For example, I needed to pass aserializer_classinside but found out that I can do it only after searching for issues on Github.