Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

updated package version for Django 4 and Python 3 #39

Open
wants to merge 32 commits into
base: master
Choose a base branch
from

Commits on Oct 4, 2023

  1. updated package version for Django 4 and Python 3

    current version cannot run on Python 3
    eliuqiong authored Oct 4, 2023
    Configuration menu
    Copy the full SHA
    04dc07a View commit details
    Browse the repository at this point in the history
  2. Update README.md

    eliuqiong authored Oct 4, 2023
    Configuration menu
    Copy the full SHA
    11e55c1 View commit details
    Browse the repository at this point in the history
  3. Update README.md

    eliuqiong authored Oct 4, 2023
    Configuration menu
    Copy the full SHA
    8838304 View commit details
    Browse the repository at this point in the history
  4. Update README.md

    eliuqiong authored Oct 4, 2023
    Configuration menu
    Copy the full SHA
    57cf950 View commit details
    Browse the repository at this point in the history
  5. Update README.md

    eliuqiong authored Oct 4, 2023
    Configuration menu
    Copy the full SHA
    f37e3a9 View commit details
    Browse the repository at this point in the history
  6. Update README.md

    eliuqiong authored Oct 4, 2023
    Configuration menu
    Copy the full SHA
    943dfda View commit details
    Browse the repository at this point in the history
  7. Update views.py

    The function render_to_response is deprecated since Django 2.0 and was removed in Django 3.0. Django suggests using the render function instead.
    eliuqiong authored Oct 4, 2023
    Configuration menu
    Copy the full SHA
    fd958a2 View commit details
    Browse the repository at this point in the history
  8. Update models.py

    solve the warning messages: 
    WARNINGS: core.BillingAddress: (models.W042) Auto-created primary key used when not defining a primary key type, by default 'django.db.models.AutoField'.
    eliuqiong authored Oct 4, 2023
    Configuration menu
    Copy the full SHA
    81ba18a View commit details
    Browse the repository at this point in the history
  9. Update settings.py

    Regarding django-crispy-forms templates packs are now in separate package,
    
    depending on the boostrap version you are using, You will need to pip install crispy-bootstrap4 and add crispy_bootstrap4 to your list of INSTALLED_APPS. That will solve your issue
    eliuqiong authored Oct 4, 2023
    Configuration menu
    Copy the full SHA
    45fc2bf View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    1d35314 View commit details
    Browse the repository at this point in the history

Commits on Oct 13, 2023

  1. Add files via upload

    eliuqiong authored Oct 13, 2023
    Configuration menu
    Copy the full SHA
    8ae8c10 View commit details
    Browse the repository at this point in the history
  2. Update README.md

    eliuqiong authored Oct 13, 2023
    Configuration menu
    Copy the full SHA
    489237b View commit details
    Browse the repository at this point in the history
  3. Update README.md

    eliuqiong authored Oct 13, 2023
    Configuration menu
    Copy the full SHA
    3113ed5 View commit details
    Browse the repository at this point in the history
  4. Update README.md

    eliuqiong authored Oct 13, 2023
    Configuration menu
    Copy the full SHA
    e997532 View commit details
    Browse the repository at this point in the history
  5. Update README.md

    eliuqiong authored Oct 13, 2023
    Configuration menu
    Copy the full SHA
    b0dd59d View commit details
    Browse the repository at this point in the history
  6. Update README.md

    eliuqiong authored Oct 13, 2023
    Configuration menu
    Copy the full SHA
    4e9e7de View commit details
    Browse the repository at this point in the history
  7. Update README.md

    eliuqiong authored Oct 13, 2023
    Configuration menu
    Copy the full SHA
    3b53b22 View commit details
    Browse the repository at this point in the history
  8. Update README.md

    eliuqiong authored Oct 13, 2023
    Configuration menu
    Copy the full SHA
    8cef23f View commit details
    Browse the repository at this point in the history
  9. Update README.md

    eliuqiong authored Oct 13, 2023
    Configuration menu
    Copy the full SHA
    9f0bbc9 View commit details
    Browse the repository at this point in the history
  10. Update README.md

    eliuqiong authored Oct 13, 2023
    Configuration menu
    Copy the full SHA
    77da12b View commit details
    Browse the repository at this point in the history
  11. Update README.md

    eliuqiong authored Oct 13, 2023
    Configuration menu
    Copy the full SHA
    075ef0b View commit details
    Browse the repository at this point in the history
  12. Update README.md

    eliuqiong authored Oct 13, 2023
    Configuration menu
    Copy the full SHA
    97c32e5 View commit details
    Browse the repository at this point in the history
  13. Update README.md

    eliuqiong authored Oct 13, 2023
    Configuration menu
    Copy the full SHA
    623acac View commit details
    Browse the repository at this point in the history
  14. Update README.md

    eliuqiong authored Oct 13, 2023
    Configuration menu
    Copy the full SHA
    c3112ef View commit details
    Browse the repository at this point in the history
  15. Update README.md

    eliuqiong authored Oct 13, 2023
    Configuration menu
    Copy the full SHA
    5f9674b View commit details
    Browse the repository at this point in the history
  16. Update README.md

    eliuqiong authored Oct 13, 2023
    Configuration menu
    Copy the full SHA
    044730a View commit details
    Browse the repository at this point in the history
  17. Update README.md

    eliuqiong authored Oct 13, 2023
    Configuration menu
    Copy the full SHA
    6b2615f View commit details
    Browse the repository at this point in the history
  18. Update README.md

    eliuqiong authored Oct 13, 2023
    Configuration menu
    Copy the full SHA
    9b05aea View commit details
    Browse the repository at this point in the history

Commits on Oct 17, 2023

  1. Update README.md

    eliuqiong authored Oct 17, 2023
    Configuration menu
    Copy the full SHA
    2c6ba54 View commit details
    Browse the repository at this point in the history

Commits on Oct 18, 2023

  1. Update README.md

    eliuqiong authored Oct 18, 2023
    Configuration menu
    Copy the full SHA
    2a87662 View commit details
    Browse the repository at this point in the history
  2. Update README.md

    eliuqiong authored Oct 18, 2023
    Configuration menu
    Copy the full SHA
    da3ab6c View commit details
    Browse the repository at this point in the history

Commits on Nov 30, 2023

  1. Update README.md

    eliuqiong authored Nov 30, 2023
    Configuration menu
    Copy the full SHA
    b169c5f View commit details
    Browse the repository at this point in the history