Django

Django is a web application framework for Python. It is designed to prioritize principles of reusability and rapid development.
Here are 41,795 public repositories matching this topic...
-
Updated
Jun 17, 2022 - Python
-
Updated
Jun 10, 2022 - JavaScript
-
Updated
Jun 17, 2022 - Python
-
Updated
Jun 17, 2022 - Python
-
Updated
Feb 23, 2022 - Python
ISSUE TYPE
-feature
SUMMARY
The social auth on the login page lend themselves to a feeling of "follow us on abc social platform" instead of "login via social platform". Consultation with Patternfly and UXD says we can do something like the image below. Patternfly did recommend using phrasing like Log in with Google
instead of sign in
.
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
Jun 15, 2022 - Python
-
Updated
Jun 17, 2022 - HTML
-
Updated
Jun 12, 2022 - JavaScript
-
Updated
Jun 1, 2022 - Python
-
Updated
Jun 16, 2022 - Python
Before you create an issue make sure that:
- Your issue is strictly related to LibrePhotos itself. Questions about setting up a reverse proxy belong in what ever reverse proxy you are using.
- You have read the documentation thoroughly.
- You have searched for a similar issue among all the former issues (even closed ones).
- You have tried to replicate th
-
Updated
Jun 2, 2022 - Python
- Edit modal should load item from API
- Create tree model should include ability to choose parent
- Tree modal should include - reset children inheritance
-
Updated
Jun 14, 2022 - Python
-
Updated
Sep 1, 2021 - Python
Describe the problem
Currently if you go into any component list, it will be sorted seemingly randomly. Usually though you'd probably want it to be sorted alphabetically.
Describe the solution you'd like
Component list should be sorted by component name by default.
Describe alternatives you've considered
Theoretically this could also be a separate setting in `/accounts/profile/#pr
-
Updated
Jun 16, 2022 - Python
Created by Adrian Holovaty, Simon Willison
Released 21 July 2005
- Repository
- django/django
- Website
- www.djangoproject.com
- Wikipedia
- Wikipedia
Wagtail's
Page
model has aget_static_site_paths
method that was originally added because Wagtail had a contrib module for static site generation.That contrib module was removed years ago so I think we should remove this unused method and its tests
https://github.com/wagtail/wagtail/blob/7d384e70c12f857c1932a18caf1d511c64ef3999/wagtail/models/__init__.py#L1868-L1879