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

python3 version: #5

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

python3 version: #5

wants to merge 1 commit into from

Commits on Aug 11, 2021

  1. python3 version:

    -> remove python setup.py test option as obsolete, use just tox instead
    -> add support only for Python 3.7 up and Django 2.2 up
    -> add argument --test for start_socket to be able to just quick test the launch of command
    -> fix syntax errors for print functions as per Python3
    -> use migration from Django instead of south
    -> remove non-used module string.py as it interferes with standard module string
    -> add simple tests in test_models
    -> when running tox tests use only python3.8/3.9 and ignore long lines (ignored anyway before)
    Kolumbs committed Aug 11, 2021
    Configuration menu
    Copy the full SHA
    077fa05 View commit details
    Browse the repository at this point in the history