Django

Django is a web application framework for Python. It is designed to prioritize principles of reusability and rapid development.
Here are 36,287 public repositories matching this topic...
-
Updated
Dec 14, 2021 - Python
-
Updated
Dec 12, 2021 - JavaScript
-
Updated
Dec 14, 2021 - Python
-
Updated
Dec 14, 2021 - Python
-
Updated
Nov 2, 2021 - Python
Please confirm the following
- I agree to follow this project's code of conduct.
- I have checked the current issues for duplicates.
- I understand that AWX is open source software provided for free and that I am not entitled to status updates or other assurances.
Hi All,
Firstly thanks for this repo, it's amazing and as you well know saves countless hours (first time using it).
Usually when I setup my django with docker projects I do it in such a way that I exec into the container
docker exec -it django bash
and then run management commands python manage.py migrate
This wasn't working (I was getting a DATABASE_URL missing error), and after so
-
Updated
Dec 7, 2021 - Python
Currently, if a plugin implements the onAction
function, it will receive every action triggered.
However, a more optimal approach would be to receive only actions that the user specifies they want the plugin to run on, as is the case with webhooks.
Hence, here's the rough solution I'm envisioning:
On the action page, around where the webhook stuff is, add a section allowing the user to
-
Updated
Nov 15, 2021 - JavaScript
-
Updated
Nov 19, 2021 - HTML
-
Updated
Dec 8, 2021 - Python
When trying to edit the caption of a picture, the submit button doesnt do anything. The captions are not saved and no confirmation is shown. When the generate button is used, a caption is successfully generated and automatically saved. But this caption can not be edited nor removed.
Logs dont show any activity besides caption generation.
This happens on the newest docker-compose examples.
-
Updated
Dec 13, 2021 - Python
-
Updated
Dec 6, 2021 - Python
-
Updated
Sep 1, 2021 - Python
-
Updated
Dec 13, 2021 - Python
Jumping to a specific page through pagination component in changes page would clear the date filter
Describe the issue
Entering number to jump to a specific page through pagination component in changes page would clear the date filter, including starting date and ending date filter.
I already tried
- I've read and searched the documentation.
- I've searched for similar issues in this repository.
Steps to reproduce the behavior
- Go to chang
-
Updated
Oct 26, 2021 - Python
Created by Adrian Holovaty, Simon Willison
Released 21 July 2005
- Repository
- django/django
- Website
- www.djangoproject.com
- Wikipedia
- Wikipedia
This is a bug specific to Windows high-contrast mode. cc @kbayliss who did the testing for this.
Current:
color: #007d7e
Proposed:
color: ButtonText; border: 1px solid;
![7459](htt