Django
Django is a web application framework for Python. It is designed to prioritize principles of reusability and rapid development.
Here are 41,518 public repositories matching this topic...
-
Updated
Jun 11, 2022 - Python
-
Updated
Jun 10, 2022 - JavaScript
-
Updated
Jun 11, 2022 - Python
-
Updated
Jun 10, 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 8, 2022 - Python
-
Updated
May 29, 2022 - JavaScript
-
Updated
Jun 10, 2022 - HTML
-
Updated
Jun 1, 2022 - Python
-
Updated
May 26, 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
目前遇到的问题/使用障碍
- 目前已经支持了6种数据库,是否会支持impala? 或者hive等其他。感觉实现方式上不是很困难。建议考虑。
- 对于数据库的备份,还原等,有一个开源项目用起来还可以,支持多种数据库的备份还原,建议考虑。phpbu
- 对于mysql或者pg数据库集群的使用,在添加实例的时候需要指定实例的状态是master 还是slave,在实际工作中,主从节点的角色是变化的,人为切换或者故障切换,此时实例的状态就和管理平台上的状态不对应,会造成疑问。想知道此问题有没有进一步的方案或计划?
- 有没有一种办法,能以网状图或者其他图表的形式,把一个集群内的所有节点关联起来,这样对于集群管理来说,应该是非常好的使用体验。
- 有没有考虑支持集群节点自发现? 比如手
-
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 9, 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
Created by Adrian Holovaty, Simon Willison
Released 21 July 2005
- Repository
- django/django
- Website
- www.djangoproject.com
- Wikipedia
- Wikipedia
Wagtail's
Pagemodel has aget_static_site_pathsmethod 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