amyxzhang / squadbox

Fight harassment with your squad.
https://squadbox.org
MIT License
24 stars 7 forks source link

Python migration #79

Closed MatthewZGong closed 11 months ago

MatthewZGong commented 3 years ago

Migrated the website to run on: Python: 3.7 Django: 3.2.5

Requirements3.txt are the updated packages for running the program in python 3 and Django 3. Django-Annoying was deprecated pydns was replaced with py3dns ipaddr library was added directly to django wsgiref was added directly to python

Instead of running python manage.py synced: python manage.py makemigrations python manage.py migrate --run-syncdb