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

Usage of Python 3.13 #133

Open
1 task done
egorsmkv opened this issue Aug 9, 2024 · 1 comment
Open
1 task done

Usage of Python 3.13 #133

egorsmkv opened this issue Aug 9, 2024 · 1 comment

Comments

@egorsmkv
Copy link
Owner

egorsmkv commented Aug 9, 2024

  • Test the project with 3.13.0rc1
@egorsmkv
Copy link
Owner Author

egorsmkv commented Aug 9, 2024

Reproduce commands:

docker run --rm -p 8000:8000 -it python:3.13.0rc1 bash
root@fb0d4b54f781:/# python
Python 3.13.0rc1 (main, Aug  2 2024, 14:40:26) [GCC 12.2.0] on linux
pip install --upgrade pip
git clone https://github.com/egorsmkv/simple-django-login-and-register
cd simple-django-login-and-register
pip install -r requirements.txt
python source/manage.py migrate
python source/manage.py createsuperuser
python source/manage.py runserver 0.0.0.0:8000

Works normal.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant