Django
Django is a web application framework for Python. It is designed to prioritize principles of reusability and rapid development.
Here are 38,378 public repositories matching this topic...
-
Updated
Feb 24, 2022 - Python
-
Updated
Feb 23, 2022 - JavaScript
-
Updated
Feb 24, 2022 - Python
-
Updated
Feb 24, 2022 - Python
-
Updated
Feb 23, 2022 - 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 might not receive a timely response.
Summary
I've no
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
Feb 24, 2022 - Python
Background
Many of our customers use Shopify and other ecommerce platforms to sell their products, to augment the data that can be captured on the front-end store, we also need
-
Updated
Jan 22, 2022 - JavaScript
-
Updated
Feb 24, 2022 - HTML
-
Updated
Dec 17, 2021 - Python
-
Updated
Feb 22, 2022 - Python
Currently, a couple of operations are not yet explained like: "full rescan", "train faces" and "faces rescan". We should add them to the frontend and make sure that it does not get too long or that we could hide it behind a question mark.
-
Updated
Jan 27, 2022 - Python
-
Updated
Sep 1, 2021 - Python
-
Updated
Feb 19, 2022 - Python
Describe the problem
Weblate takes forever to scan huge repositories (~150k files), in order to autogenerate a config (I think). I already know what config I want to put in for the repo, so I don't need Weblate to waste its time autogenerating one that I'm going to throw out.
Describe the solution you'd like
An explicit toggle for Weblate to autoscan or not.
Describe alternatives y
-
Updated
Feb 16, 2022 - Python
Created by Adrian Holovaty, Simon Willison
Released 21 July 2005
- Repository
- django/django
- Website
- www.djangoproject.com
- Wikipedia
- Wikipedia
Is your proposal related to a problem?
Prompted by https://stackoverflow.com/q/71248504/1853523, where a user set up ModelAdmin for a model in an app named 'users', which resulted in it registering URLs under
/admin/users/that clashed with Wagtail's own URLs fromwagtail.users. It seems that there's currently no straightforward way to customise the URL path that ModelAdmin registers -