#97 Make python3 invokactions more explicit and use more Django 5 conventions

已合并
benw 5 月之前 将 4 次代码提交从 benw/django5-conventions合并至 LiveLike/master
benw 评论于 5 月之前
  • Upgrade to the latest Django 5.1.3
  • The standard way to invoke Python is python3 explicitly. macOS warns about 2 vs 3 ambiguity when just calling python.
  • Added a make ready check that calls python3 manage.py check to catch common settings and ImproperlyConfigured errors.
  • Several improvements to the admin.py that uses the newer Django 5 conventions
  • Added a migration for changing the default PK to BigAutoField
* Upgrade to the latest Django 5.1.3 * The standard way to invoke Python is `python3` explicitly. macOS warns about 2 vs 3 ambiguity when just calling `python`. * Added a `make ready` check that calls `python3 manage.py check` to catch common settings and ImproperlyConfigured errors. * Several improvements to the admin.py that uses the newer Django 5 conventions * Added a migration for changing the default PK to BigAutoField
jdp 评论于 5 月之前
所有者

lgtm

lgtm
benw5 月之前 关闭
该合并请求已经成功合并!
登录 并参与到对话中。
未选择标签
未选择里程碑
未指派成员
2 名参与者
正在加载...
取消
保存
这个人很懒,什么都没留下。