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

Merged
benw merged 4 commits from benw/django5-conventions into LiveLike/master 5 months ago
benw commented 5 months ago
  • 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 commented 5 months ago
Owner

lgtm

lgtm
This pull request has been merged successfully!
Sign in to join this conversation.
No Label
No Milestone
No assignee
2 Participants
Loading...
Cancel
Save
There is no content yet.